windows右键菜单管理


win11-win10:

reg add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /f /ve

win10-win11:

reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /va /f

任务管理器重启资源管理器

添加右键菜单选项:

https://www.bilibili.com/opus/972234725852708885

计算机\HKEY_CLASSES_ROOT\Directory\Background\shell

// 右键单击桌面背景:
HKEY_CLASSES_ROOT\DesktopBackground\Shell

// 右键单击文件:
HKEY_CLASSES_ROOT\*\shell

// 右键单击文件夹:
HKEY_CLASSES_ROOT\Directory\shell

// 右键单击文件夹背景:(在文件资源管理器中右键单击文件夹背景空白区域)
HKEY_CLASSES_ROOT\Directory\Background\shell

ShellMenuView启用禁用一些菜单选项

修改新建项的顺序:

https://blog.csdn.net/MYMarcoreus/article/details/125589794