A dotnet tool that removes the bloat in Windows 11
Warning
This tool makes changes to the Registry. Consider doing a backup before using.
See Milestones for release notes.
- dotnet CLI. At least version 8.
- WinGet. At least version 1.5.2201. See winget-cli/releases to install a specific version.
Install WinDebloat
dotnet tool install -g WinDebloatWinDebloatIds are case insensitive.
Ids for each item are listed below.
Optional items can be included by using the --include argument:
WinDebloat --include PaintSee Optional Items Removed / Disabled
WinDebloat --include-allItems can be excluded by using the --exclude argument:
WinDebloat --exclude AdvertiserId Xbox- 3D Viewer
- Advertiser Id
- Bing Desktop Visual Search
- Camera
- Chat
- Clock (optional)
- Clipchamp
- Cortana
- Copilot (optional)
- Customize This Folder (optional)
- Default Browser Prompt (optional)
- DevHome (optional)
- dotnet (optional)
- Developer Mode (optional)
- Edge Bing SideBar (optional)
- Edge Desktop Search Bar
- Edge Default Location To Blank (optional)
- EdgeRecommendations
- Explorer 3D Objects
- Explorer Classic Menu (optional)
- Feedback Hub
- FileExtensions
- FilmsAndTV
- Games
- Game Assist (optional)
- Get Help
- Give Access To (optional)
- Health Check (optional)
- HP Vendorware (optional)
- Internet Connection Sharing
- Lock Screen Ads
- Learn about this image
- Mail and Calendar
- Maps
- Media Player
- Mixed Reality Portal
- Movies and TV
- News
- OneNote
- Office 365 (optional)
- Office Cloud Files (optional)
- OneDrive (optional)
- Paint 3D
- Paint (optional)
- Pay
- People
- Phone Link (optional)
- Photos
- Power Automate
- PowerShell Unrestricted
- Printer (optional)
- Print 3D
- Program Compatibility Assistant (optional)
- Quick Assist (optional)
- Skype
- Spotify
- Startup boost
- Start Menu Recommendations
- Sticky Notes
- TaskBar Search
- Task View
- Teams (optional)
- Teams Installer
- Telemetry
- Tips
- To Do
- Voice Recorder (optional)
- Weather
- Web Experience Pack
- Start Menu Web Search
- Whiteboard
- Widgets
- Xbox
Id to exclude: 3DViewer
Uninstalls 3D Viewer using winget.
winget uninstall --name "3D Viewer" --exact --all-versionsId to exclude: AdvertiserId
Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo"`
-Name "Enabled"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo"`
-Name "Enabled"`
-Type "DWord"`
-Value "1"Id to exclude: BingDesktopVisualSearch
Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"`
-Name "ShowVisualSearchDesktopIcon"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"`
-Name "ShowVisualSearchDesktopIcon"`
-Type "DWord"`
-Value "1"- Disables the Bing "Visual search to find similar images" on the desktop
- Prevents launching a browser with Bing search when the desktop is clicked
- Learn Microsoft - How to turn off or move the new Visual Search desktop icon
Id to exclude: Camera
Uninstalls Windows Camera using winget.
winget uninstall --name "Windows Camera" --exact --all-versionsId to exclude: Chat
Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"`
-Name "TaskbarMn"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"`
-Name "TaskbarMn"`
-Type "DWord"`
-Value "1"Id to exclude: Clipchamp
Uninstalls Clipchamp using winget.
winget uninstall --name "Clipchamp" --exact --all-versionsId to exclude: Cortana
Uninstalls Cortana using winget.
winget uninstall --name "Cortana" --exact --all-versionsId to exclude: EdgeDesktopSearchBar
Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\Microsoft\Edge"`
-Name "WebWidgetAllowed"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\Microsoft\Edge"`
-Name "WebWidgetAllowed"`
-Type "DWord"`
-Value "1"Id to exclude: EdgeRecommendations
Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\Microsoft\Edge"`
-Name "ShowRecommendationsEnabled"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\Microsoft\Edge"`
-Name "ShowRecommendationsEnabled"`
-Type "DWord"`
-Value "1"- Allow feature recommendations and browser assistance notifications from Microsoft Edge
- Disables "Switch default search engine Microsoft Bing in Chrome"

