runas - TechRepublic
Question
June 10, 2009 at 03:46 AM
craig.parkinson

runas

by craig.parkinson . Updated 17 years, 1 month ago

we all know this little line

runas /noprofile /env /user:domain\username “C:\WINDOWS\regedit.exe”
and
runas /profile /env /user:domiain\username “mmc C:\WINDOWS\system32\dsa.msc”

fantastic works a treat

so why does
runas /noprofile /env /user:domain\ “c:\program files\internet explorer\iexplorer.exe”

or

runas /noprofile /env /user:domain\ iexplorer.exe

not work

and how do i get mapped drives to run as?
runas /noprofile /env /user:domain\username d: ???
as that dont work
or maybe just get windows explorer to open under runas

since they decided to created admin acoounts for us to use for admin tasks (which is a good idea in principle)but for supporting users is a total waste of time and effort, something that used to take 30secs can take 5mins now

so running as is a great idea but find typing in the username/domain password really annoying

This discussion is locked

All Comments