Skip to content

Commit 5bebe62

Browse files
authored
Desabilitar Smartscreen
1 parent 17aaafc commit 5bebe62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Otimização.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ REM *** Desabilitar Protetor de tela ***
173173
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Control Panel\Desktop" /V "ScreenSaveActive" /T REG_DWORD /D 0 /F
174174
reg add "HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop" /V "ScreenSaveActive" /T REG_DWORD /D 0 /F
175175

176+
REM *** Desabilitar SmartScreen ***
177+
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /V "EnableSmartScreen" /T REG_DWORD /D 0 /F
178+
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /V "ShellSmartScreenLevel" /F
179+
176180
@rem NOW JUST SOME TWEAKS
177181
REM *** Show hidden files in Explorer ***
178182
reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Hidden" /t REG_DWORD /d 1 /f

0 commit comments

Comments
 (0)