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