|  | 
| 给你个例子,是鱼大win10pe里面的: 
 复制代码Windows Registry Editor Version 5.00
::右键关机或重启
[HKEY_LOCAL_MACHINE\pe-soft\Classes\DesktopBackground\Shell\Power Menu]
"Icon"="shell32.dll,215"
"MUIVerb"="关机或重启"
"SubCommands"="restart;shutdown"
[HKEY_LOCAL_MACHINE\pe-soft\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell]
[HKEY_LOCAL_MACHINE\pe-soft\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart]
@="重启计算机"
"Icon"="shell32.dll,112"
"Position"="bottom"
[HKEY_LOCAL_MACHINE\pe-soft\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart\command]
@="Shutdown -r -f -t 00"
[HKEY_LOCAL_MACHINE\pe-soft\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown]
@="关闭计算机"
"Icon"="shell32.dll,215"
"Position"="bottom"
[HKEY_LOCAL_MACHINE\pe-soft\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown\command]
@="Shutdown -s -f -t 00"
 | 
 评分
查看全部评分
 |