Advertisement
Guest User

Untitled

a guest
Jan 28th, 2013
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. PS C:\Users\qn> cmd /C echo 1234 | runas /user:surf "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
  2. Enter the password for surf: <<<-------- no prompt but does NOT work -------->>>
  3. Attempting to start C:\Program Files (x86)\Mozilla Firefox\firefox.exe as user "QN-SL510\surf" ...
  4. RUNAS ERROR: Unable to run - C:\Program Files (x86)\Mozilla Firefox\firefox.exe
  5. 1326: Logon failure: unknown user name or bad password.
  6. PS C:\Users\qn> runas /user:surf "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
  7. Enter the password for surf:
  8. Attempting to start C:\Program Files (x86)\Mozilla Firefox\firefox.exe as user "QN-SL510\surf" ...
  9. PS C:\Users\qn> <<<-------- works -------->>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement