Description
Describe the bug
Norton Antivirus flags Win11Debloat.ps1 as IDP.Generic, even though the script is clean and community-trusted. This causes users to either bypass warnings or be blocked entirely from using the script.
To Reproduce
Steps to reproduce the behavior:
Download Win11Debloat.ps1 using:
& ([scriptblock]::Create((irm "https://debloat.raphi.re/")))
Run the script in PowerShell as Administrator
Norton scans and blocks the script as a threat (IDP.Generic)
User sees a popup: "Threat blocked"
Expected behavior
The script should run without being flagged by antivirus, especially since it only performs OS cleanup tasks like removing bloatware and modifying registry settings.
Screenshots
Additional context
This appears to be a false positive triggered by the use of system-modifying commands (Remove-AppxPackage, registry changes, etc.). Other users running similar scripts also experience this.
Recommend:
Requesting whitelisting from Norton
Noting this in the README
Signing script or adding checksum verification for clarity