Quickly setup Programs/Settings on a fresh Windows installation using Autohotkey + Powershell. Execute from the SMB server using PowerShell: ```` Start-Process -FilePath "Windows-Toolbox.exe" ```` OR download it locally and execute it using PowerShell: ```` cd C:\Users\${env:USERNAME}\Downloads ; wget -O "Windows Toolbox.exe" https://git.zinchuk.xyz/yuriy/Windows-Toolbox/raw/branch/main/Windows%20Toolbox.exe ; Start-Process 'Windows Toolbox.exe' ````