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" + +