Skip to content

Instantly share code, notes, and snippets.

@HauptJ
Last active August 5, 2017 23:46
Show Gist options
  • Save HauptJ/066a45a14b7c32d4a04908538b626e16 to your computer and use it in GitHub Desktop.
Save HauptJ/066a45a14b7c32d4a04908538b626e16 to your computer and use it in GitHub Desktop.
Boxstarter script to install software for reg to use on Surface
#Enable Remote Desktop
Enable-RemoteDesktop
#Dev
cinst notepadplusplus -y
cinst putty -y
choco install git -y
cinst python2 -y
cinst python3 -y
#Office
cinst libreoffice -y
cinst libreoffice-help -y
#Browsers
cinst googlechrome -y
cinst firefox -y
#Google Drive
cinst googledrive -y
#Archive Manager
cinst 7zip -y
#Email
cinst thunderbird -y
#Google Earth
cinst googleearth -y
#Password Manager
cinst lastpass -y
#IM and chat
cinst skype -y
cinst hexchat -y
#Media Player
cinst k-litecodecpackmega -y
cinst vlc -y
cinst foobar2000 -y
cinst spotify -y
cinst clementine -y
#Image Editing
cinst gimp -y
cinst paint.net -y
cinst blender -y
cinst greenshot -y
cinst inkscape -y
cinst irfanview -y
cinst irfanviewplugins -y
#Audio Editing
cinst audacity -y
#Admin
cinst teamviewer -y
#Torrent
cinst deluge -y
#Games
cinst steam -y
cinst freeciv -y
cinst flightgear -y
cinst xonotic -y
cinst assaultcube -y
cinst supertuxkart -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment