|
5 | 5 | <security> |
6 | 6 | <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> |
7 | 7 | <!-- UAC Manifest Options |
8 | | - If you want to change the Windows User Account Control level replace the |
| 8 | + If you want to change the Windows User Account Control level replace the |
9 | 9 | requestedExecutionLevel node with one of the following. |
10 | 10 |
|
11 | 11 | <requestedExecutionLevel level="asInvoker" uiAccess="false" /> |
12 | 12 | <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> |
13 | 13 | <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> |
14 | 14 |
|
15 | | - Specifying requestedExecutionLevel element will disable file and registry virtualization. |
| 15 | + Specifying requestedExecutionLevel element will disable file and registry virtualization. |
16 | 16 | Remove this element if your application requires this virtualization for backwards |
17 | 17 | compatibility. |
18 | 18 | --> |
19 | | - <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> |
| 19 | + <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> |
20 | 20 | </requestedPrivileges> |
21 | 21 | </security> |
22 | 22 | </trustInfo> |
|
46 | 46 | </compatibility> |
47 | 47 |
|
48 | 48 | <!-- Indicates that the application is DPI-aware and will not be automatically scaled by Windows at higher |
49 | | - DPIs. Windows Presentation Foundation (WPF) applications are automatically DPI-aware and do not need |
50 | | - to opt in. Windows Forms applications targeting .NET Framework 4.6 that opt into this setting, should |
51 | | - also set the 'EnableWindowsFormsHighDpiAutoResizing' setting to 'true' in their app.config. |
52 | | - |
| 49 | + DPIs. Windows Presentation Foundation (WPF) applications are automatically DPI-aware and do not need |
| 50 | + to opt in. Windows Forms applications targeting .NET Framework 4.6 that opt into this setting, should |
| 51 | + also set the 'EnableWindowsFormsHighDpiAutoResizing' setting to 'true' in their app.config. |
| 52 | +
|
53 | 53 | Makes the application long-path aware. See https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation --> |
54 | 54 | <!-- |
55 | 55 | <application xmlns="urn:schemas-microsoft-com:asm.v3"> |
|
0 commit comments