- ตอนติดตั้งใหม่ มันก็ปิดได้ปกติ (ปิดผ่าน setting => power)
- แต่ใช้ไปวันเดียวปิดไม่ลงซะงั้น แถม แฮ้งคล้ายๆ blue screen อีกตะหาก
Refer
- http://softwarebuzzer.com/2012/04/windows-8-shutdown-problem-solved/
- http://www.howtogeek.com/77061/how-to-add-shutdown-restart-sleep-to-the-windows-8-metro-start-screen/
Sovled
- Create short cut and pin to start or pin to taskbar (righ click on desktop & navigate to New => Shortcut)
- Command for shortcut
Shutdown Computer:
shutdown.exe -s -f -t 00
Restart Computer:
shutdown.exe -r -f -t 00
Lock Workstation:
rundll32.exe user32.dll,LockWorkStation
Hibernate Computer:
rundll32.exe powrProf.dll,SetSuspendState
Sleep Computer:
rundll32.exe powrprof.dll,SetSuspendState 0,1,0
No comments:
Post a Comment