Jump to content

Please help..


poopup
 Share

Recommended Posts

Follow code below I have question.Why it's not happen after I run code

$Domain = "xxx"
$StrPassword = "123"
$StrUsername = "user"

$file = FileOpenDialog($message, @WorkingDir& "\", "Files (*.exe;*.msi)", 1 + 4 )

If @error Then
    MsgBox(4096,"","No File")
Else
    
    RunAs($StrUsername, $Domain, $StrPassword, 0, $file, @WorkingDir)
    
EndIf

It nothing happen how can i do?

Thanks

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