Select Page

Required Files: None


Powershell script to disable animations where practical.


 

C:\> Push-Location
C:\> Set-Location "HKCU:\Control Panel\Desktop\"
HKCU\Control Panel\Desktop> Set-ItemProperty . -Name UserPreferencesMask -Value ([byte[]](0x9E,0x2C,0x07,0x80,0x10,0x00,0x00,0x00))
HKCU\Control Panel\Desktop> Pop-Location
C:\>    
C:\> Push-Location
C:\> Set-Location HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects> New-ItemProperty . VisualFxSetting -Value 2
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects> Pop-Location