Skip to content

Instantly share code, notes, and snippets.

@maxisoft
Forked from phillip-haydon/boxstarter-script
Last active August 29, 2015 14:23
Show Gist options
  • Save maxisoft/041648875a56afaa8fae to your computer and use it in GitHub Desktop.
Save maxisoft/041648875a56afaa8fae to your computer and use it in GitHub Desktop.
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst
Install-WindowsUpdate -acceptEula
cinst SublimeText3
cinst sublimetext3-contextmenu
cinst Firefox
cinst vlc
cinst DotNet4.5
cinst 7zip.install
cinst steam
cinst sysinternals
cinst sumatrapdf.install
cinst pscx
cinst vcredist2013
cinst vcredist2012
cinst vcredist2010
cinst cpu-z
cinst aimp
cinst linkshellextension
cinst inkscape
cinst paint.net
cinst gimp
cinst filezilla
cinst putty
cinst winscp
cinst keepass.install
cinst audacity
cinst openvpn
#cmd line utils
cinst youtube-dl
cinst curl
cinst wget
cinst md5
# Dev
cinst python
cinst python2
cinst nodejs.install
cinst vcredist2010
cinst ruby
cinst git.install
cinst poshgit
cinst hg
cinst phantomjs
cinst jdk8 -params "both=true"
cinst autoit
cinst gradle
cinst intellijidea-ultimate
cinst pycharm
cinst jivkok.sublimetext3.packages
cinst wox
cinst ditto
Install-WindowsUpdate -acceptEula
URL Setup
http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/maxisoft/041648875a56afaa8fae/raw/d091c743ed6c143a61fae81811f7c8fc6d91544c/boxstarter-script
Run in Powershell
START *URL above*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment