Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correction for uiaccess default value #27

Merged
merged 2 commits into from
Aug 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ Appends `trustInfo` tag for UAC user-rights elevation on Vista and above.
Parameters [level] [uiaccess]
level (optional) one of { 1, 2, 3 } corresponding to { asInvoker,
highestAvailable, requireAdministrator }. Default is 1
uiaccess (optional) true/false or 0/1. Allows application to gain access to
the protected system UI. Default is 0
uiaccess (optional) true/false or 1/0. Allows application to gain access to
the protected system UI. Default is false (0).

#### DpiAware

Expand Down
4 changes: 2 additions & 2 deletions Sample.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
# Parameters [level] [uiaccess]
# level (optional) one of { 1, 2, 3 } corresponding to { asInvoker,
# highestAvailable, requireAdministrator }. Default is 1
# uiaccess (optional) true/false or 0/1. Allows application to gain access to
# the protected system UI. Default is 0
# uiaccess (optional) true/false or 1/0. Allows application to gain access to
# the protected system UI. Default is false (0).
#
# Command: DpiAware
#
Expand Down