Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Disable prevention of users and apps from accessing dangerous websites #441

Open
kalekad opened this issue Oct 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@kalekad
Copy link

kalekad commented Oct 22, 2024

Description

Windows
v0.13.6

Script in privacy.sexy:

:: Disable prevention of users and apps from accessing dangerous websites
echo --- Disable prevention of users and apps from accessing dangerous websites
PowerShell -ExecutionPolicy Unrestricted -Command "$data = '1'; reg add 'HKLM\Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\Network Protection' /v 'EnableNetworkProtection' /t 'REG_DWORD' /d "^""$data"^"" /f"
:: ----------------------------------------------------------

It should be set to 0 to disable it, but it is now set to 1.

Disabled:
Users and applications will not be blocked from connecting to dangerous domains.

Registry Hive | HKEY_LOCAL_MACHINE
Registry Path | Software\Policies\Microsoft\Windows Defender\Windows Defender Exploit Guard\Network Protection
Value Name | EnableNetworkProtection
Value Type | REG_DWORD
Enabled Value | 1
Disabled Value | 0

Source:

https://admx.help/?Category=Windows_11_2022&Policy=Microsoft.Policies.WindowsDefender::ExploitGuard_EnableNetworkProtection

@kalekad kalekad added the bug Something isn't working label Oct 22, 2024
@undergroundwires
Copy link
Owner

Thank you for the bug report @kalekad, this is correct and it will be fixed.
Very clear and great bug report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants