From 1b15b7830cc19bd2c53e320a5138461bb5ee4d28 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 5 Aug 2025 15:32:10 +0000 Subject: [PATCH] Upload files to "Utility Scripts" --- Utility Scripts/Start powershell script as admin.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Utility Scripts/Start powershell script as admin.bat diff --git a/Utility Scripts/Start powershell script as admin.bat b/Utility Scripts/Start powershell script as admin.bat new file mode 100644 index 0000000..cd9d9fe --- /dev/null +++ b/Utility Scripts/Start powershell script as admin.bat @@ -0,0 +1,3 @@ +Powershell.exe -executionpolicy remotesigned -file "C:\Users\%UserName%\Desktop\script.ps1" + +