กดคลิกเดียวปิดเครื่องเลย
ชอร์ตคัตShutdown สำหรับ windowsXP
ชอร์ตคัต ยังคงเป็นที่ต้องการสำหรับมือใหม่อีกหลายๆ คน เพราะบางทีการที่จะให้มานั่งจำว่า ต้องกดหลายๆ ปุ่มพร้อมกัน หรือมีขั้นตอนการคลิ้กเกินกว่า 3 ครั้ง แถมแต่ละครั้งมีไดอะล็อกบ็อกซ์พร้อมปุ่มต่างๆ ให้ต้องตัดสินใจอีก ถ้าคลิ้กผิดก็อาจสร้างความเสียหายตามมาอีก สารพัดความกลัวที่มือใหม่มีต่อการใช้งาน และรวมถึงผู้ใช้ทั่วไปก็คงอาจจะไม่เคยใช้ ซึ่งความจริงมันไม่ได้ยากเลย
งั้นลองเปลี่ยนอะไรใหม่ๆดีไหมครับ
วิธีทำคือ คลิกขวาที่หน้าเดสก์ทอป เลือกคำสั่ง New-Shortcut จากนั้นในช่อง Type the location of the item ให้พิมพ์ลงไปว่า %windir%\system32\shutdown.exe-r สำหรับ จะทำให้ Shortcut นี้เป็นปุ่มรีสตาร์ต แต่ถ้าเปลี่ยนจาก -r เป็น -s ก็จะเป็น shortcut shutdown
ลองทำดูนะครับ ง่ายๆไม่ยากครับ
วันสิ่งแวดล้อมโลก : 5 มิถุนายน ของทุกปี
มีวิธีนี้ด้วย น่าสนใจมากครับ เดี๋ยวลองไปทดสอบดูครับผม
แถมให้ ๆ
Usage: shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c "comment"] [-d up:xx:yy]
No args Display this message (same as -?)
-i Display GUI interface, must be the first option
-l Log off (cannot be used with -m option)
-s Shutdown the computer
-r Shutdown and restart the computer
-a Abort a system shutdown
-m \\computername Remote computer to shutdown/restart/abort
-t xx Set timeout for shutdown to xx seconds
-c "comment" Shutdown comment (maximum of 127 characters)
-f Forces running applications to close without warning
-d [u][p]:xx:yy The reason code for the shutdown
u is the user code
p is a planned shutdown code
xx is the major reason code (positive integer less than 256)
yy is the minor reason code (positive integer less than 65536)