I have several users I have created a script to configure several tools in XP as they don't have admin rights to the PC.
Unfortunately only way I have managed to to use the runas command:
runas /user:computer\administrator "C:\mytool.cmd"
however this prompts them for a password
is there any way I could get this to automate and fill in the password without them having to manually type it?
Unfortunately only way I have managed to to use the runas command:
runas /user:computer\administrator "C:\mytool.cmd"
however this prompts them for a password
is there any way I could get this to automate and fill in the password without them having to manually type it?