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-ExplorerOptions -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
#chocolatey feature enable -n allowGlobalConfirmation | |
cinst visualstudio2022professional --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US" | |
cinst resharper | |
cinst vscode | |
cinst vscode-cake | |
cinst vscode-prettier | |
cinst vscode-editorconfig |
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-ExplorerOptions -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
#chocolatey feature enable -n allowGlobalConfirmation | |
cinst Microsoft-Hyper-V-All -source windowsFeatures | |
cinst IIS-WebServerRole -source windowsfeatures | |
cinst wsl2 | |
cinst wsl2-distro-manager | |
cinst wsl-ubuntu-2204 | |
cinst robo3t |
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-ExplorerOptions -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
#chocolatey feature enable -n allowGlobalConfirmation | |
cinst Microsoft-Hyper-V-All -source windowsFeatures | |
cinst IIS-WebServerRole -source windowsfeatures | |
cinst wsl2 | |
cinst robo3t | |
cinst visualstudio2019community | |
cinst vscode |
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-ExplorerOptions -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
#now some OS feature setup | |
cinst Microsoft-Hyper-V-All -source windowsFeatures | |
# Installing some cool software | |
cinst visualstudio2019professional --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US" | |
cinst resharper | |
cinst vscode |