Remove system apps
- Multiple actionsThis page belongs to a category, containing some changes with similar goal.
- Windows onlyThis script improves your privacy on Windows
- Impact: MinimumSystem Functionality Loss Risk: Low
This action improves privacy with minimal impact when you run the recommended script. - Batch (batchfile)These changes use Windows system commands to update your settings.
- 40 scripts
- 4 categories
- Fully reversible
You can fully restore this action (revert back to the original behavior) using this website.
The restore/revert methods provided here can help you fix issues.
Overview
This category includes scripts for uninstalling default system apps in Windows.
System apps are pre-installed 1 2 applications located in the C:\Windows*
directory 1 2.
These apps are typically found on C:\Windows\SystemApps\{PackageFamilyName}
or C:\Windows\{ShortAppName}
folders.
They are integral components of the Windows operating system 1. Removing certain system apps may improve privacy by reducing data collection. It can also improve system performance by freeing up system resources.
These scripts can make significant changes to your Windows system. While these scripts aim to improve privacy, they may also affect system functionality. These scripts remove several built-in Windows applications and modify system settings. This can affect your system's behavior and potentially break certain features. Removing certain apps or changing settings may disable features you rely on. Apply only the changes you fully understand and need, rather than running all scripts indiscriminately.
To list all system apps:
- Open a PowerShell command prompt.
- Execute the following command:
Get-AppxPackage -PackageTypeFilter Main | ? { $_.SignatureKind -eq "System" } | Sort Name | Format-Table Name, PublisherId, InstallLocation
Uninstalling a system app may improve privacy but can also disable critical features and affect system functionality.
Excluded System apps
Some system apps are excluded from removal by privacy.sexy due to their critical role in OS functionality and lack of documented privacy benefits.
Shell Experience Host (Microsoft.Windows.ShellExperienceHost
)
It provides a windowed interface for universal apps 3 4. It is required for the desktop's visual elements, including transparency effects, Start Menu layout, desktop background slideshow 5 6. Initially, it consumed significant CPU and memory resources, but subsequent optimizations have improved its efficiency 3 7. Since the Windows 10 19H1, the Start menu has been managed separately from it to enhance reliability and performance 8.
This app comes pre-installed on certain versions of Windows 9 10.
OS | Version | Existence |
---|---|---|
Windows 10 | 19H2 | ✅ |
Windows 10 | 20H2 | ✅ |
Windows 10 | 21H2 | ✅ |
Windows 10 | 22H2 | ✅ |
Windows 11 | 21H2 | ✅ |
Windows 11 | 22H2 | ✅ |
Windows 11 | 23H2 | ✅ |