Skip to content

Commit 9dbf6dc

Browse files
author
Colin Robertson
committed
Clarifications
1 parent 5175aed commit 9dbf6dc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/build/reference/manifestuac-embeds-uac-information-in-manifest.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ Specifies whether User Account Control (UAC) information is embedded in the prog
1919
2020
### Parameters
2121

22+
**`NO`**<br/>
23+
The linker doesn't embed UAC information in the program manifest.
24+
2225
*`level`*<br/>
2326
**`level=`** followed by one of **`'asInvoker'`**, **`'highestAvailable'`**, or **`'requireAdministrator'`**. Defaults to **`'asInvoker'`**. For more information, see the [Remarks](#remarks) section.
2427

2528
*`uiAccess`*<br/>
26-
**`uiAccess='true'`** if you want the application to bypass user interface protection levels and drive input to higher-permission windows on the desktop; otherwise, **`uiAccess='false'`**. Defaults to **`uiAccess='false'`**. Set this argument to **true** only for user interface accessibility applications.
29+
**`uiAccess='true'`** if you want the application to bypass user interface protection levels and drive input to higher-permission windows on the desktop; otherwise, **`uiAccess='false'`**. Defaults to **`uiAccess='false'`**. Set this argument to **`uiAccess='true'`** only for user interface accessibility applications.
2730

2831
*`fragment`*<br/>
2932
A string that contains the *`level`* and *`uiAccess`* values. May optionally be enclosed in double quotes. For more information, see the [Remarks](#remarks) section.

0 commit comments

Comments
 (0)