-
-
Save ryankelley/dc091dc8f9c3f236d5c6 to your computer and use it in GitHub Desktop.
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 | |
Install-WindowsUpdate -AcceptEula | |
cinst IIS-WebServerRole -source windowsfeatures | |
cinstm VisualStudio2013Professional -InstallArguments "/Features:'WebTools'" | |
cinstm git | |
cinstm Firefox | |
cinstm google-chrome-x64 | |
cinstm gitversion.portable -pre | |
cinstm notepadplusplus.install | |
cinstm MsSqlServer2012Express | |
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