效果:

一级目录注册表信息:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell]
[HKEY_CLASSES_ROOT\Directory\Background\shell\lt.tool]
@="我的工具箱"
"Icon"="notepad.exe"
"SubCommands"="lt.calc;lt.notepad"
二级目录注册表信息:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lt.calc]
@="计算器"
"Icon"="calc.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lt.calc\command]
@="calc.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lt.notepad]
@="记事本"
"Icon"="notepad.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lt.notepad\command]
@="notepad.exe"
一级目录注册表项:
HKEY_CLASSES_ROOT\Directory\Background\shell
二级目录注册表项:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell
博客主要围绕注册表操作展开,介绍了一级目录和二级目录的注册表信息,重点是如何通过注册表添加桌面右键二级菜单,属于信息技术中系统设置相关内容。
5852

被折叠的 条评论
为什么被折叠?



