[Windows 8 Tips] Đem Shutdown, Restart, Sleep vào menu chuột phải trong Windows 8
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDesktopBackgroundShellLock Computer]
"icon"="shell32.dll,-325"
"Position"="Bottom"
[HKEY_CLASSES_ROOTDesktopBackgroundShellSleep Computer]
"icon"="shell32.dll,-331"
"Position"="Bottom"
[HKEY_CLASSES_ROOTDesktopBackgroundShellRestart Computer]
"icon"="shell32.dll,-221"
"Position"="Bottom"
[HKEY_CLASSES_ROOTDesktopBackgroundShellShutdown Computer]
"icon"="shell32.dll,-329"
"Position"="Bottom"
[HKEY_CLASSES_ROOTDesktopBackgroundShellLock Computercommand]
@="Rundll32 User32.dll,LockWorkStation"
[HKEY_CLASSES_ROOTDesktopBackgroundShellSleep Computercommand]
@="rundll32.exe powrprof.dll,SetSuspendState 0,1,0"
[HKEY_CLASSES_ROOTDesktopBackgroundShellRestart Computercommand]
@="shutdown.exe -r -t 00 -f"
[HKEY_CLASSES_ROOTDesktopBackgroundShellShutdown Computercommand]
@="shutdown.exe -s -t 00 -f"
0 comments: