[FileLocksmith] Fix issue causing explorer to crash (#27335)

Remove unneeded registry key
Align context menu handler logic with other modules
This commit is contained in:
Stefan Markovic
2023-07-12 12:24:58 +02:00
committed by GitHub
parent 4e9f4e57db
commit 9ad50161dc
3 changed files with 6 additions and 26 deletions

View File

@@ -26,9 +26,6 @@
</RegistryKey>
<RegistryKey Root="$(var.RegistryScope)" Key="Software\Classes\Drive\ShellEx\ContextMenuHandlers\FileLocksmithExt">
<RegistryValue Type="string" Value="{84D68575-E186-46AD-B0CB-BAEB45EE29C0}"/>
</RegistryKey>
<RegistryKey Root="$(var.RegistryScope)" Key="SOFTWARE\Classes\Directory\background\ShellEx\ContextMenuHandlers\FileLocksmithExt">
<RegistryValue Type="string" Value="{84D68575-E186-46AD-B0CB-BAEB45EE29C0}"/>
</RegistryKey>
</Component>
</DirectoryRef>