Skip to content

Commit 5dcc4ae

Browse files
committed
Require admin
1 parent d6ffe8a commit 5dcc4ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ReservedCpuSets/app.manifest

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
<security>
66
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
77
<!-- 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
99
requestedExecutionLevel node with one of the following.
1010
1111
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
1212
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
1313
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
1414
15-
Specifying requestedExecutionLevel element will disable file and registry virtualization.
15+
Specifying requestedExecutionLevel element will disable file and registry virtualization.
1616
Remove this element if your application requires this virtualization for backwards
1717
compatibility.
1818
-->
19-
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
19+
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
2020
</requestedPrivileges>
2121
</security>
2222
</trustInfo>
@@ -46,10 +46,10 @@
4646
</compatibility>
4747

4848
<!-- 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+
5353
Makes the application long-path aware. See https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->
5454
<!--
5555
<application xmlns="urn:schemas-microsoft-com:asm.v3">

0 commit comments

Comments
 (0)