Add disableWindowFiltering to app manifest to enable enumeration of modern app windows in node modules
This commit is contained in:
parent
f58b3f853e
commit
bb32039fde
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue