Skip to content

Instantly share code, notes, and snippets.

@wention
Last active October 9, 2023 01:29
Show Gist options
  • Save wention/30364913ad0d11d6dd5db41ff39f804e to your computer and use it in GitHub Desktop.
Save wention/30364913ad0d11d6dd5db41ff39f804e to your computer and use it in GitHub Desktop.
Install apps on windows using powershell
# https://aka.ms/vs/17/release/vs_community.exe
.\vs_Community.exe --layout d:\localVSlayout --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Component.VC.140 --add Microsoft.VisualStudio.Component.VC.v141.x86.x64 --add Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64 --add Microsoft.VisualStudio.Component.Windows10SDK.19041 --includeRecommended --lang en-US
# install
.\vs_Community.exe --noWeb --add Microsoft.VisualStudio.Workload.NativeDesktop --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Component.VC.140 --add Microsoft.VisualStudio.Component.VC.v141.x86.x64 --add Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64 --add Microsoft.VisualStudio.Component.Windows10SDK.19041 --includeRecommended --addProductLang en-US
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment