mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
enable Printer Driver Isolation
Makes it so communication/interactions with printer drivers happens in a separate dedicated process so that they can't corrupt or crash the main process. https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests#printerdriverisolation https://peteronprogramming.wordpress.com/2018/01/22/application-level-printer-driver-isolation/
This commit is contained in:
parent
1f39592a7a
commit
3804a4c22c
@ -15,6 +15,7 @@
|
||||
<!-- <msix xmlns="urn:schemas-microsoft-com:msix.v1" publisher="CN=Rizonesoft" packageName="RizonesoftNotepad3" applicationId="RizonesoftNotepad3"/> (issue #4949) -->
|
||||
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<asmv3:windowsSettings>
|
||||
<printerDriverIsolation xmlns="http://schemas.microsoft.com/SMI/2011/WindowsSettings">true</printerDriverIsolation>
|
||||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/PM</dpiAware>
|
||||
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2,PerMonitor</dpiAwareness>
|
||||
<ws2:longPathAware xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</ws2:longPathAware>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user