unlock.vbs with runas?
Hello everybody.I am going to run the unlock.vbs with runas.exe as another user but can't get it to work.What I try is something like that:runas.exe /profile /env /user:domain\%username%.admin "cscript.exe {actionpath}unlock.vbs {cn}"Any ideas how to...