Skip to content

Commit ec95e6e

Browse files
committed
adjusting script url and adding in direct PS optional features
1 parent 65aad7d commit ec95e6e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dev_app.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ Disable-UAC
77
#--- Windows Subsystems/Features ---
88
#choco install -y Microsoft-Windows-Subsystem-Linux -source windowsfeatures
99
#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
1012
#choco install -y sysinternals
1113
#choco install -y docker-for-windows
1214

1315
# should move to a config file
14-
$user = "crutkas";
15-
$baseBranch = "master";
16+
$user = "Microsoft";
17+
$baseBranch = "BreakUpScripts";
1618
$finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts";
1719

1820
#Setting up Windows

0 commit comments

Comments
 (0)