8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
choco install
1 parent f38d1e9 commit 8981309Copy full SHA for 8981309
tools/msvs/install_tools/install_tools.bat
@@ -52,4 +52,15 @@ pause
52
53
cls
54
55
-"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command Start-Process '%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe' -ArgumentList '-NoProfile -InputFormat None -ExecutionPolicy Bypass -Command [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex ((New-Object System.Net.WebClient).DownloadString(''https://chocolatey.org/install.ps1'')); choco upgrade -y python visualstudio2019-workload-vctools; Read-Host ''Type ENTER to exit'' ' -Verb RunAs
+"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" ^
56
+-NoProfile ^
57
+-InputFormat None ^
58
+-ExecutionPolicy Bypass ^
59
+-Command Start-Process ^
60
+ '%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe' ^
61
+ -ArgumentList '-NoProfile -InputFormat None -ExecutionPolicy Bypass -Command ^
62
+ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; ^
63
+ iex ((New-Object System.Net.WebClient).DownloadString(''https://chocolatey.org/install.ps1'')); ^
64
+ choco upgrade -y python visualstudio2019-workload-vctools; ^
65
+ Read-Host ''Type ENTER to exit'' ' ^
66
+ -Verb RunAs