Skip to content

Instantly share code, notes, and snippets.

@mwhitis
Created March 1, 2017 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mwhitis/1fc07ce2f4661b5cddd1423b90b6321a to your computer and use it in GitHub Desktop.
Save mwhitis/1fc07ce2f4661b5cddd1423b90b6321a to your computer and use it in GitHub Desktop.
Boxstarter - Win 10 - Server
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableListDesktopAppsFirst
Set-CornerNavigationOptions -DisableUpperRightCornerShowCharms -DisableUpperLeftCornerSwitchApps -DisableUsePowerShellOnWinX
Set-TaskbarOptions -Lock -Dock Bottom
Update-ExecutionPolicy
choco install -y 7zip.install
choco install -y atom
choco install -y chrome
choco install -y cmder
choco install -y curl
choco install -y f.lux
choco install -y filezilla
choco install -y firefox
choco install -y git.install
choco install -y gitextensions
choco install -y greenshot
choco install -y jdk7
choco install -y jdk8
choco install -y jre7
choco install -y jre8
choco install -y linqpad
choco install -y notepadplusplus.install
choco install -y powershell
choco install -y procexp
choco install -y putty.install
choco install -y python
choco install -y python2
choco install -y ransack
choco install -y sourcetree
choco install -y sublimetext3
choco install -y sublimetext3.packagecontrol
choco install -y sysinternals
choco install -y vim
choco install -y virtualbox
choco install -y virtualbox.extensionpack
choco install -y visualstudiocode
choco install -y winmerge
choco install -y intellijidea-ultimate
choco install -y nodejs.install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment