Skip to content

Commit

Permalink
fix: smartscreen block - manual rules update
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Oct 29, 2020
1 parent 7dcb9ff commit c71478e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/windows-hardening.bat
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ reg add "HKLM\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters" /v SignSecu
::
:: Enable SmartScreen
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v EnableSmartScreen /t REG_DWORD /d 1 /f
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v ShellSmartScreenLevel /t REG_SZ /d Block /f
REM reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v ShellSmartScreenLevel /t REG_SZ /d Block /f
::
:: Enforce device driver signing
BCDEDIT /set nointegritychecks OFF
Expand Down

0 comments on commit c71478e

Please sign in to comment.