To add an Open / Run FCleaner option from Recycle Bin context menu with UAC (Run As Admin) support.
- Would need program argument support or a shell extension (dll) if not already. Doco https://learn.microsoft.com/en-us/windows/win32/shell/reg-shell-exts
- CLSID entry here
HKCU\Software\Classes\Folder\shellex\ContextMenuHandlers\FCleaner\(Default) with data of {UUID}
- CLSID
HKLM\SOFTWARE\Classes\CLSID\{UUID} with Data of the <dll path>
To add an Open / Run FCleaner option from Recycle Bin context menu with UAC (Run As Admin) support.
HKCU\Software\Classes\Folder\shellex\ContextMenuHandlers\FCleaner\(Default)with data of{UUID}HKLM\SOFTWARE\Classes\CLSID\{UUID}with Data of the<dll path>