This has
got us out of a sticky situation in the past. These command will create a
scheduled task that starts a CMD prompt running as localsystem so you can use
it without local admin rights.
sc create testsvc binpath= "cmd /K start" type= own type= interactsc start testsvc
No comments:
Post a Comment