Hello,
Thank you for posting in Microsoft Q&A.
Based on the description, I understand your question is related to editing the Windows 11 Explorer context (right-click) top level menu.
Press Win + R, type regedit, and press Enter. Locate below paths:
HKEY_CLASSES_ROOT*\shellex\ContextMenuHandlers
HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers
Look for the key corresponding to the item you want to move.
Right-click on the key and select Export. Save it as a .reg file for backup.
Right-click on the key and select Delete.
Navigate to HKEY_CLASSES_ROOT*\shell for files or HKEY_CLASSES_ROOT\Folder\shell for folders.
Right-click on shell, select New > Key, and name it after the item you want to add.
Inside this new key, create another key named command.
Set the default value of the command key to the command you want to execute (you can find this in the original key you exported).
Open Task Manager, find Windows Explorer, right-click on it, and select Restart.
Have a nice day.
Best Regards,
Molly
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it