diff --git a/Start.bat b/Start.bat new file mode 100644 index 0000000..8712cc7 --- /dev/null +++ b/Start.bat @@ -0,0 +1,3 @@ +@echo off +cd %~dp0 +start powershell -NoProfile -Command "Start-Process powershell -ArgumentList '-ExecutionPolicy Unrestricted -File \"%~dp0setup.ps1\"' -Verb RunAs"