• 0

How to install visual studio 2017 from command prompt?


vs_enterprise.exe [command] <options>

When you keep the command blank, it installs the product. To install VS with the Windows10 SDK 15063 Desktop and NuGet version without restarting the computer, you can use the following command:

.vs_enterprise.exe
--add Microsoft.VisualStudio.Component.Windows10SDK.15063.Desktop
--add Microsoft.VisualStudio.Component.NuGet
--norestart