From 2c7b4c60a94949d3132c2a8f5ffec197db55f231 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 30 Sep 2025 23:05:27 +0000 Subject: [PATCH] Update Utility Scripts/Start powershell script as admin.bat --- Utility Scripts/Start powershell script as admin.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Utility Scripts/Start powershell script as admin.bat b/Utility Scripts/Start powershell script as admin.bat index cd9d9fe..2df20f4 100644 --- a/Utility Scripts/Start powershell script as admin.bat +++ b/Utility Scripts/Start powershell script as admin.bat @@ -1,3 +1,3 @@ -Powershell.exe -executionpolicy remotesigned -file "C:\Users\%UserName%\Desktop\script.ps1" - - +# Used so you can simply double click the .bat file to make a PowerShell script run (.ps1 scripts don't run as admin by default when double clicking) + +Powershell.exe -executionpolicy remotesigned -file "C:\Users\%UserName%\Desktop\script.ps1" \ No newline at end of file