Skip to content

Commit

Permalink
fix(visual effects): don't kill shell
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Oct 20, 2023
1 parent efb553b commit 30dde4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ whoami /user | find /i "S-1-5-18" > nul 2>&1 || (
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects" /v "VisualFXSetting" /t REG_DWORD /d "3" /f
reg add "HKCU\SOFTWARE\Microsoft\Windows\DWM" /v "EnableAeroPeek" /t REG_DWORD /d "0" /f
reg add "HKCU\SOFTWARE\Microsoft\Windows\DWM" /v "AlwaysHibernateThumbnails" /t REG_DWORD /d "0" /f
taskkill /f /im explorer.exe
taskkill /f /im sihost.exe
) > nul

choice /c:yn /n /m "Finished, would you like to logout to apply the changes? [Y/N] "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ whoami /user | find /i "S-1-5-18" > nul 2>&1 || (
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects" /v "VisualFXSetting" /t REG_DWORD /d "0" /f
reg add "HKCU\SOFTWARE\Microsoft\Windows\DWM" /v "EnableAeroPeek" /t REG_DWORD /d "1" /f
reg add "HKCU\SOFTWARE\Microsoft\Windows\DWM" /v "AlwaysHibernateThumbnails" /t REG_DWORD /d "1" /f
taskkill /f /im explorer.exe
taskkill /f /im sihost.exe
) > nul

choice /c:yn /n /m "Finished, would you like to logout to apply the changes? [Y/N] "
Expand Down

0 comments on commit 30dde4f

Please sign in to comment.