This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: win11setup.bat | |
:: Run as admin. This script is not fully automatic, interaction is required until complete. Confirm Y on everything unless there are errors. | |
md %userprofile%\Desktop\Apps | |
md %userprofile%\Downloads\toInstall | |
cd %userprofile%\Downloads\toInstall | |
:: downloads | |
curl --location --request GET "https://aka.ms/vs/17/release/vc_redist.x86.exe" --output .\vc_redist.exe |