Jump to content

Switching rights/users between commands/functions


Recommended Posts

Hi,

is there a way to switch between rights/users when running commands/functions?

My idea:

RegWrite("HKCU\...", "test", "REG_SZ", "text")

SwitchUser("DOMAIN\user", "password")

RegWrite("HKLM\...", "test", "REG_SZ", "text")

EndSwitchUser

Or:

RegWrite("HKCU\...", "test", "REG_SZ", "text")

SwitchUser("DOMAIN\user", "password", "function")

Any suggestions?

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...