Skip to content

Instantly share code, notes, and snippets.

@automatelife
Last active August 29, 2015 14:27
Show Gist options
  • Save automatelife/82c110998ab32447958f to your computer and use it in GitHub Desktop.
Save automatelife/82c110998ab32447958f to your computer and use it in GitHub Desktop.
### Set up Windows ###
cinst dotnet4.5
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
#Set-TaskbarOptions -Size Small -Lock -Dock Bottom
Enable-RemoteDesktop
Disable-UAC
#Disable-InternetExplorerESC
#cinst Microsoft-Hyper-V-All -source windowsFeatures -y
#cinst IIS-WebServerRole -source windowsfeatures -y
#Enable-MicrosoftUpdate
#Install-WindowsUpdate -AcceptEula
### Browsers ###
cinst google-chrome-x64
### Communication ###
cinst skype
cinst thunderbird -packageParameters "l=en-US"
cinst pidgin
cinst pidginotrplugin
### Utilities ###
cinst 7zip.install
cinst lastpass
cinst putty.install -version 0.65
cinst teamviewer
cinst f.lux
cinst sysinternals
cinst windirstat
cinst LinkShellExtension
cinst procexp
cinst console2
cinst console-devel
cinst wget
### Source Control ###
cinst git
cinst git.install
cinst sourcetree
### Cloud & FTP ###
cinst filezilla
cinst dropbox
### Editors ###
cinst notepadplusplus.install
cinst sublimetext3
### Development ###
cinst vagrant
cinst virtualbox
cinst chefdk
cinst boot2docker
### Debug ###
cinst fiddler4
cinst wireshark
cinst baretail
### Fun ###
cinst spotify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment