Skip to content

Instantly share code, notes, and snippets.

@StephenStrickland
Last active March 16, 2021 18:32
Show Gist options
  • Save StephenStrickland/2c01c8b1793008b8d800474fc6164b84 to your computer and use it in GitHub Desktop.
Save StephenStrickland/2c01c8b1793008b8d800474fc6164b84 to your computer and use it in GitHub Desktop.
# Web
cinst firefox
cinst Chrome
# Git
cinst git
cinst poshgit
# Dev Tools
cinst vscode
cinst sql-server-management-studio
cinst azure-data-studio
# All JetBrains .NET Tools
cinst dotUltimate
# Azure
cinst azure-cli
cinst azcopy
# Runtimes
cinst nodejs
cinst python
# Web Dev
cinst postman
cinst fiddler
cinst curl
# Misc
cinst ffmpeg
cinst sysinternals
cinst greenshot
cinst windirstat
# Setup Visual Studio
# or maybe not
# 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