Skip to content

Commit

Permalink
Update template.exe.manifest
Browse files Browse the repository at this point in the history
 injecting method using Manifest to bypass UAC.
  • Loading branch information
stormshadow07 committed Jun 20, 2018
1 parent 7ff9d42 commit d99476a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
Expand Down

0 comments on commit d99476a

Please sign in to comment.