posted by 범벙이 2018. 8. 10. 19:18

마우스 쉘메뉴에 시스템 종료 버튼을

서브 형태로 만들기..

win 10 시스템종료 reg.rar

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Classes\Directory\Background\shell\시스템 종료]
"MUIVerb"="시스템 종료"
"Icon"="%SystemRoot%\\System32\\shell32.dll,-28"
"SubCommands"="{시스템 종료-01};{시스템 종료-02};"
"Position"="Bottom"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\{시스템 종료-01}]
"Icon"="%SystemRoot%\\System32\\shell32.dll,-28"
@="종료(&R)"
"MUIVerb"="다시시작(&R)"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\{시스템 종료-01}\command]
@="shutdown /r /t 0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\{시스템 종료-02}]
"Icon"="%SystemRoot%\\System32\\shell32.dll,-28"
@="종료(&X)"
"MUIVerb"="종 료(&X)"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\{시스템 종료-02}\command]
@="shutdown /p"