60 lines
1.5 KiB
Plaintext
60 lines
1.5 KiB
Plaintext
Enable-MicrosoftUpdate
|
|
Install-WindowsUpdate -AcceptEula
|
|
|
|
### Browsers ###
|
|
cinst google-chrome-x64 -y
|
|
|
|
### Communication ###
|
|
cinst skype -y
|
|
cinst thunderbird -packageParameters "l=en-US" -y
|
|
cinst pidgin -y
|
|
cinst pidginotrplugin -y
|
|
|
|
### Utilities ###
|
|
cinst 7zip.install -y
|
|
cinst lastpass -y
|
|
cinst putty.install -y
|
|
cinst teamviewer -y
|
|
cinst sysinternals -y
|
|
cinst windirstat -y
|
|
|
|
### Encryption & Privacy ###
|
|
cinst gpg4win -y
|
|
Install-ChocolateyEnvironmentVariable "LC_MESSAGES" "C" # Force GnuPG output language to English
|
|
cinst veracrypt -y
|
|
cinst tor-browser -y
|
|
|
|
### Source Control ###
|
|
cinst git -y
|
|
cinst git.install -y
|
|
|
|
### Cloud & FTP ###
|
|
cinst filezilla -y
|
|
cinst dropbox -y
|
|
|
|
### Editors ###
|
|
cinst sublimetext3 -y
|
|
|
|
### Fun ###
|
|
choco install spotify -y
|
|
|
|
### Bitcoin ###
|
|
choco install electrum.install -y
|
|
|
|
## Utilities ###
|
|
choco install yubikey-personalization-tool -y
|
|
choco install adobe-creative-cloud -y
|
|
|
|
### Shortcuts ###
|
|
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe"
|
|
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Mozilla Thunderbird\thunderbird.exe"
|
|
Install-ChocolateyPinnedTaskBarItem "$env:ProgramFiles\Sublime Text 3\sublime_text.exe"
|
|
|
|
### 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
|
|
|