Add boxstarter.txt

This commit is contained in:
Jesper Hess 2015-07-30 09:25:31 +02:00
parent c3a9af234c
commit 1d67fec1c9
1 changed files with 29 additions and 0 deletions

29
boxstarter.txt Normal file
View File

@ -0,0 +1,29 @@
### Set Time Zone ###
Write-BoxstarterMessage "Setting time zone to Romance Standard Time"
& C:\Windows\system32\tzutil /s "Romance Standard Time"
Install-WindowsUpdate -AcceptEula
cinst google-chrome-x64 -y
cinst skype -y
cinst 7zip -y
cinst filezilla -y
cinst gpg4win -y
cinst lastpass -y
cinst thunderbird -y
cinst pidgin -y
cinst pidginotrplugin -y
cinst putty -y
cinst sublimetext3 -y
cinst teamviewer -y
cinst f.lux -y
cinst sysinternals -y
cinst git -y
cinst git.install -y
cinst sourcetree -y
cinst dropbox -y
cinst tor-browser -y
Set-WindowsExplorerOptions -showProtectedOSFiles -showFileExtensions
Set-TaskbarOptions -Size Small -Lock
Enable-RemoteDesktop
cinst Microsoft-Hyper-V-All -source windowsFeatures -y
cinst IIS-WebServerRole -source windowsfeatures -y