Id to exclude: Explorer3DObjects
Remove-Item -Path "Registry::HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}"New-Item -Path "Registry::HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}" -Value ""Id to exclude: FeedbackHub
Uninstalls Feedback Hub using winget.
winget uninstall --name "Feedback Hub" --exact --all-versionsId to exclude: FileExtensions
Set-ItemProperty -Path "Registry::HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced"`
-Name "HideFileExt"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced"`
-Name "HideFileExt"`
-Type "DWord"`
-Value "1"Id to exclude: FilmsAndTV
Uninstalls Films & TV using winget.
winget uninstall --name "Films & TV" --exact --all-versionsId to exclude: Games
Uninstalls Solitaire & Casual Games using winget.
winget uninstall --name "Solitaire & Casual Games" --exact --all-versionsUninstalls Microsoft Solitaire Collection using winget.
winget uninstall --name "Microsoft Solitaire Collection" --exact --all-versionsId to exclude: GetHelp
Uninstalls Get Help using winget.
winget uninstall --name "Get Help" --exact --all-versionsId to exclude: InternetConnectionSharing
Uninstalls SharedAccess using winget.
winget uninstall --name "SharedAccess" --exact --all-versionsId to exclude: LockScreenAds
Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager"`
-Name "RotatingLockScreenOverlayEnabled"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager"`
-Name "RotatingLockScreenOverlayEnabled"`
-Type "DWord"`
-Value "1"Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager"`
-Name "SubscribedContent-338387Enabled"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager"`
-Name "SubscribedContent-338387Enabled"`
-Type "DWord"`
-Value "1"Id to exclude: Learnaboutthisimage
Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel"`
-Name "{2cc5ca98-6485-489a-920e-b3e88a6ccce3}"`
-Type "DWord"`
-Value "1"Remove-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel"`
-Name "{2cc5ca98-6485-489a-920e-b3e88a6ccce3}"- Removes "Learn about this image" from the desktop

