Skip to content

Instantly share code, notes, and snippets.

@andycmaj
Created October 19, 2014 05:15
Show Gist options
  • Save andycmaj/db23aff356deb14068d5 to your computer and use it in GitHub Desktop.
Save andycmaj/db23aff356deb14068d5 to your computer and use it in GitHub Desktop.
Disable-UAC
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
cinst winsshd.install
POSSIBLE INSTALL OPTIONS (Pass additional or override
-installDir=directory OR -defaultSite OR -site=site-name (Default -installDir is "%ProgramFiles%\Bitvise SSH Server", -defaultSite is "Bitvise SSH Server")
[-acceptEULA]
[-force] Pass this option to install regardless if any program files to be updated are locked by another process.
[-noRollback]
[-activationCode=activation-code-hex]
[-settings=settings-file]
[-startService]
[-startBssCtrl]
cinst DotNet4.5
cinst nunit
cinst fiddler4
cinst linqpad
cinst IIS-WebServerRole -source windowsfeatures
cinst VisualStudio2013Ultimate -InstallArguments "/Features:'WebTools Win8SDK' /ProductKey:AB1CD-EF2GH-IJ3KL-MN4OP-QR5ST"
You simply need to send a white space delimited list of the features to install via the InstallArguments parameter. Here are the available features:
Blend
LightSwitch
VC_MFC_Libraries
OfficeDeveloperTools
SQL
WebTools
Win8SDK
SilverLight_Developer_Kit
WindowsPhone80
cinst jdk7
Supported parameters, use -params e.g. '"path=c:\java\jdk;x64=false"' to override defaults
* Use x64=false to force the 32-bit version. By default this package installs the x64 version when installing on 64 bit OS.
* Use path=installation_path to change the installation path. By default, installs into Program Files. If you specify a path with spaces, use 2 single quotes around the path, e.g. path=''c:\Java JDK''.
After installation it will set CLASSPATH and JAVA_HOME environment variables.
cinst python2
- MS Win7 .NET4 SDK
- MSBuild 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment