Skip to content

Instantly share code, notes, and snippets.

@StephenStrickland
Last active October 24, 2018 20:00
Show Gist options
  • Save StephenStrickland/b2375c86c30cc5e44fd698c709d311fe to your computer and use it in GitHub Desktop.
Save StephenStrickland/b2375c86c30cc5e44fd698c709d311fe to your computer and use it in GitHub Desktop.
basic gist to setup NGS development machine
# Setup the things
cinst firefox
cinst git
cinst poshgit
cinst postman
cinst vscode
cinst fiddler
cinst sql-server-management-studio
cinst conemu
cinst nodejs
# Setup Visual Studio
# Turn on IIS
cinst IIS-WebServerRole -source WindowsFeatures
cinst IIS-ISAPIFilter -source WindowsFeatures
cinst IIS-ISAPIExtensions -source WindowsFeatures
# Configure Windows Settings
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar -EnableExpandToOpenFolder
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment