[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
THANK YOU MAN UR THE BEST
i needed this cuz some of my programs required editting files