มาปรับแต่ง Windows XP ด้วย registry กันดีกว่า ^^

Credit by Augie แห่ง Chiangmai Modder





มาปรับแต่งวินโดว์สเอ็กซ์พีด้วย ScriptRegistry

ปรับแต่งวินโดว์สแบบไม่ต้องใช้โปรแกรมอื่นๆช่วย





ปกติเป็นคนที่ชอบแก้ไขปรับแต่งวินโดว์สโดยการแก้ไข Registry ซึ่งเป็นการปรับแต่งวินโดว์สที่ไม่ต้องใช้โปรแกรมอื่นช่วย เพราะวินโดว์สให้มาอยู่แล้ว แต่ขั้นตอนแต่ละจุด ต้องย่อมรับว่าต้องทำความเข้าใจกลับมันให้มาก เพราะถ้าผิดผลาดอาจส่งผมถึงขั้นต้องลงวินโดว์สใหม่เลยก็ได้ การใช้ Registry คุณๆส่วนใหญ่คงรู้แล้วว่าต้องเรียกคำสั่ง Regedit โดยไป Start>Run แล้วพิมพ์คำว่า Regedit ตามด้วยกดปุ่ม OK ก็จะมีรายการให้คุณเข้าปรับแต่ง แต่วันนี้ผมจะไม่ทำแบบนั้นมันยุ่งยากเกินไป แต่จะทำเป็น Script ให้คุณๆ เอาไปใช้ ถ้าห้วข้อไหนที่คุณจะปรับแต่งก็เอา script นั้นไปรันก็เรียบร้อย





ส่วนวิธีที่เอา Script ไปใช้ได้ก็ให้ก็อป Script เอาไปปะที่ Notepad แล้วเซฟเป็นไฟล์ที่มีนามสกุล .REG (ตั้งชื่อตามใจคุณ) เวลาใช้ก็ดับเบิลคลิกที่ไฟล์ที่คุณทำไว้ ตอบ Yes และ OK แล้ว Restart หรือ Log Off (บ้าง Script สามารถใช้ได้เลยไม่ต้อง Restart)





หมายเหตุ ทำความเข้าใจกันก่อนเนื่องจากทุกครั้งที่ผมลง script ที่เว็บนี้เครื่องหมาย Backslash จะหายตลอดทำให้ข้อความผิดไป ผมจึงต้องใช้เครื่องหมาย \" > \" แทน ฉะนั้นของให้คุณๆก่อนจะเซฟ Script ขอให้เปลื่ยนเครื่องหมาย \" > \" กลับเป็น Backslash ด้วยครับ (เดี่ยว Script จะใช้ไม่ได้)



คำเตือน การเล่นกับ Registry เป้นสิ่งที่ต้องระมัดระวัง ไม่เช่นนั้นอาจได้ลง Windows ใหม่เลยก็ได้ ควรจะ backup registry ไว้ก่อน...







1. Disable CD Auto Run for Home -ยกเลิกการ Auto Run ของซีดีสำหรับเอ็กซ์พีโฮม



Windows Registry Editor Version 5.00



[HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Policies>Explorer]



\"NoDriveTypeAutoRun\"=dword:0x000000FF







2. Disable CD Auto Run for Pro -ยกเลิกการ Auto Run ของซีดีสำหรับเอ็กซ์พีโปร



Windows Registry Editor Version 5.00



[HKEY_LOCAL_MACHINE>SYSTEM>CurrentControlSet>Services>Cdrom]



\"AutoRun\"=dword:00000000



[HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>Windows>CurrentVersion>policies>Explorer>NoDriveTypeAutoRun]



\"NoDriveTypeAutoRun\"=dword:000000b1



[HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Policies>Explorer]



\"NoDriveTypeAutoRun\"=dword:000000b1







3. Disable Balloon Tips -ยกเลิกทิปที่แสดงออกมาตอนเอาเม้าส์ไม่จี้ส่วนต่างๆของวินโดว์ส



Windows Registry Editor Version 5.00



[HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Explorer>Advanced]



\"EnableBalloonTips\"=dword:00000000







4. Add Empty Recycle Bin to the Right Click -เพิ่มคำสั่งล้างขยะี่ Recycle Bin ที่เมนูคลิกขวา



Windows Registry Editor Version 5.00



[HKEY_CLASSES_ROOT>*>shellex>ContextMenuHandlers>{645FF040-5081-101B-9F08-00AA002F954E}]



@=\"Empty Recycle Bin\"



[HKEY_CLASSES_ROOT>*>shellex>ContextMenuHandlers>Empty Recycle Bin]



@=\"{645FF040-5081-101B-9F08-00AA002F954E}\"



[HKEY_CLASSES_ROOT>Directory>Background>shellex>ContextMenuHandlers>Empty Recycle Bin]



@=\"{645FF040-5081-101B-9F08-00AA002F954E}\"



[HKEY_CLASSES_ROOT>Directory>shellex>ContextMenuHandlers>Empty Recycle Bin]



@=\"{645FF040-5081-101B-9F08-00AA002F954E}\"



[HKEY_CLASSES_ROOT>Folder>shellex>ContextMenuHandlers>Empty Recycle Bin]



@=\"{645FF040-5081-101B-9F08-00AA002F954E}\"







5. Allow CD Burn Options -เปิดฟังก์ชั่นเขียนซีดี



Windows Registry Editor Version 5.00



[HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>Windows NT>CurrentVersion>Winlogon]



\"allocatedasd\"=\"2\"



[HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion> Policies>Explorer]



\"NoCDBurning\"=dword:00000000







6. Disable CD Burn Options -ปิดฟังก์ชั่นเขียนซีดี



Windows Registry Editor Version 5.00



[HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>Windows NT>CurrentVersion>Winlogon]



\"allocatedasd\"=\"2\"



[HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Policies>Explorer]



\"NoCDBurning\"=dword:00000001







7. Open With Notepad for Files with No Extension -สั่งให้เปิดไฟล์ที่ไม่มีนามสกุลด้วย Notepad



Windows Registry Editor Version 5.00



[HKEY_CLASSES_ROOT>*>shell]



[HKEY_CLASSES_ROOT>*>shell>open]



@=\"Open With Notepad\"



[HKEY_CLASSES_ROOT>*>shell>open>command]



@=\"notepad.exe %1\"



[HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Explorer>FileExts>.]



\"Application\"=\"Notepad\"







8. Add Command Line to the Right Click -ใส่เมนูเปิด Command Line ที่เมนูคลิกขวา



Windows Registry Editor Version 5.00



[HKEY_CLASSES_ROOT>Directory>shell>Command Prompt Here]



@=\"Command &Prompt Here\"



[HKEY_CLASSES_ROOT>Directory>shell>Command Prompt Here>command]



@=\"cmd.exe /k cd %1 \"







9. Disable Getting Started Welcome Screen - Logon -ยกเลิกการแสดง Started Welcome Screen ตอนเปิดเรื่อง



Windows Registry Editor Version 5.00



[HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Policies>Explorer]



\"NoWelcomeScreen\"=dword:00000001







10. Remove the Search Button -เอาปุ่ม Search ของจาก Start เมนู



Windows Registry Editor Version 5.00



[HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Policies>Explorer]



\"NoShellSearchButton\"=dword:00000001







11. Remove Access to all Windows Update Features -ยกเลิกฟังก์ชั่นการอัปเดทอัตโนมัติของวินโดว์ส



Windows Registry Editor Version 5.00



[HKEY_LOCAL_MACHINE>Software>Policies>Microsoft>Windows>WindowsUpdate>AU]



\"NoAutoUpdate\"=dword:00000001



[HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Group Policy Objects>LocalUser>Software>Microsoft>Windows>CurrentVersion>Policies>WindowsUpdate>DisableWindowsUpdateAccess]



[HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Policies>Explorer]



\"NoWindowsUpdate\"=dword:00000001



[HKEY_LOCAL_MACHINE>Software>Microsoft>Windows>CurrentVersion>Policies>Explorer]



\"NoWindowsUpdate\"=dword:00000001



[HKEY_LOCAL_MACHINE>Software>Policies>Microsoft>Windows>WindowsUpdate>AU]



\"NoAutoUpdate\"=dword:00000001



\"AUOptions\"=dword:00000001



[HKEY_LOCAL_MACHINE>Software>Policies>Microsoft>Windows>WindowsUpdate]



[HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Policies>WindowsUpdate]



[HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Policies>Explorer]



\"NoDevMgrUpdate\"=dword:00000001







12. Enable Add Copy To/Move To (Right Click ) -เปิดใช้เมนู Add Copy To/Move To ที่เมนูคลิกขวา



Windows Registry Editor Version 5.00



[HKEY_CLASSES_ROOT>AllFilesystemObjects>shellex>ContextMenuHandlers]



[HKEY_CLASSES_ROOT>AllFilesystemObjects>shellex>ContextMenuHandlers>Copy To]



@=\"{C2FBB630-2971-11D1-A18C-00C04FD75D13}\"



[HKEY_CLASSES_ROOT>AllFilesystemObjects>shellex>ContextMenuHandlers>Move To]



@=\"{C2FBB631-2971-11D1-A18C-00C04FD75D13}\"







13. Disable Add Copy To/Move To (Right Click ) -ยกเลิกเมนู Add Copy To/Move To ที่เมนูคลิกขวา



Windows Registry Editor Version 5.00



[HKEY_CLASSES_ROOT>AllFilesystemObjects>shellex>ContextMenuHandlers]



[-HKEY_CLASSES_ROOT>AllFilesystemObjects>shellex>ContextMenuHandlers>Copy To]



@=\"{C2FBB630-2971-11D1-A18C-00C04FD75D13}\"



[-HKEY_CLASSES_ROOT>AllFilesystemObjects>shellex>ContextMenuHandlers>Move To]



@=\"{C2FBB631-2971-11D1-A18C-00C04FD75D13}\"







14. Disable Windows Installer Rollback -ยกเลิกฟังก์ชั่น Installer Rollback ของวินโดว์ส



Windows Registry Editor Version 5.00



[HKEY_CURRENT_USER>Software>Policies>Microsoft>Windows>Installer]



\"DisableRollback\"=dword:00000001



15. ScreenSaver Tab Missing -เอาแท็บ ScreenSaver ที่ Display Propertes ออกไม่ให้ใช้



Windows Registry Editor Version 5.00



[HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Policies>System]



\"NoDispScrSavPage\"=dword:00000000











สงวนลิขสิทธิ์โดย © PC-Crazy Modding All Right Reserved.
Technical Problems

ร่วมแสดงความเห็น

ติดต่อเรา