Skip to content

Commit

Permalink
Removes the forced priveledge on startup, and updates the readme to e…
Browse files Browse the repository at this point in the history
…xplain why priveledge windows might not show up
  • Loading branch information
AKruimink committed Sep 6, 2024
1 parent a77a126 commit c168e50
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 c168e50

Please sign in to comment.