From 2b347b1c55ed34b5e12180ee84a1817d39474f93 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Thu, 2 Oct 2025 17:14:03 +0200 Subject: [PATCH] Add C_ prefix to command By now we have quite a few phew... --- install_context_menu.reg | 4 ++-- uninstall_context_menu.reg | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/install_context_menu.reg b/install_context_menu.reg index d0817b8..a3e92bc 100644 --- a/install_context_menu.reg +++ b/install_context_menu.reg @@ -1,7 +1,7 @@ Windows Registry Editor Version 5.00 -[HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\Group by date] +[HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\C_Group by date] @="Group by date" -[HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\Group by date\command] +[HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\C_Group by date\command] @="C:\\Users\\administrator\\go\\bin\\dategrouper.exe \"%1\"" \ No newline at end of file diff --git a/uninstall_context_menu.reg b/uninstall_context_menu.reg index 47c9e86..0612309 100644 --- a/uninstall_context_menu.reg +++ b/uninstall_context_menu.reg @@ -1,8 +1,4 @@ Windows Registry Editor Version 5.00 -[-HKEY_CURRENT_USER\Software\Classes\Directory\shell\Group by date] -[-HKEY_CURRENT_USER\Software\Classes\Directory\shell\Group by date\command] -[-HKEY_CURRENT_USER\Software\Classes\*\shell\Group by date] -[-HKEY_CURRENT_USER\Software\Classes\*\shell\Group by date\command] -[-HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\Group by date] -[-HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\Group by date\command] \ No newline at end of file +[-HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\C_Group by date] +[-HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\C_Group by date\command] \ No newline at end of file