diff --git "a/Otimiza\303\247\303\243o.bat" "b/Otimiza\303\247\303\243o.bat" index aa17dc7..c2945e5 100644 --- "a/Otimiza\303\247\303\243o.bat" +++ "b/Otimiza\303\247\303\243o.bat" @@ -173,6 +173,10 @@ REM *** Desabilitar Protetor de tela *** reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Control Panel\Desktop" /V "ScreenSaveActive" /T REG_DWORD /D 0 /F reg add "HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop" /V "ScreenSaveActive" /T REG_DWORD /D 0 /F +REM *** Desabilitar SmartScreen *** +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /V "EnableSmartScreen" /T REG_DWORD /D 0 /F +reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /V "ShellSmartScreenLevel" /F + @rem NOW JUST SOME TWEAKS REM *** Show hidden files in Explorer *** reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Hidden" /t REG_DWORD /d 1 /f