Description
You need to test the install of a software package under Local system security context before deploying it with Landesk Software Distribution
Resolution
To run CMD by local SYSTEM account, you can use the following method:
- Run CMD as administrator and then type in the followling command lines:
sc create testsvc binpath= "cmd /K start" type= own type= interact
You will get a popup window from "Interactive Services Detection".
sc start testsvc - Click View the message. Then you will receive a cmd prompt running by SYSTEM.
Comments