Skip to content

Instantly share code, notes, and snippets.

@phil-scott-78
Last active April 22, 2017 02:23
Show Gist options
  • Save phil-scott-78/0c56780a9d39293bf28d to your computer and use it in GitHub Desktop.
Save phil-scott-78/0c56780a9d39293bf28d to your computer and use it in GitHub Desktop.
Box Starter Scripts
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
@phil-scott-78
Copy link
Author

Run via

START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/enkafan/0c56780a9d39293bf28d/raw/ec3f40c60403c8afe5627c17e68e6634d70c7f0d/Dev-Box.ps1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment