สำหรับคนที่ใช้ Windows 8 ครับเห็นบอกว่าจะสั่ง shutdown หรือ restart ลำบาก ผมก็มาบอกวิธีที่ผมใช้อยู่
โดยสร้างปุ่ม Power ไว้ที่เมนูคลิกขวาครับ
ในการทำปุ่ม Power นี้ จะมีเมนูให้ใช้ได้แก่ Lock, Switch User, Sign out, Shut down และ Reset วิธีการก็ไม่ยากครับ
1.กดคีย์ Windows + R แล้วพิมพ์ notepad ที่ช่องว่าง Open แล้ว Enter จะเป็นเรียก Notepad ขึ้นมา
2.ให้เอาก็อปปี้ Script ด้านล่างนี้ ไปปะที่ Notepad แล้วเซฟเป็นชื่อ Add_Power.reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power]
"MUIVerb"="Power"
"SubCommands"="Lock;SwitchUser;SignOut;ShutDown;Restart"
"icon"="shell32.dll,-221"
"Position"="bottom"
; Lock
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Lock]
@="Lock"
"icon"="shell32.dll,-48"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Lock\command]
@="rundll32.exe user32.dll, LockWorkStation"
; Switch User
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SwitchUser]
@="Switch User"
"icon"="imageres.dll,-88"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SwitchUser\command]
@="tsdiscon.exe"
; Sign out
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SignOut]
@="Sign out"
"icon"="shell32.dll,-45"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SignOut\command]
@="shutdown.exe -L"
; Shut down
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ShutDown]
@="Shut down"
"icon"="shell32.dll,-28"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ShutDown\command]
@="shutdown.exe -s -t 00 -f"
; Restart
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Restart]
@="Restart"
"icon"="shell32.dll,-290"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Restart\command]
@="shutdown.exe -r -t 00 -f"
3.วิธีใช้งานก็ให้ดับเบิลคลิกที่ไฟล์ที่ได้มาตอบ Yes และ OK (เครื่องที่ยังไม่ได้ปิด UAC (User Account Control)จะมีคำเตือนออกมาให้ตอบ Yes ด้วย)
เท่านี้วินโดวส์ของเราก็จะมีปุ่ม Power ที่เมนูคลิกขวาแล้วครับ
Windows 8 Tip : เอาปุ่ม Power มาไว้ที่เมนูคลิกขวาที่ Desktop
โดยสร้างปุ่ม Power ไว้ที่เมนูคลิกขวาครับ
ในการทำปุ่ม Power นี้ จะมีเมนูให้ใช้ได้แก่ Lock, Switch User, Sign out, Shut down และ Reset วิธีการก็ไม่ยากครับ
1.กดคีย์ Windows + R แล้วพิมพ์ notepad ที่ช่องว่าง Open แล้ว Enter จะเป็นเรียก Notepad ขึ้นมา
2.ให้เอาก็อปปี้ Script ด้านล่างนี้ ไปปะที่ Notepad แล้วเซฟเป็นชื่อ Add_Power.reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power]
"MUIVerb"="Power"
"SubCommands"="Lock;SwitchUser;SignOut;ShutDown;Restart"
"icon"="shell32.dll,-221"
"Position"="bottom"
; Lock
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Lock]
@="Lock"
"icon"="shell32.dll,-48"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Lock\command]
@="rundll32.exe user32.dll, LockWorkStation"
; Switch User
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SwitchUser]
@="Switch User"
"icon"="imageres.dll,-88"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SwitchUser\command]
@="tsdiscon.exe"
; Sign out
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SignOut]
@="Sign out"
"icon"="shell32.dll,-45"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SignOut\command]
@="shutdown.exe -L"
; Shut down
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ShutDown]
@="Shut down"
"icon"="shell32.dll,-28"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ShutDown\command]
@="shutdown.exe -s -t 00 -f"
; Restart
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Restart]
@="Restart"
"icon"="shell32.dll,-290"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Restart\command]
@="shutdown.exe -r -t 00 -f"
3.วิธีใช้งานก็ให้ดับเบิลคลิกที่ไฟล์ที่ได้มาตอบ Yes และ OK (เครื่องที่ยังไม่ได้ปิด UAC (User Account Control)จะมีคำเตือนออกมาให้ตอบ Yes ด้วย)
เท่านี้วินโดวส์ของเราก็จะมีปุ่ม Power ที่เมนูคลิกขวาแล้วครับ