Last active
October 24, 2018 20:00
-
-
Save StephenStrickland/b2375c86c30cc5e44fd698c709d311fe to your computer and use it in GitHub Desktop.
basic gist to setup NGS development machine
This file contains 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
# 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