Jump to content

Recommended Posts

Posted

I have .exe file. I want to runas with another user.

But i can't code? can you help me

ex: abc is limited user & i have file 123.exe. windows logon administrator. I want to runas 123.exe with abcc user.

Posted

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]

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
  • Recently Browsing   0 members

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