Wednesday, April 24, 2019

Windows 10 Debloat

Chris Titus Debloat (I haven't tried yet)

https://github.com/Sycnex/Windows10Debloater

*See Info Below
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 . . .

  1. Download the .zip file on the main page of the github and extract the .zip file to your desired location
  2. Once extracted, open PowerShell (or PowerShell ISE) as an Administrator
  3. Enable PowerShell execution Set-ExecutionPolicy Unrestricted -Force
  4. On the prompt, change to the directory where you extracted the files: e.g. - cd c:\temp
  5. ***If a space exists in syntax put string in single quotes eg. cd 'D:\User\Two Words'
  6. Next, to run either script, enter in the following: e.g. - .\Windows10DebloaterGUI.ps1
  7. ***Do not mis the .\ or it will not run :)
  8. You may or may not be asked to type "R" to run. Just do it.

Trying a refined Sandbox post

  Testing Software Installation with Windows Sandbox What This Guide Is About This guide shows you how to safely test software installati...