- How to Remove the ‘Learn More About this Picture’ Icon in Windows 11.
Id to exclude: MailandCalendar
Uninstalls Mail and Calendar using winget.
winget uninstall --name "Mail and Calendar" --exact --all-versionsId to exclude: Maps
Uninstalls Windows Maps using winget.
winget uninstall --name "Windows Maps" --exact --all-versionsStop-Service -Name "MapsBroker"
Set-Service -Name "MapsBroker"`
-StartupType "Disabled"Set-Service -Name "MapsBroker"`
-StartupType "Automatic"
Start-Service -Name "MapsBroker"Id to exclude: MediaPlayer
Uninstalls Windows Media Player using winget.
winget uninstall --name "Windows Media Player" --exact --all-versionsId to exclude: MixedRealityPortal
Uninstalls Mixed Reality Portal using winget.
winget uninstall --name "Mixed Reality Portal" --exact --all-versionsId to exclude: MoviesandTV
Uninstalls Movies & TV using winget.
winget uninstall --name "Movies & TV" --exact --all-versionsId to exclude: News
Uninstalls Microsoft News using winget.
winget uninstall --name "Microsoft News" --exact --all-versionsUninstalls News using winget.
winget uninstall --name "News" --exact --all-versionsId to exclude: OneNote
Uninstalls OneNote for Windows 10 using winget.
winget uninstall --name "OneNote for Windows 10" --exact --all-versionsId to exclude: Paint3D
Uninstalls Paint 3D using winget.
winget uninstall --name "Paint 3D" --exact --all-versionsId to exclude: Pay
Uninstalls Microsoft Pay using winget.
winget uninstall --name "Microsoft Pay" --exact --all-versionsId to exclude: People
Uninstalls Microsoft People using winget.
winget uninstall --name "Microsoft People" --exact --all-versionsId to exclude: Photos
Uninstalls Microsoft Photos using winget.
winget uninstall --name "Microsoft Photos" --exact --all-versionsId to exclude: PowerAutomate
Uninstalls Power Automate using winget.
winget uninstall --name "Power Automate" --exact --all-versionsId to exclude: PowerShellUnrestricted
Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell"`
-Name "ExecutionPolicy"`
-Type "String"`
-Value "Unrestricted"Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell"`
-Name "ExecutionPolicy"`
-Type "String"`
-Value "Restricted"Id to exclude: Print3D
Uninstalls Print 3D using winget.
winget uninstall --name "Print 3D" --exact --all-versionsId to exclude: Skype
Uninstalls Skype using winget.
winget uninstall --name "Skype" --exact --all-versionsId to exclude: Spotify
Uninstalls Spotify Music using winget.
winget uninstall --name "Spotify Music" --exact --all-versionsId to exclude: Startupboost
Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\Microsoft\Edge"`
-Name "StartupBoostEnabled"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\Microsoft\Edge"`
-Name "StartupBoostEnabled"`
-Type "DWord"`
-Value "1"Id to exclude: StartMenuRecommendations
Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer"`
-Name "HideRecommendedSection"`
-Type "DWord"`
-Value "1"Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer"`
-Name "HideRecommendedSection"`
-Type "DWord"`
-Value "0"- The parent path
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorermay need to be created if it doesn;t exist - Policy CSP - Start / hiderecommendedsection
Id to exclude: StickyNotes
Uninstalls Microsoft Sticky Notes using winget.
winget uninstall --name "Microsoft Sticky Notes" --exact --all-versionsId to exclude: TaskBarSearch
Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Search"`
-Name "SearchboxTaskbarMode"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Search"`
-Name "SearchboxTaskbarMode"`
-Type "DWord"`
-Value "1"Id to exclude: TaskView
Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"`
-Name "ShowTaskViewButton"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"`
-Name "ShowTaskViewButton"`
-Type "DWord"`
-Value "1"Id to exclude: TeamsInstaller
Uninstalls Teams Machine-Wide Installer using winget.
winget uninstall --name "Teams Machine-Wide Installer" --exact --all-versionsId to exclude: Telemetry
Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection"`
-Name "Allow Telemetry"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection"`
-Name "Allow Telemetry"`
-Type "DWord"`
-Value "1"Stop-Service -Name "DiagTrack"
Set-Service -Name "DiagTrack"`
-StartupType "Disabled"Set-Service -Name "DiagTrack"`
-StartupType "Automatic"
Start-Service -Name "DiagTrack"Id to exclude: Tips
Uninstalls Microsoft Tips using winget.
winget uninstall --name "Microsoft Tips" --exact --all-versionsId to exclude: ToDo
Uninstalls Microsoft To Do using winget.
winget uninstall --name "Microsoft To Do" --exact --all-versionsId to exclude: Weather
Uninstalls MSN Weather using winget.
winget uninstall --name "MSN Weather" --exact --all-versionsId to exclude: WebExperiencePack
Uninstalls Windows Web Experience Pack using winget.
winget uninstall --name "Windows Web Experience Pack" --exact --all-versionsId to exclude: StartMenuWebSearch
Set-ItemProperty -Path "Registry::HKCU\SOFTWARE\Policies\Microsoft\Windows\Explorer"`
-Name "DisableSearchBoxSuggestions"`
-Type "DWord"`
-Value "1"Set-ItemProperty -Path "Registry::HKCU\SOFTWARE\Policies\Microsoft\Windows\Explorer"`
-Name "DisableSearchBoxSuggestions"`
-Type "DWord"`
-Value "0"Id to exclude: Whiteboard
Uninstalls Microsoft Whiteboard using winget.
winget uninstall --name "Microsoft Whiteboard" --exact --all-versionsId to exclude: Widgets
Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"`
-Name "TaskbarDa"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"`
-Name "TaskbarDa"`
-Type "DWord"`
-Value "1"Id to exclude: Xbox
Uninstalls Xbox TCUI using winget.
winget uninstall --name "Xbox TCUI" --exact --all-versionsUninstalls Xbox Console Companion using winget.
winget uninstall --name "Xbox Console Companion" --exact --all-versionsUninstalls Xbox Game Bar Plugin using winget.
winget uninstall --name "Xbox Game Bar Plugin" --exact --all-versionsUninstalls Xbox Identity Provider using winget.
winget uninstall --name "Xbox Identity Provider" --exact --all-versionsUninstalls Xbox Game Speech Window using winget.
winget uninstall --name "Xbox Game Speech Window" --exact --all-versionsUninstalls Xbox Game Bar using winget.
winget uninstall --name "Xbox Game Bar" --exact --all-versionsUninstalls Xbox Accessories using winget.
winget uninstall --name "Xbox Accessories" --exact --all-versionsUninstalls Xbox using winget.
winget uninstall --name "Xbox" --exact --all-versionsId to include: Clock
Uninstalls Windows Clock using winget.
winget uninstall --name "Windows Clock" --exact --all-versionsUninstalls Windows Alarms & Clock using winget.
winget uninstall --name "Windows Alarms & Clock" --exact --all-versionsId to include: Copilot
Uninstalls Microsoft Copilot using winget.
winget uninstall --name "Microsoft Copilot" --exact --all-versionsUninstalls Microsoft 365 Copilot using winget.
winget uninstall --name "Microsoft 365 Copilot" --exact --all-versionsUninstalls Copilot using winget.
winget uninstall --name "Copilot" --exact --all-versionsSet-ItemProperty -Path "Registry::HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked"`
-Name "{CB3B0003-8088-4EDE-8769-8B354AB2FF8C}"`
-Type "String"`
-Value ""Remove-ItemProperty -Path "Registry::HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked"`
-Name "{CB3B0003-8088-4EDE-8769-8B354AB2FF8C}"- Remove 'Ask Copilot' from Right-Click Menu in File Explorer.
Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\WindowsNotepad"`
-Name "DisableAIFeatures"`
-Type "DWord"`
-Value "1"Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\WindowsNotepad"`
-Name "DisableAIFeatures"`
-Type "DWord"`
-Value "0"Id to include: CustomizeThisFolder
Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"`
-Name "NoCustomizeThisFolder"`
-Type "DWord"`
-Value "1"Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"`
-Name "NoCustomizeThisFolder"`
-Type "DWord"`
-Value "0"- Removes Explorer "Customize this folder" functionality. Both from the context menu and from the properties tab.
Id to include: DefaultBrowserPrompt
Set-ItemProperty -Path "Registry::HKCU\Software\Policies\Google\Chrome"`
-Name "DefaultBrowserSettingEnabled"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKCU\Software\Policies\Google\Chrome"`
-Name "DefaultBrowserSettingEnabled"`
-Type "DWord"`
-Value "1"- Disables the prompt to set chrome as the default browser
- Use Change Default Apps in Windows to manually control the default browser
Set-ItemProperty -Path "Registry::HKCU\Software\Policies\Microsoft\Edge"`
-Name "DefaultBrowserSettingEnabled"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKCU\Software\Policies\Microsoft\Edge"`
-Name "DefaultBrowserSettingEnabled"`
-Type "DWord"`
-Value "1"- Disables the prompt to set edge as the default browser
- Use Change Default Apps in Windows to manually control the default browser
Id to include: DevHome
Uninstalls Microsoft.DevHome using winget.
winget uninstall --id "Microsoft.DevHome" --all-versions --exactId to include: dotnet
Sets environment variable DOTNET_CLI_TELEMETRY_OPTOUT to true.
$env:DOTNET_CLI_TELEMETRY_OPTOUT = "true";Id to include: DeveloperMode
Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\Microsoft\Windows\Appx"`
-Name "AllowDevelopmentWithoutDevLicense"`
-Type "DWord"`
-Value "1"Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\Microsoft\Windows\Appx"`
-Name "AllowDevelopmentWithoutDevLicense"`
-Type "DWord"`
-Value "0"Id to include: EdgeBingSideBar
Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\Microsoft\Edge"`
-Name "HubsSidebarEnabled"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Policies\Microsoft\Edge"`
-Name "HubsSidebarEnabled"`
-Type "DWord"`
-Value "1"- Microsoft Edge now has a Bing AI chatbot sidebar
- Disables the Edge Bing Sidebar

Id to include: EdgeDefaultLocationToBlank
Set-ItemProperty -Path "Registry::HKCU\SOFTWARE\Policies\Microsoft\Edge"`
-Name "HomepageLocation"`
-Type "String"`
-Value "about:blank"Remove-ItemProperty -Path "Registry::HKCU\SOFTWARE\Policies\Microsoft\Edge"`
-Name "HomepageLocation"Set-ItemProperty -Path "Registry::HKCU\SOFTWARE\Policies\Microsoft\Edge"`
-Name "NewTabPageLocation"`
-Type "String"`
-Value "about:blank"Remove-ItemProperty -Path "Registry::HKCU\SOFTWARE\Policies\Microsoft\Edge"`
-Name "NewTabPageLocation"Id to include: ExplorerClassicMenu
New-Item -Path "Registry::HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" -Value ""Remove-Item -Path "Registry::HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32"Id to include: GameAssist
Uninstalls Microsoft Edge Game Assist using winget.
winget uninstall --name "Microsoft Edge Game Assist" --exact --all-versionsId to include: GiveAccessTo
Set-ItemProperty -Path "Registry::HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked"`
-Name "{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"`
-Type "String"`
-Value ""Remove-ItemProperty -Path "Registry::HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked"`
-Name "{f81e9010-6ea4-11ce-a7ff-00aa003ca9f6}"- Removes Explorer "Give access to" functionality. Both from the context menu and from the properties tab.
Id to include: HealthCheck
Uninstalls Windows PC Health Check using winget.
winget uninstall --name "Windows PC Health Check" --exact --all-versionsId to include: HP
Uninstalls HP Desktop Support Utilities using winget.
winget uninstall --name "HP Desktop Support Utilities" --exact --all-versionsUninstalls HP Documentation using winget.
winget uninstall --name "HP Documentation" --exact --all-versionsUninstalls HP Notifications using winget.
winget uninstall --name "HP Notifications" --exact --all-versionsUninstalls HPHelp using winget.
winget uninstall --name "HPHelp" --exact --all-versionsStop-Service -Name "HpTouchpointAnalyticsService"
Set-Service -Name "HpTouchpointAnalyticsService"`
-StartupType "Disabled"Set-Service -Name "HpTouchpointAnalyticsService"`
-StartupType "Automatic"
Start-Service -Name "HpTouchpointAnalyticsService"Stop-Service -Name "HPAppHelperCap"
Set-Service -Name "HPAppHelperCap"`
-StartupType "Disabled"Set-Service -Name "HPAppHelperCap"`
-StartupType "Automatic"
Start-Service -Name "HPAppHelperCap"Stop-Service -Name "HPDiagsCap"
Set-Service -Name "HPDiagsCap"`
-StartupType "Disabled"Set-Service -Name "HPDiagsCap"`
-StartupType "Automatic"
Start-Service -Name "HPDiagsCap"Stop-Service -Name "HPSysInfoCap"
Set-Service -Name "HPSysInfoCap"`
-StartupType "Disabled"Set-Service -Name "HPSysInfoCap"`
-StartupType "Automatic"
Start-Service -Name "HPSysInfoCap"Stop-Service -Name "hpsvcsscan"
Set-Service -Name "hpsvcsscan"`
-StartupType "Disabled"Set-Service -Name "hpsvcsscan"`
-StartupType "Automatic"
Start-Service -Name "hpsvcsscan"Stop-Service -Name "HotKeyServiceDSU"
Set-Service -Name "HotKeyServiceDSU"`
-StartupType "Disabled"Set-Service -Name "HotKeyServiceDSU"`
-StartupType "Automatic"
Start-Service -Name "HotKeyServiceDSU"Id to include: Office365
Uninstalls Microsoft 365 (Office) using winget.
winget uninstall --name "Microsoft 365 (Office)" --exact --all-versionsId to include: OfficeCloudFiles
Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer"`
-Name "ShowCloudFilesInQuickAccess"`
-Type "DWord"`
-Value "0"Set-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer"`
-Name "ShowCloudFilesInQuickAccess"`
-Type "DWord"`
-Value "1"Id to include: OneDrive
Uninstalls Microsoft.OneDrive using winget.
winget uninstall --id "Microsoft.OneDrive" --all-versions --exactId to include: Paint
Uninstalls Paint using winget.
winget uninstall --name "Paint" --exact --all-versionsInstalls paint.net using winget.
winget install --name "paint.net" --exactId to include: PhoneLink
Uninstalls Phone Link using winget.
winget uninstall --name "Phone Link" --exact --all-versionsId to include: Printer
Stop-Service -Name "Spooler"
Set-Service -Name "Spooler"`
-StartupType "Disabled"Set-Service -Name "Spooler"`
-StartupType "Automatic"
Start-Service -Name "Spooler"Id to include: ProgramCompatibilityAssistant
Stop-Service -Name "PcaSvc"
Set-Service -Name "PcaSvc"`
-StartupType "Disabled"Set-Service -Name "PcaSvc"`
-StartupType "Automatic"
Start-Service -Name "PcaSvc"Id to include: QuickAssist
Uninstalls Quick Assist using winget.
winget uninstall --name "Quick Assist" --exact --all-versionsId to include: Teams
Uninstalls Microsoft.Teams.Classic using winget.
winget uninstall --id "Microsoft.Teams.Classic" --all-versions --exactUninstalls Microsoft.Teams.Free using winget.
winget uninstall --id "Microsoft.Teams.Free" --all-versions --exactUninstalls Microsoft.Teams using winget.
winget uninstall --id "Microsoft.Teams" --all-versions --exactId to include: VoiceRecorder
Uninstalls Windows Voice Recorder using winget.
winget uninstall --name "Windows Voice Recorder" --exact --all-versions- winget
- https://winget.run. An online registry of winget packages.
- ExplorerPatcher. A helpful to use in conjunction with this project to make Windows more usable.
- Setting a single registry entry using PowerShell
Elephant designed by Icons Producer from The Noun Project.
Unit tests should be run with elevated privileges


