Last active
November 30, 2015 19:44
-
-
Save FossPrime/908303fd7482751eb60e to your computer and use it in GitHub Desktop.
Clean up windows 10 garbage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// uninstall all windows 8 apps, including one drive | |
Get-AppxPackage -AllUsers | Remove-AppxPackage | |
// Todo: Group policies for | |
// Turn off Windows Defender | |
// Remove OneDrive from file explorer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment