วิธีแก้ไข Windows XP ปิดช้ามาก ๆ อีกวิธี

ปัญหาของการปิดเครื่องช้า Windows XP

ทำไมจึง Shutdown ช้า ?

Windows XP เก็บค่าในรีจีสตรี (registry) ที่จะระบุระยะเวลาในการรอคอยการปิดโปรแกรม (Program) หรือบริการ (Services) ที่เปิดอยู่

วิธีการในการแก้ไขปัญหา

  1. กดปุ่ม start >> run >> พิมพ์ regedit >> กด Enter
  2. หา 'HKEY_CURRENT_USER\Control Panel\Desktop\'
  3. หา Key 'WaitToKillAppTimeout' ตั้งค่าเป็น 1000
    ตั้งค่าระยะเวลาในการรอการปิดโปรแกรมที่ไม่ปกติ (Timeout) ไว้ที่ 1 วินาที (1000 millisecond)
  4. หา Key 'AutoEndTasks' ตั้งค่าเป็น 1
  5. เรียบร้อยครับ

ลองทำกันดูนะครับ ได้ผลยังไงแจ้งกันด้วยครับ


ฝากไว้อีกอันแล้วกัน

Tip: If modifying registry seems cumbersome to you can simply create a instant shutdown shortcut on your desktop.

  1. Right click on your desktop and select New >> Shortcut
  2. copy the following command: %windir%\System32\shutdown.exe -s -f -t 00
  3. Name your shortcut as instant shutdown
  4. You can use this created shortcut for fast shutdown.

This will forcibly end all running tasks and shutdown instantly.