Skip to content

Commit

Permalink
Fix missing "-" in newkey
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzwh authored Jan 10, 2020
1 parent e9f2c44 commit 10d275b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5522,15 +5522,15 @@
<True>
<Activate>
<RegMove Key="HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\WorkFolders" NewKey="HKEY_CLASSES_ROOT\*\-shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove Key="HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\WorkFolders" NewKey="HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove Key="HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\WorkFolders" NewKey="HKEY_CLASSES_ROOT\Directory\-shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove Key="HKEY_CLASSES_ROOT\Directory\background\shellex\ContextMenuHandlers\WorkFolders" NewKey="HKEY_CLASSES_ROOT\Directory\background\-shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove Key="HKEY_CLASSES_ROOT\AllFilesystemObjects\shell\LaunchWorkfoldersControl" NewKey="HKEY_CLASSES_ROOT\AllFilesystemObjects\-shell\LaunchWorkfoldersControl" SkipError="2"/>
</Activate>
</True>
<False>
<Activate>
<RegMove NewKey="HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\WorkFolders" Key="HKEY_CLASSES_ROOT\*\-shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove NewKey="HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\WorkFolders" Key="HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove NewKey="HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\WorkFolders" Key="HKEY_CLASSES_ROOT\Directory\-shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove NewKey="HKEY_CLASSES_ROOT\Directory\background\shellex\ContextMenuHandlers\WorkFolders" Key="HKEY_CLASSES_ROOT\Directory\background\-shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove NewKey="HKEY_CLASSES_ROOT\AllFilesystemObjects\shell\LaunchWorkfoldersControl" Key="HKEY_CLASSES_ROOT\AllFilesystemObjects\-shell\LaunchWorkfoldersControl" SkipError="2"/>
</Activate>
Expand Down

0 comments on commit 10d275b

Please sign in to comment.