- Get link
- X
- Other Apps
Posted by
Real
- Get link
- X
- Other Apps
For giving Administrative privilege to our windows application, we have to make our application UAC compliant. By making UAC compliant application will ask user to grant your application Administrator access while opening.
For making our application UAC compliant :
Double Click My Project in Solution Explorer and Click UAC Settings button as shown in image.
Then Modify app.manifest file as shown below.
Make it 'requireAdministrator' instead of 'asInvoker' and save.
Comments
Post a Comment
Thanking you for the comment.