Advertisement
calfred2808

always run admin of any vb.net application

Jun 4th, 2016
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.22 KB | None | 0 0
  1. always run admin of any vb.net application
  2.  
  3. in app.manifest
  4.  
  5. replace
  6.  
  7. <requestedExecutionLevel level="asInvoker" uiAccess="false" />
  8.  
  9. to
  10.  
  11. <requestedExecutionLevel level="highestAvailable" uiAccess="false" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement