Skip to content

Instantly share code, notes, and snippets.

@ahs3n
ahs3n / win11setup.bat
Last active July 22, 2025 00:46
Windows 11 New User Setup
:: 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