Skip to content

Administrative Privileges

erfg12 edited this page Jul 6, 2017 · 7 revisions

When creating a new trainer project with the memory.dll you need to have the program run as admin. In order to make Windows ask for admin privileges when the application is opened, you need to do the follow changes to your project:

You can do OneClick security with a code signing certificate, or...

In Visual Studio right click Project > Add New Item > "Application Manifest File".

Change <requestedExecutionLevel> element to:

<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />