Created
May 28, 2018 04:04
-
-
Save stephenfuqua/147cbf7fb87e913dd27999da01002bcd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
## 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