Windows 10/11 comes out of the box with a lot apps popular called "bloatware" that must be removed before it can be capture for mass deployment.
This article was originally posted in ITNinja by the user RandomITdude24.
Prior to performing a Sysprep on a system, it is recommended to remove all bloatware included in the original operating system installation. This process can be accomplished using PowerShell through various commands and scripts. Alternatively, a third-party tool with a user-friendly interface is available to streamline the bloatware removal process efficiently.
GitHub - teeotsa/windows-11-debloat: Script to optimize your installation of Windows 11.
Here are the instructions on how to get it to work (extracted from the actual GitHub).
Set-ExecutionPolicy Unrestricted -Force
cd c:\temp
.\win11debloat.ps1
After that, you will get the interface.
GitHub - Sycnex/Windows10Debloater: Script to remove Windows 10 bloatware.
Here are the instructions on how to get it to work (extracted from the actual GitHub).
Set-ExecutionPolicy Unrestricted -Force
cd c:\temp
.\Windows10DebloaterGUI.ps1
After that you will get the interface.
Every option work, but one pro-tip would be don't run the "Uninstall OneDrive" or you will get stuck at "Getting Ready" after deployment.
© ALL RIGHTS RESERVED. Termini di utilizzo Privacy Cookie Preference Center