Last active
January 16, 2020 13:33
-
-
Save kobaltz/a9853e0859c085aa70e34a9991207583 to your computer and use it in GitHub Desktop.
Windows 10 Cleaner
This file contains hidden or 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
# Run in PowerShell Admin | |
Get-AppxPackage *Skype* | Remove-AppxPackage | |
Get-AppxPackage *Hulu* | Remove-AppxPackage | |
Get-AppxPackage *Office* | Remove-AppxPackage | |
Get-AppxPackage *Candy* | Remove-AppxPackage | |
Get-AppxPackage *Farm* | Remove-AppxPackage | |
Get-AppxPackage *Office* | Remove-AppxPackage | |
Get-AppxPackage *Music* | Remove-AppxPackage | |
Get-AppxPackage *Print3D* | Remove-AppxPackage | |
Get-AppxPackage *BingWeather* | Remove-AppxPackage | |
Get-AppxPackage *SolitaireCollection* | Remove-AppxPackage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Missing, but couldn't find