Skip to content

Commit 57cbcc2

Browse files
authored
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
1 parent 5d03667 commit 57cbcc2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/modules/cmdpal/Microsoft.CmdPal.UI/Package-Dev.appxmanifest

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<DisplayName>ms-resource:AppNameDev</DisplayName>
3030
<PublisherDisplayName>A Lone Developer</PublisherDisplayName>
3131
<Logo>Assets\StoreLogo.png</Logo>
32+
<desktop6:RegistryWriteVirtualization>disabled</desktop6:RegistryWriteVirtualization>
3233
</Properties>
3334

3435
<Dependencies>

src/modules/cmdpal/Microsoft.CmdPal.UI/Package.appxmanifest

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<DisplayName>ms-resource:AppName</DisplayName>
3030
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
3131
<Logo>Assets\StoreLogo.png</Logo>
32+
<desktop6:RegistryWriteVirtualization>disabled</desktop6:RegistryWriteVirtualization>
3233
</Properties>
3334

3435
<Dependencies>

0 commit comments

Comments
 (0)