Zum Hauptinhalt springen
Dermbach Laternen Foto: Sternenpark Rhön

Chris Titus Script Windows 11 -

:removeapps echo Removing bloatware apps... powershell -Command "Get-AppxPackage *3dbuilder* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *bingnews* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *bingsports* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *bingweather* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.GetHelp* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.Microsoft3DViewer* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.MicrosoftOfficeHub* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.MicrosoftSolitaireCollection* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.MixedReality.Portal* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.Office.OneNote* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.OneConnect* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.People* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.Print3D* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.SkypeApp* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.WindowsAlarms* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *microsoft.windowscommunicationsapps* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.WindowsFeedbackHub* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.WindowsMaps* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.WindowsSoundRecorder* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.Xbox.TCUI* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.XboxApp* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.XboxGameCallableUI* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.XboxGamingOverlay* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.XboxIdentityProvider* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.XboxSpeechToTextOverlay* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.YourPhone* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.ZuneMusic* | Remove-AppxPackage" powershell -Command "Get-AppxPackage *Microsoft.ZuneVideo* | Remove-AppxPackage" echo Bloatware removal complete. pause goto menu

The utility is remarkably easy to run and does not require pre-downloading large files. It uses a single PowerShell command to pull the latest version directly from GitHub.

By default, Windows 11 constantly sends diagnostic data, usage statistics, and typing history back to Microsoft. The CTT utility disables these telemetry pipelines, blocks advertising IDs, and turns off location tracking services that run silently in the background. 3. Essential System Tweaks

Easy-to-use GUI (Graphical User Interface) makes it accessible for non-developers. chris titus script windows 11

The Chris Titus script is a batch script that automates a series of tasks to optimize and customize Windows 11. The script covers various aspects, including:

Allows for more aggressive cleaning, such as disabling OneDrive, Xbox components, and Microsoft Edge (use with caution).

Pauses feature upgrades (which are most likely to introduce bugs) for up to several years, while allowing critical security patches to pass through. :removeapps echo Removing bloatware apps

This tab acts as a clean package manager (utilizing winget or chocolatey under the hood). You can check the boxes next to essential web browsers, developer tools, media players, and document editors, then install them all at once without clicking through setup wizards. Tweaks Tab

Just remember the golden rule of computing: As long as you create a restore point and stick to the standard settings, you will turn your Windows 11 installation into the lean, quiet, and fast operating system it should have been from the start.

: Disable telemetry, tracking, advertising IDs, and intrusive AI features like Copilot. It uses a single PowerShell command to pull

Copy and paste the following command and press Enter: irm ://christitus.com | iex Usage Recommendations

The script is updated frequently to handle new Windows 11 updates, so always use the irm christitus.com/winutil | iex command to get the latest version rather than relying on an old download. Conclusion