2015-07-30 13:19:27 +00:00
|
|
|
Enable-MicrosoftUpdate
|
2015-07-30 07:25:31 +00:00
|
|
|
Install-WindowsUpdate -AcceptEula
|
2015-07-30 08:58:01 +00:00
|
|
|
|
|
|
|
### Browsers ###
|
2015-07-30 07:25:31 +00:00
|
|
|
cinst google-chrome-x64 -y
|
2015-07-30 08:58:01 +00:00
|
|
|
|
|
|
|
### Communication ###
|
2015-07-30 07:25:31 +00:00
|
|
|
cinst skype -y
|
2015-07-30 19:47:06 +00:00
|
|
|
cinst thunderbird -packageParameters "l=en-US" -y
|
2015-07-30 07:25:31 +00:00
|
|
|
cinst pidgin -y
|
|
|
|
cinst pidginotrplugin -y
|
2015-07-30 08:58:01 +00:00
|
|
|
|
|
|
|
### Utilities ###
|
2015-07-30 13:09:01 +00:00
|
|
|
cinst 7zip.install -y
|
2015-07-30 08:58:01 +00:00
|
|
|
cinst lastpass -y
|
2016-02-23 18:56:29 +00:00
|
|
|
cinst putty.install -y
|
2015-07-30 07:25:31 +00:00
|
|
|
cinst teamviewer -y
|
|
|
|
cinst sysinternals -y
|
2015-07-30 08:58:01 +00:00
|
|
|
cinst windirstat -y
|
|
|
|
|
|
|
|
### Encryption & Privacy ###
|
|
|
|
cinst gpg4win -y
|
2015-07-30 13:01:30 +00:00
|
|
|
Install-ChocolateyEnvironmentVariable "LC_MESSAGES" "C" # Force GnuPG output language to English
|
2016-02-23 07:38:06 +00:00
|
|
|
cinst veracrypt -y
|
2015-07-30 08:58:01 +00:00
|
|
|
cinst tor-browser -y
|
|
|
|
|
|
|
|
### Source Control ###
|
2015-07-30 07:25:31 +00:00
|
|
|
cinst git -y
|
|
|
|
cinst git.install -y
|
2015-07-30 08:58:01 +00:00
|
|
|
|
|
|
|
### Cloud & FTP ###
|
|
|
|
cinst filezilla -y
|
2015-07-30 07:25:31 +00:00
|
|
|
cinst dropbox -y
|
2015-07-30 08:58:01 +00:00
|
|
|
|
|
|
|
### Editors ###
|
|
|
|
cinst sublimetext3 -y
|
|
|
|
|
|
|
|
### Fun ###
|
|
|
|
choco install spotify -y
|
|
|
|
|
2015-07-30 13:17:29 +00:00
|
|
|
### Bitcoin ###
|
2015-07-30 19:36:54 +00:00
|
|
|
choco install electrum.install -y
|
2015-07-30 13:17:29 +00:00
|
|
|
|
2016-02-23 07:38:06 +00:00
|
|
|
## Utilities ###
|
|
|
|
choco install yubikey-personalization-tool -y
|
2016-02-25 06:53:17 +00:00
|
|
|
choco install adobe-creative-cloud -y
|
2016-02-23 07:38:06 +00:00
|
|
|
|
2015-07-30 11:15:32 +00:00
|
|
|
### Shortcuts ###
|
2015-07-30 11:07:58 +00:00
|
|
|
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe"
|
|
|
|
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Mozilla Thunderbird\thunderbird.exe"
|
2015-07-30 11:11:37 +00:00
|
|
|
Install-ChocolateyPinnedTaskBarItem "$env:ProgramFiles\Sublime Text 3\sublime_text.exe"
|
2015-07-30 11:15:32 +00:00
|
|
|
|
|
|
|
### Set up Windows ###
|
|
|
|
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
|
|
|
|
Set-TaskbarOptions -Size Small -Lock
|
|
|
|
Enable-RemoteDesktop
|
|
|
|
cinst Microsoft-Hyper-V-All -source windowsFeatures -y
|
|
|
|
cinst IIS-WebServerRole -source windowsfeatures -y
|
|
|
|
|