From c168e50e03ad5888d29c274cf26fcc60394f91b3 Mon Sep 17 00:00:00 2001 From: AKruimink <43521957+AKruimink@users.noreply.github.com> Date: Fri, 6 Sep 2024 01:28:39 +0100 Subject: [PATCH] Removes the forced priveledge on startup, and updates the readme to explain why priveledge windows might not show up --- README.md | 3 +++ src/WinReform/WinReform/app.manifest | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e967830..acea7f7 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/src/WinReform/WinReform/app.manifest b/src/WinReform/WinReform/app.manifest index f33d32c..4adf41a 100644 --- a/src/WinReform/WinReform/app.manifest +++ b/src/WinReform/WinReform/app.manifest @@ -5,7 +5,7 @@ - +