Windows runas.exe application does not work when I use the same syntax shown in runas /?. For example one of the usages shown is, runas /trustlevel<TrustLevel> program
, however, when I use runas /trustlevel<0x20000> calc
I get "The system cannot find the file specified." What file is it talking about?
I noticed another person asked similar question but they were trying to use console program written using Delphi: Got "The system cannot find the file specified" when I run NETSH from CreateProcess but it works ok on Command Prompt? but I am using DOS command in Windows so I don't understand why the same command would run fine if I type in command prompt or Start Menu->Run or Taskmanager->File->Run but won't work when I use runas.