Skip to content

Instantly share code, notes, and snippets.

View samhocevar's full-sized avatar
💭
😄

Sam Hocevar samhocevar

💭
😄
View GitHub Profile
@inequation
inequation / Declutter.ps1
Last active April 22, 2017 18:19
Simple script to remove all the Windows 10 default useless apps bovine feces, with a few exceptions for the useful ones.
taskkill /f /im OneDrive.exe
& "$env:SystemRoot\SysWOW64\OneDriveSetup.exe" /uninstall
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
#Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Get-AppxPackage *officehub* | Remove-AppxPackage
#Get-AppxPackage *skypeapp* | Remove-AppxPackage
Get-AppxPackage *getstarted* | Remove-AppxPackage