CmdPal: Disable registry virtualization (#38055)

I forgot that packages write to a virtualized registry, rather than the
real one. As it turn out, the registry plugin requires being able to
write to the registry to be able to open the correct location

Closes #38053
This commit is contained in:
Mike Griese
2025-03-20 13:30:56 -05:00
committed by GitHub
parent 5d03667bcf
commit 57cbcc2c3e
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
<DisplayName>ms-resource:AppNameDev</DisplayName>
<PublisherDisplayName>A Lone Developer</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
<desktop6:RegistryWriteVirtualization>disabled</desktop6:RegistryWriteVirtualization>
</Properties>
<Dependencies>

View File

@@ -29,6 +29,7 @@
<DisplayName>ms-resource:AppName</DisplayName>
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
<desktop6:RegistryWriteVirtualization>disabled</desktop6:RegistryWriteVirtualization>
</Properties>
<Dependencies>