Skip to content

Commit

Permalink
Merge pull request #43 from AKruimink/remove-privilege-requirement
Browse files Browse the repository at this point in the history
Removes forced priveledge mode
  • Loading branch information
AKruimink authored Sep 6, 2024
2 parents a77a126 + c168e50 commit a7ac2a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ This application wouldn't exist without the help of several amazing open source
**Does WinReform support multiple monitors?**
> The answer is yes.
**Why do some of my applications not show up?**
> By default, the application runs in non-privileged mode, which allows it to interact only with non-privileged windows. If you're trying to access a privileged window, you'll need to restart WinReform as an administrator.
## License
WinReform is provided as-is under the Apache License Version 2.0. For more information see [LICENSE](./LICENSE.md).

Expand Down
2 changes: 1 addition & 1 deletion src/WinReform/WinReform/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!--<requestedExecutionLevel level="asInvoker" uiAccess="false" />-->
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<!--<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />-->
<!--<requestedExecutionLevel level="highestAvailable" uiAccess="false" />-->
</requestedPrivileges>
</security>
Expand Down

0 comments on commit a7ac2a8

Please sign in to comment.