Jump to content
UBot Underground

Search the Community

Showing results for tags 'run as admin'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. Hello Fellow Ubotters, I was figuring out this thing and I got the solution so wanted to share with you guys hope this helps someone I shared this because sharing is caring To run any exe with admin rights you have to create .bat file with the below code and then you can simply use shell batch hidden command to trigger your bat file with the code cd C:\your path to bat file (Your bat File Must Be In C Directory) start yourbat.bat create bat file with below code: @echo off if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b) cd C:\your path to file (Your File
  2. Hello There Ubotters, Can someone please help me with Run as admin thing, I want my bot to open another app but as admin, if anyone know then please do let me know the way to do it. I already tried shell batch hidden command which is cd c:\program files\path to another app then start app.exe, But this command did not open the app as admin. Thanks in advance
×
×
  • Create New...