Saved Bookmarks
| 1. |
Solve : shutdown from batch file in xp limited account?? |
|
Answer» Hi, without having to drag the batch file into a privileged command prompt. How did you CREATE this privileged command prompt? You can use the runas command to run a JOB using more privileged credentials. Note: you cannot supply the password on the command line and the password must not be blank. runas /? at the command prompt will give you all the gory details. |
|