Add context menu regedits
This commit is contained in:
19
install_context_menu.reg
Normal file
19
install_context_menu.reg
Normal file
@@ -0,0 +1,19 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_CURRENT_USER\Software\Classes\Directory\shell\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 %*"
|
8
uninstall_context_menu.reg
Normal file
8
uninstall_context_menu.reg
Normal file
@@ -0,0 +1,8 @@
|
||||
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]
|
Reference in New Issue
Block a user