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 @@ - +