Chris Titus Debloat (I haven't tried yet)
This is the GUI
(I install NET v3.5 because programs I use need it.)
Right click + Power Shell does not always give you the admin option. The script must be run in Power Shell as admin. You may need to do this . . .
- Download the .zip file on the main page of the github and extract the .zip file to your desired location
- Once extracted, open PowerShell (or PowerShell ISE) as an Administrator
- Enable PowerShell execution
Set-ExecutionPolicy Unrestricted -Force
- On the prompt, change to the directory where you extracted the files: e.g. - cd c:\temp
- ***If a space exists in syntax put string in single quotes eg. cd 'D:\User\Two Words'
- Next, to run either script, enter in the following: e.g. - .\Windows10DebloaterGUI.ps1
- ***Do not mis the .\ or it will not run :)
- You may or may not be asked to type "R" to run. Just do it.