Jump to content

How to bypass UAC elevation for running programs in remote machine???


1tamil1
 Share

Recommended Posts

Guys im looking for a way to bypass UAC elevation to run programs in remote machine, How do we do with Autoit itself

Please help me im trying to execute uninstall program using from 100 s of win7 machine.. this environment has admin$ disabled , So no use of psexec

Im trying this.. problem is UAC elevation doesnot allow me to run the uninstall program with elevation. Please help

My autoit script I run with below command already tried Runas also but still elevation been the problem

wmic /node:10.x.x.x process call create "cmd.exe /c \\10.x.x.x\share1\test.bat"
where the bat file has some command like this

-----

CD %programfiles%\WinRAR\
c:
Uninstall.exe /s /norestart
----

Link to comment
Share on other sites

  • Moderators

Admin share may be disabled, but you should still be able to get to the root of C: to drop the psexec file if you have the correct rights.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

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