Add disableWindowFiltering to app manifest to enable enumeration of modern app windows in node modules

This commit is contained in:
Milan Burda 2016-05-07 00:08:53 +02:00
parent f58b3f853e
commit bb32039fde

View file

@ -30,4 +30,10 @@
</security>
</trustInfo>
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<disableWindowFiltering xmlns="http://schemas.microsoft.com/SMI/2011/WindowsSettings">true</disableWindowFiltering>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>