Jump to content

ShellExecute & RUNAS question


Recommended Posts

I have some code that runs in VBSCript.

Runas.vbs


Set objShell = CreateObject("Shell.Application")
strApplication="CMD.EXE"
strArguments=""

objShell.ShellExecute strApplication, strArguments, "", "runas"

Does anyone know if I can pre-populate the box that appears "The following user" with a specific username?

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

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