File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,10 @@ REM *** Desabilitar Protetor de tela ***
173173reg add " HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Control Panel\Desktop" /V " ScreenSaveActive" /T REG_DWORD /D 0 /F
174174reg 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
177181REM *** Show hidden files in Explorer ***
178182reg add " HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v " Hidden" /t REG_DWORD /d 1 /f
You can’t perform that action at this time.
0 commit comments