Skip to content

Instantly share code, notes, and snippets.

@stephenfuqua
Created May 28, 2018 04:04
Show Gist options
  • Save stephenfuqua/147cbf7fb87e913dd27999da01002bcd to your computer and use it in GitHub Desktop.
Save stephenfuqua/147cbf7fb87e913dd27999da01002bcd to your computer and use it in GitHub Desktop.
## Windows customization
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-TaskbarSmall
cinst IIS-WebServerRole -source windowsfeatures
## Internet
cinst googlechrome
cinst firefox
cinst thunderbird
## Utilities
cinst 7zip.install
cinst paint.net
cinst greenshot
cinst winmerge
cinst pdfcreator
cinst vim
cinst lastpass
cinst google-backup-and-sync
## Applications
cinst adobereader
cinst itunes
cinst googledrive
## Development tools
cinst git.install
cinst vscode
cinst visualstudio2017community --version 15.0.26228.0
cinst sql-server-express
cinst sql-server-management-studio
cinst nodejs.install
cinst postman
## Wrap-up
Install-WindowsUpdate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment