Skip to content

Commit

Permalink
Desabilitar Smartscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
AFaustini authored Jan 5, 2019
1 parent 17aaafc commit 5bebe62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Otimização.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bebe62

Please sign in to comment.