Results 1 to 14 of 14

Threaded View

  1. #1
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed

    [INFO] Make your Program automatically run as Administrator in VB08

    1. > Open your Visual Basic 2008 Project.
    2. > Click on "Project" In the Toolbar
    3. > Under "Project" Select the Last option which has your programs name + Properties...
    4. > Click "View UAC Settings"
    5. > Replace
    Code:
    <requestedExecutionLevel  level="asInvoker" uiAccess="false" />
    With...
    Code:
    <requestedExecutionLevel  level="requireAdministrator" uiAccess="false" />
    Congrats your program now will run as Administrator...aUt0MaTiClY!! :O :O :O

  2. The Following 3 Users Say Thank You to CoderNever For This Useful Post:

    guza44_44 (06-29-2010),liorturok1 (04-23-2013),Nitehawk772 (10-30-2011)

Similar Threads

  1. [INFO] Make your hack work
    By topblast in forum Alliance of Valiant Arms (AVA) Help
    Replies: 16
    Last Post: 09-04-2011, 03:39 PM
  2. Replies: 13
    Last Post: 12-28-2009, 01:13 AM
  3. How to make your program minimize into the task bar?
    By deathninjak0 in forum Visual Basic Programming
    Replies: 8
    Last Post: 11-29-2009, 05:01 AM
  4. Replies: 6
    Last Post: 11-16-2009, 08:53 PM
  5. Make your combat arms run faster no download!
    By TGH in forum Combat Arms Discussions
    Replies: 26
    Last Post: 08-30-2009, 07:52 AM

Tags for this Thread