From b59b59b704a4c76a464db452b75f6d9b61f3b80d Mon Sep 17 00:00:00 2001 From: kazukazu123123 <50506519+kazukazu123123@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:36:26 +0900 Subject: [PATCH] Add Start.bat --- Start.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Start.bat 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"