Last active
August 29, 2015 14:02
-
-
Save zvolkov/c4c12e3b1ecc655b6e97 to your computer and use it in GitHub Desktop.
Boxstarter TeamCity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Enable-PSRemoting -Force | |
# | |
#$cred=Get-Credential NIH\volkova | |
#Install-BoxstarterPackage -ComputerName MyTargetMachine -PackageName MyPackage -Credential $cred | |
#START http://boxstarter.org/package/url? | |
Set-ExecutionPolicy Unrestricted | |
Set-ExplorerOptions –showFileExtensions -EnableShowFullPathInTitleBar | |
Disable-InternetExplorerESC | |
Disable-UAC | |
Disable-ShutdownTracker | |
Install-WindowsUpdate –AcceptEula | |
cinstm VisualStudio2012Professional -InstallArguments "/Features:'WebTools'" | |
cinstm VisualStudio2013Professional -InstallArguments "/Features:'WebTools'" | |
cinstm Firefox | |
cinstm notepadplusplus.install | |
cinstm MsSqlServer2012Express | |
cinstm roundhouse | |
cinst javaruntime | |
#cinst TeamCityAgent -params 'serverurl=http://ai-sebwebstg6:8081 agentName=Build1 agentDir=E:\\TeamCityAgent' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment