sequenceDiagram
participant configurator as Configurator
participant redirect as Redirect Server
participant captain as Token Server
participant satellite as Satellite Server
participant wincred as Credential Manager
participant config as Local Config
activate configurator
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 |