File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Disable-UAC
6
6
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
7
# see if we can't get calling URL somehow, that would eliminate this need
16
8
# should move to a config file
17
9
$user = " Microsoft" ;
@@ -22,6 +14,15 @@ $finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-s
22
14
executeScript(" FileExplorerSettings.ps1" );
23
15
executeScript(" RemoveDefaultApps.ps1" );
24
16
17
+ # --- Windows Subsystems/Features ---
18
+ # choco install -y Microsoft-Windows-Subsystem-Linux -source windowsfeatures
19
+ # choco install -y Microsoft-Hyper-V-All -source windowsFeatures
20
+ Enable-WindowsOptionalFeature - Online - FeatureName Microsoft- Windows- Subsystem- Linux
21
+ Enable-WindowsOptionalFeature - Online - FeatureName Microsoft- Hyper- V
22
+ # choco install -y sysinternals
23
+ # choco install -y docker-for-windows
24
+ RefreshEnv
25
+
25
26
# --- Tools ---
26
27
# --- VS 2017 uwp and azure workloads + git tools ---
27
28
# See this for install args: https://chocolatey.org/packages/VisualStudio2017Community
You can’t perform that action at this time.
0 commit comments