Skip to content

Instantly share code, notes, and snippets.

@FossPrime
Last active November 30, 2015 19:44
Show Gist options
  • Save FossPrime/908303fd7482751eb60e to your computer and use it in GitHub Desktop.
Save FossPrime/908303fd7482751eb60e to your computer and use it in GitHub Desktop.
Clean up windows 10 garbage
// 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