We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65aad7d commit ec95e6eCopy full SHA for ec95e6e
dev_app.ps1
@@ -7,12 +7,14 @@ Disable-UAC
7
#--- Windows Subsystems/Features ---
8
#choco install -y Microsoft-Windows-Subsystem-Linux -source windowsfeatures
9
#choco install -y Microsoft-Hyper-V-All -source windowsFeatures
10
+# Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
11
+# Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V
12
#choco install -y sysinternals
13
#choco install -y docker-for-windows
14
15
# should move to a config file
-$user = "crutkas";
-$baseBranch = "master";
16
+$user = "Microsoft";
17
+$baseBranch = "BreakUpScripts";
18
$finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts";
19
20
#Setting up Windows
0 commit comments