ASN

Notes by Akhil Saji

How to create a clean Windows 10 installation

Microsoft bundles fresh installations of Windows 10 with a variety of junk software including free trials and small games that most people have no intention of using. Uninstalling this mess of software even on a /fresh/ installation can be challenging. Luckily, there are some tools that can help. Below are the steps to easily uninstall this software in the fewest steps possible.

Download the Windows 10 decrapifier script and save it to your desktop as decrapify.ps1

Open powershell in administrator mode and run Set-ExecutionPolicy RemoteSigned

Now run the powershell script & "C:\Users\user\Desktop\decrapify.ps1”

Once the script finishes running all of the unnecessary software should have been removed. Set your execution policy back to restricted to prevent unauthorized powershell scripts from running. Set-ExecutionPolicy restricted