Chris Titus Script Windows 11 -
:performance echo Applying performance tweaks... :: Disable animations reg add "HKCU\Control Panel\Desktop" /v UserPreferencesMask /t REG_BINARY /d 9012038010000000 /f :: Disable transparency reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize" /v EnableTransparency /t REG_DWORD /d 0 /f :: Set for best performance for background services powershell -Command "Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\PriorityControl' -Name 'Win32PrioritySeparation' -Value 38" echo Performance tweaks applied. pause goto menu
:privacy echo Applying privacy tweaks... reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo" /v Enabled /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo" /v Enabled /t REG_DWORD /d 0 /f reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\LooselyCoupled" /v Value /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableActivityFeed /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v PublishUserActivities /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\LocationAndSensors" /v DisableLocation /t REG_DWORD /d 1 /f echo Privacy tweaks applied. pause goto menu chris titus script windows 11
This comprehensive guide covers what the script is, how to run it safely on Windows 11, and a breakdown of its most critical features. :performance echo Applying performance tweaks
Copy and paste the following command into the PowerShell window, then press Enter : powershell irm ://christitus.com | iex Use code with caution. Right-click the Start button (or press Win +
Right-click the Start button (or press Win + X ) and select "Terminal (Admin)" or "Windows PowerShell (Admin)" . This is crucial, as the script needs system-level permission to make changes.
This tab acts as a centralized app store. Instead of visiting dozens of websites to download installers, you check the boxes next to the software you need (e.g., Brave, 7-Zip, VLC, VS Code, Steam). The script utilizes the Windows Package Manager ( winget ) to download and install the latest versions silently in the background. 2. The Tweaks Tab
(Cut to more advanced scripts and their applications)