Last active
April 22, 2017 02:23
-
-
Save phil-scott-78/0c56780a9d39293bf28d to your computer and use it in GitHub Desktop.
Box Starter Scripts
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
Update-ExecutionPolicy -Policy Unrestricted | |
Get-AppxPackage -Name Microsoft.ZuneVideo | Remove-AppxPackage | |
Get-AppxPackage -Name Microsoft.ZuneMusic | Remove-AppxPackage | |
Get-AppxPackage -Name Microsoft.BingFinance | Remove-AppxPackage | |
Get-AppxPackage -Name Microsoft.BingWeather | Remove-AppxPackage | |
Get-AppxPackage -Name Microsoft.BingNews | Remove-AppxPackage | |
Get-AppxPackage -Name Microsoft.Getstarted | Remove-AppxPackage | |
Get-AppxPackage -Name Microsoft.Windows.Photos | Remove-AppxPackage | |
Get-AppxPackage -Name Microsoft.XboxApp | Remove-AppxPackage | |
Get-AppxPackage -Name Microsoft.windowscommunicationsapps | Remove-AppxPackage | |
Get-AppxPackage -Name Microsoft.windowscamera | Remove-AppxPackage | |
Get-AppxPackage -Name Microsoft.people | Remove-AppxPackage | |
Get-AppxPackage -Name Microsoft.office.onenote | Remove-AppxPackage | |
Set-StartScreenOptions -EnableListDesktopAppsFirst | |
Set-CornerNavigationOptions -EnableUsePowerShellOnWinX | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
cinst -y git -params '"/GitOnlyOnPath"' | |
cinst -y poshgit | |
cinst -y googlechrome | |
cinst -y notepad2-mod | |
cinst -y fiddler4 | |
cinst -y procexp | |
cinst -y conemu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run via