Skip to content

Commit 51f45d1

Browse files
committed
Update Win10 manifests for UTF8
1 parent c40d92d commit 51f45d1

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

ProcessHacker/ProcessHacker.manifest

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</trustInfo>
1717
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
1818
<application>
19-
<maxversiontested Id="10.0.19041.0"/>
19+
<maxversiontested Id="10.0.19042.0"/>
2020
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
2121
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
2222
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
@@ -30,10 +30,15 @@
3030
</asmv3:windowsSettings>
3131
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2011/WindowsSettings">
3232
<disableWindowFiltering>true</disableWindowFiltering>
33+
<printerDriverIsolation>true</printerDriverIsolation>
3334
</asmv3:windowsSettings>
3435
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
36+
<dpiAwareness>system</dpiAwareness>
3537
<longPathAware>true</longPathAware>
3638
</asmv3:windowsSettings>
39+
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">
40+
<activeCodePage>UTF-8</activeCodePage>
41+
</asmv3:windowsSettings>
3742
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">
3843
<heapType>SegmentHeap</heapType>
3944
</asmv3:windowsSettings>

tools/CustomBuildTool/app.manifest

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity name="CustomBuildTool" version="1.0.0.0"/>
3+
<assemblyIdentity name="CustomBuildTool" processorArchitecture="*" version="1.0.0.0" type="win32"/>
4+
<description>CustomBuildTool</description>
45
<dependency>
56
<dependentAssembly>
67
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
@@ -15,7 +16,7 @@
1516
</trustInfo>
1617
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
1718
<application>
18-
<maxversiontested Id="10.0.19041.0"/>
19+
<maxversiontested Id="10.0.19042.0"/>
1920
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
2021
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
2122
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
@@ -29,6 +30,7 @@
2930
</asmv3:windowsSettings>
3031
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2011/WindowsSettings">
3132
<disableWindowFiltering>true</disableWindowFiltering>
33+
<printerDriverIsolation>true</printerDriverIsolation>
3234
</asmv3:windowsSettings>
3335
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
3436
<longPathAware>true</longPathAware>

tools/peview/peview.manifest

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</trustInfo>
1717
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
1818
<application>
19-
<maxversiontested Id="10.0.19041.0"/>
19+
<maxversiontested Id="10.0.19042.0"/>
2020
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
2121
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
2222
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
@@ -30,10 +30,15 @@
3030
</asmv3:windowsSettings>
3131
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2011/WindowsSettings">
3232
<disableWindowFiltering>true</disableWindowFiltering>
33+
<printerDriverIsolation>true</printerDriverIsolation>
3334
</asmv3:windowsSettings>
3435
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
36+
<dpiAwareness>system</dpiAwareness>
3537
<longPathAware>true</longPathAware>
3638
</asmv3:windowsSettings>
39+
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">
40+
<activeCodePage>UTF-8</activeCodePage>
41+
</asmv3:windowsSettings>
3742
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">
3843
<heapType>SegmentHeap</heapType>
3944
</asmv3:windowsSettings>

0 commit comments

Comments
 (0)