We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec298e commit 1a044f4Copy full SHA for 1a044f4
_1_2_Install_VisualStudio.bat
@@ -19,7 +19,8 @@ vs_Community.exe --wait --addProductLang En-us ^
19
--add Microsoft.VisualStudio.Component.VC.14.44.17.14.CLI.Support ^
20
--add Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL ^
21
--add Microsoft.VisualStudio.Component.VC.14.44.17.14.MFC ^
22
- --add Microsoft.NetCore.Component.Runtime.8.0
+ --add Microsoft.NetCore.Component.Runtime.8.0 ^
23
+ --add Component.Microsoft.Windows.DriverKit
24
25
26
rem --quiet --norestart
0 commit comments