Last active
April 2, 2019 21:46
-
-
Save afym/c72908a50b12f5286ef91f794126d616 to your computer and use it in GitHub Desktop.
windows-backend-stack
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
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
Enable-RemoteDesktop | |
cinst jdk8 | |
cinst git.install | |
cinst intellijidea-ultimate | |
cinst datagrip | |
cinst keepass.install | |
cinst Microsoft-Hyper-V-All -source windowsFeatures | |
cinst IIS-WebServerRole -source windowsfeatures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment