Skip to content

Instantly share code, notes, and snippets.

@jmlucjav
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmlucjav/5c6934063778705fa81c to your computer and use it in GitHub Desktop.
Save jmlucjav/5c6934063778705fa81c to your computer and use it in GitHub Desktop.
# Boxstarter script for blog post http://blog.zerosharp.com/provisioning-a-new-development-machine-with-boxstarter
# Allow reboots
$Boxstarter.RebootOk=$true
$Boxstarter.NoPassword=$false
$Boxstarter.AutoLogin=$true
# Basic setup
Update-ExecutionPolicy Unrestricted
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
# Enable-RemoteDesktop
Disable-InternetExplorerESC
Disable-UAC
#Set-TaskbarSmall
Set-TaskbarOptions -Size Small -Lock -Dock Bottom
#basic stuff
cinst google-chrome-x64
cinst FoxitReader
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment