Compare commits

...

2 Commits

Author SHA1 Message Date
2b347b1c55 Add C_ prefix to command
By now we have quite a few phew...
2025-10-02 17:14:03 +02:00
d3dbb47c9b Simplify reg or something 2025-10-02 17:13:27 +02:00
2 changed files with 5 additions and 21 deletions

View File

@@ -1,19 +1,7 @@
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\Directory\shell\Group by date]
[HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\C_Group by date]
@="Group by date"
[HKEY_CURRENT_USER\Software\Classes\Directory\shell\Group by date\command]
@="C:\\Users\\administrator\\go\\bin\\dategrouper.exe \"%1\""
[HKEY_CURRENT_USER\Software\Classes\*\shell\Group by date]
@="Group by date"
[HKEY_CURRENT_USER\Software\Classes\*\shell\Group by date\command]
@="C:\\Users\\administrator\\go\\bin\\dategrouper.exe \"%1\""
[HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\Group by date]
@="Group by date"
[HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\Group by date\command]
@="C:\\Users\\administrator\\go\\bin\\dategrouper.exe %*"
[HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\C_Group by date\command]
@="C:\\Users\\administrator\\go\\bin\\dategrouper.exe \"%1\""

View File

@@ -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]
[-HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\C_Group by date]
[-HKEY_CURRENT_USER\Software\Classes\AllFileSystemObjects\shell\C_Group by date\command]