misc/windows10 boilerplate/go.bat
adam 2d132e2fbf other old stuff for archiving.
yes I remembered to strip my sublime text license key out of the w10 boilerplate :P
2023-03-07 10:59:06 -05:00

4 lines
237 B
Batchfile

cd "resrc"
"./PowerShell-7.0.3-win-x64.msi" /passive ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 ENABLE_PSREMOTING=1 REGISTER_MANIFEST=1
powershell "Set-ExecutionPolicy RemoteSigned -scope CurrentUser"
powershell "./therealinstall.ps1"