Jump to content

Runas file .exe with another user


Recommended Posts

RunAs("root", "sweet-girl", "pass", "1", "cmd.exe")
#comments-start
root in here is my exist user
sweet-girl in here is my hostname or domain
pass in here is my password(must valid for user root)
cmd.exe in here is    my application which i want use with privelegies of root user 
#comments-end
; The second way:
Run("cmd.exe /c runas /user:root /savecred:pass cmd.exe", "")
;end

[size="5"] [/size]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...