Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save gblmarquez/99cf582ccce3687c3f6eb94cb2150672 to your computer and use it in GitHub Desktop.
Save gblmarquez/99cf582ccce3687c3f6eb94cb2150672 to your computer and use it in GitHub Desktop.
install windows
choco install -y slack
choco install -y googlechrome
choco install -y firefox
choco install -y opera
choco install -y 7zip.install
choco install -y notepadplusplus.install
choco install -y skype
choco install -y sysinternals
choco install -y atom
choco install -y cygwin
choco install -y cmder
choco install -y putty.install
choco install -y fiddler4
choco install -y postman
choco install -y restler
choco install -y soapui
choco install -y visualstudiocode
choco install -y docker
Get-AppxPackage |
Where-Object Name -notlike *Libs* |
Where-Object Name -notlike *Native* |
Where-Object Name -ne Microsoft.WindowsStore |
Where-Object Name -ne Microsoft.DesktopAppInstaller |
Where-Object Name -ne Microsoft.StorePurchaseApp |
Where-Object Name -ne Microsoft.AccountsControl |
Where-Object Name -ne Microsoft.BioEnrollment |
Where-Object Name -ne Microsoft.CredDialogHost |
Where-Object Name -ne Microsoft.LockApp |
Where-Object Name -ne Microsoft.MicrosoftEdge |
Where-Object Name -ne windows.immersivecontrolpanel |
Where-Object Name -notlike *Windows.* |
Where-Object Name -ne c5e2524a-ea46-4f67-841f-6a9465d9d515 |
Where-Object Name -ne 1527c705-839a-4832-9118-54d4Bd6a0c89 |
Where-Object Name -ne DesktopView |
Where-Object Name -ne E2A4F912-2574-4A75-9BB0-0D023378592B |
Where-Object Name -ne EnvironmentsApp |
Where-Object Name -notlike *Microsoft.Services.Store* |
Remove-AppxPackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment