Wednesday, August 23, 2006

change registry with notepad (better)

http://www.pantip.com/tech/article/article.php?id=136
Disable Autorun CD

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



16. Disable Task Manager -ยกเลิกการเรียกใช้ Task Manager

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

"DisableTaskMgr"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\]

"DisableTaskMgr"=dword:00000001



17. Enable the Task Manager -เปิดให้ใช้ Task Manager ได้

Windows Registry Editor Version 5.00

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

"DisableTaskMgr"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]

"DisableTaskMgr"=dword:00000000

"**del.DisableTaskMgr"=" "

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\]

"DisableTaskMgr"=dword:00000000

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

"DisableCAD"=dword:00000000



18. Repair the Recycle Bin in Windows XP -เรียก Recycle Bin ขึ้นมาใหม่ในกรณีที่ถูกลบหรือไม่มีให้ใช้

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]

@="Recycle Bin"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}]

@="Recycle Bin"

"InfoTip"=hex(2):40 00 25 00 53 00 79 00 73 00 74 00 65 00 6d 00 52 00 6f 00 \

6f 00 74 00 25 00 5c 00 73 00 79 00 73 00 74 00 65 00 6d 00 33 00 32 00 5c \

00 53 00 48 00 45 00 4c 00 4c 00 33 00 32 00 2e 00 64 00 6c 00 6c 00 2c 00 \

2d 00 32 00 32 00 39 00 31 00 35 00 00 00

"SortOrderIndex"=dword:00000060

"IntroText"=hex(2):40 00 25 00 53 00 79 00 73 00 74 00 65 00 6d 00 52 00 6f 00 \

6f 00 74 00 25 00 5c 00 73 00 79 00 73 00 74 00 65 00 6d 00 33 00 32 00 5c \

00 53 00 48 00 45 00 4c 00 4c 00 33 00 32 00 2e 00 64 00 6c 00 6c 00 2c 00 \

2d 00 33 00 31 00 37 00 34 00 38 00 00 00

"LocalizedString"=hex(2):40 00 25 00 53 00 79 00 73 00 74 00 65 00 6d 00 52 00 \

6f 00 6f 00 74 00 25 00 5c 00 73 00 79 00 73 00 74 00 65 00 6d 00 33 00 32 \

00 5c 00 53 00 48 00 45 00 4c 00 4c 00 33 00 32 00 2e 00 64 00 6c 00 6c 00 \

2c 00 2d 00 38 00 39 00 36 00 34 00 00 00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]

@=hex(2):25 00 53 00 79 00 73 00 74 00 65 00 6d 00 52 00 6f 00 6f 00 74 00 25 \

00 5c 00 53 00 79 00 73 00 74 00 65 00 6d 00 33 00 32 00 5c 00 73 00 68 00 \

65 00 6c 00 6c 00 33 00 32 00 2e 00 64 00 6c 00 6c 00 2c 00 33 00 31 00 00 \

00

"Empty"=hex(2):25 00 53 00 79 00 73 00 74 00 65 00 6d 00 52 00 6f 00 6f 00 74 \

00 25 00 5c 00 53 00 79 00 73 00 74 00 65 00 6d 00 33 00 32 00 5c 00 73 00 \

68 00 65 00 6c 00 6c 00 33 00 32 00 2e 00 64 00 6c 00 6c 00 2c 00 33 00 31 \

00 00 00

"Full"=hex(2):25 00 53 00 79 00 73 00 74 00 65 00 6d 00 52 00 6f 00 6f 00 74 \

00 25 00 5c 00 53 00 79 00 73 00 74 00 65 00 6d 00 33 00 32 00 5c 00 73 00 \

68 00 65 00 6c 00 6c 00 33 00 32 00 2e 00 64 00 6c 00 6c 00 2c 00 33 00 32 \

00 00 00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\InProcServer32]

@="shell32.dll"

"ThreadingModel"="Apartment"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\ContextMenuHandlers]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\ContextMenuHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\PropertySheetHandlers]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shellex\PropertySheetHandlers\{645FF040-5081-101B-9F08-00AA002F954E}]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]

"Attributes"=hex:40 01 00 20

"CallForAttributes"=dword:00000040



19. Disable Low Disk Space Message -ยกเลิกการเตือนของวินโดว์สในกรณีพื้นที่ของฮาร์ดดิสก์เหลือน้อย

Windows Registry Editor Version 5.00

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

"NoLowDiskSpaceChecks"=dword:00000001



20. Set Menu Delay to 400 -เพิ่มความเร็วการแสดงเมนูที่ Start เมนู

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]

"MenuShowDelay"="400"

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

"NoSaveSettings"=dword:00000000



21. Search is Missing from the Start Menu -ยกเลิกการ Search ไฟล์ที่เมนู Start

Windows Registry Editor Version 5.00

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

"NoFind"=dword:00000000



22. Enable the Welcome Screen -Log-On แบบแสดงหน้า Welcome Screen

Windows Registry Editor Version 5.00

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

"LogonType"=dword:00000001



23. Properties Missing From My Computer -ยกเลิกการ Properties ที่ My Computer

Windows Registry Editor Version 5.00

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

"NoPropertiesMyComputer"=dword:00000000



24. Disable AutoDial -ยกเลิกการหมุนโมเด็มต่อเน็ตอัตโนมัติ

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

"EnableAutodial"=dword:0000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole]

"EnableRemoteConnect"="N"



25. Enable AutoDial -เปิดการต่อเน็ตอัตโนมัติ

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

"EnableAutodial"=dword:0000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole]

"EnableRemoteConnect"="Y"



26. Disable Control/Alt/Delete -ยกเลิกการกด Control/Alt/Delete

Windows Registry Editor Version 5.00

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

"DisableCAD"=dword:00000001



27. Disable Unread Mail on the Welcome Screen -ยกเลิกการบอกว่ามีเมลล์ที่ไม่ได้อ่านตอน Log-On ที่ Welcome Screen

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\UnreadMail\]

"MessageExpiryDays"=dword:00000000



28. Empty Temporary Internet Files on Exit -ล้าง Temp ไฟล์ของ Internet ทุกครั้งเมื่อจากเน็ต (IE)

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache]

"Persistent"=dword:00000000



29.Disable the Task Manager -ยกเลิกการการทำงานของ Task Manager

Windows Registry Editor Version 5.00

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

"DisableTaskMgr"=dword:00000001



30. Enable the Task Manager -เปิดการทำงานของ Task Manager

Windows Registry Editor Version 5.00

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

"DisableTaskMgr"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]

"DisableTaskMgr"=dword:00000000

"**del.DisableTaskMgr"=" "

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\]

"DisableTaskMgr"=dword:00000000

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

"DisableCAD"=dword:00000000



31. Remove "Open With" from Context Menu -เอาคำสั่ง Open With ออกจากเมนูคลิกขวา

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shellex]

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With]

@=""



32. Restore Open With on the Right Click -คืนค่าคำสั่ง Open With ในเมนูคลิกขวา

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With]

@="{09799AFB-AD67-11d1-ABCD-00C04FC30936}"

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Open With EncryptionMenu]

@="{A470F8CF-A1E8-4f65-8335-227475AA5C46}"



33. Add or Remove Programs Restriction -ยกเลิกการใช้ Add/Remove Programs ที่ Control Panel

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]

"NoAddRemovePrograms"=dword:00000001

"NoRemovePage"=dword:00000001

"NoAddPage"=dword:00000001

"NoWindowsSetupPage"=dword:00000001

"NoAddfromCDorFloppy"=dword:00000001

"NoAddfromInternet"=dword:00000001

"NoAddfromNetwork"=dword:00000001

"NoServices"=dword:00000001

"NoSupportInfo"=dword:00000001



34. Add or Remove Programs Restriction - Undo -คืนค่าให้ใช้ Add/Remove Programs ที่ Control Panel

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]

"NoAddRemovePrograms"=dword:00000000

"NoRemovePage"=dword:00000000

"NoAddPage"=dword:00000000

"NoWindowsSetupPage"=dword:00000000

"NoAddfromCDorFloppy"=dword:00000000

"NoAddfromInternet"=dword:00000000

"NoAddfromNetwork"=dword:00000000

"NoServices"=dword:00000000

"NoSupportInfo"=dword:00000000



35.Remove "All Programs" from Start Menu -เอา All Programs ออกจาก Start เมนู

Windows Registry Editor Version 5.00

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

"NoStartMenuMorePrograms"=dword:00000001



36. Remove "All Programs" from Start Menu - Undo -คืนค่า All Programe ให้ Start เมนู

Windows Registry Editor Version 5.00

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

"NoStartMenuMorePrograms"=dword:00000000



37. Disable Highlight New Programs -ยกเลิกการทำ Highlight กับโปรแกรมที่ติดตั้งใหม่ที่ All Programs

Windows Registry Editor Version 5.00

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

"Start_NotifyNewApps"=dword:00000000



38. Disable Highlight New Programs - Undo -คือค่าทำ Highlight กับโปรแกรมที่ติดตั้งใหม่ที่ All Programs

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Advanced]

"Start_NotifyNewApps"=dword:00000001



39. Disable Thumbnail Cache -ยกเลิกการทำ Thumbnail Cache (Thumbs.DB)

Windows Registry Editor Version 5.00

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

"DisableThumbnailCache"=dword:00000001



40.Language Bar Remove -เอาปุ่มเปลื่ยนภาษาที่ TaskBar ออก

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]

@="Language bar"

"MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll -325"

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

"NoSaveSettings"=dword:00000000



41. Language Bar Restore -คืนค่าปุ่มเปลื่ยนภาษาที่ TaskBar

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]

@="Language bar"

"MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll -325"

[HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}\Implemented Categories]

[HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}\Implemented Categories\{00021492-0000-0000-C000-000000000046}]

[HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}\InProcServer32]

@="C:\\WINDOWS\\System32\\msutb.dll"

"ThreadingModel"="Apartment"

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

"NoSaveSettings"=dword:00000000



42.Change Thumbnail View to 96 -เปลื่ยนขนาดการดูไฟล์แบบ Thumbnail View เป็นขนาด 96

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]

"ThumbnailSize"=dword:00000060



43.Change Thumbnail View to 32 -เปลื่ยนขนาดการดูไฟล์แบบ Thumbnail View เป็นขนาด 32

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]

"ThumbnailSize"=dword:00000020



44. Right Click Properties Disable -ยกเลิกคำสั่ง Properties ที่เมนูคลิกขวา

Windows Registry Editor Version 5.00

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

"NoPropertiesMyComputer"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]

"NoViewContextMenu"=dword: 00000001



45. Right Click Properties Undo -คืนค่าคำสั่ง Properties ที่เมนูคลิกขวา

Windows Registry Editor Version 5.00

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

"NoPropertiesMyComputer"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]

"NoViewContextMenu"=dword: 00000000



46. Disable Update Device Driver Wizard -ยกเลิกฟังก์ชั่นอัปเดทไดร์เวอร์

Windows Registry Editor Version 5.00

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

"NoDevMgrUpdate"=dword:00000001



47. Disable Update Device Driver Wizard Undo -คืนค่าฟังก์ชั่นอัปเดทไดร์เวอร์

Windows Registry Editor Version 5.00

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

"NoDevMgrUpdate"=dword:00000000



48. Remove "Shortcut to..." Prefix on Shortcuts -เอาคำว่า "Shortcut To..." ออกจาก Shortcuts

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]

"link"=hex:00 00 00 00



49. Allow Folder Names in Uppercase -ทำชื่อโฟลเดอร์เป็นอักษรตัวพิมพ์ใหญ่

Windows Registry Editor Version 5.00

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

"DontPrettyPath"=dword:00000001



50. Change the Number of Recent Documents to 25 -เปลื่ยนความจำให้วินโดว์สจำเอกสารที่เปิดไปแล้วได้ถึง 25 ไฟล์

Windows Registry Editor Version 5.00

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

"MaxRecentDocs"=dword:00000019



51. Disable Registry Editing Tools -ยกเลิกไม่ให้ใช้ Registry Tools

Windows Registry Editor Version 5.00

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

"DisableRegistryTools"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]

"DisableRegistryTools"=dword:00000001

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

"NoSaveSettings"=dword:00000000



52. Enable Registry Editing Tools -อนุญาติให้ใช้ Registry Tools ได้

Windows Registry Editor Version 5.00

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

"DisableRegistryTools"=dword:00000000

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

"**.del.DisableRegistryTools"=-

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]

"DisableRegistryTools"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]

"**del.DisableRegistryTools"=-

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

"NoSaveSettings"=dword:00000000



53. Remove My Computer from Desktop/Start Menu -เอาไอคอน My Computer ออกจาก Desktop และ Start Menu

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum]

"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001



54. Clear Page File on Exit - ลบ PageFile ทุกครั้งปิดเครื่อง

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]

"ClearPageFileAtShutdown"=dword:00000001



55. Clear Page File on Exit Undo -ยกเลิกการลบ PageFile เมื่อปิดเครื่อง

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]

"ClearPageFileAtShutdown"=dword:00000000



56. The Control Panel - Disable -ยกเลิกการใช้ Control Panel

Windows Registry Editor Version 5.00

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

"NoControlPanel"=dword:00000001

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

"NoControlPanel"=dword:00000001



57. The Control Panel Restore - คืนค่าการใช้ Control Panel

Windows Registry Editor Version 5.00

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

"NoControlPanel"=dword:00000000

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

"NoControlPanel"=dword:00000000



58. Disable Send To from the Context Menu -ยกเลิกคำสั่ง Send to จากเมนูคลิกขวา

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Send To]

@=""



59.Undo Send To from the Context Menu -คืนค่าคำสั่ง Send to จากเมนูคลิกขวา

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Send To]

@="{7BA4C740-9E81-11CF-99D3-00AA004AE837}"



60. Disable All Tabs under Internet Options -ยกเลิกแท็บปรับแต่งที่ Internet Options ทั้งหมด

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]

"GeneralTab"=dword:00000001

"ProgramsTab"=dword:00000001

"SecurityTab"=dword:00000001

"ContentTab"=dword:00000001

"PrivacyTab"=dword:00000001

"AdvancedTab"=dword:00000001

"ConnectionsTab"=dword:00000001

"HomePage"=dword:00000001

"Accessibility"=dword:00000001

"CertifPers"=dword:00000001

"CertifSite"=dword:00000001

"SecChangeSettings"=dword:00000001

"SecAddSites"=dword:00000001

"FormSuggest"=dword:00000001

"FormSuggest Passwords"=dword:00000001

"Connwiz Admin Lock"=dword:00000001

"Settings"=dword:00000001

"ResetWebSettings"=dword:00000001

"Connection Wizard"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Control Panel]

"GeneralTab"=dword:00000001

"ProgramsTab"=dword:00000001

"SecurityTab"=dword:00000001

"ContentTab"=dword:00000001

"PrivacyTab"=dword:00000001

"AdvancedTab"=dword:0000001

"ConnectionsTab"=dword:00000001

"HomePage"=dword:00000001

"Accessibility"=dword:00000001

"CertifPers"=dword:00000001

"CertifSite"=dword:00000001

"SecChangeSettings"=dword:00000001

"SecAddSites"=dword:00000001

"FormSuggest"=dword:00000001

"FormSuggest Passwords"=dword:00000001

"Connwiz Admin Lock"=dword:00000001

"Settings"=dword:00000001

"ResetWebSettings"=dword:00000001

"Connection Wizard"=dword:00000001

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

"NoFolderOptions"=dword:00000001

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]

"NoBrowserOptions"=dword:00000001

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

"NoSaveSettings"=dword:00000001



61. Restore All Tabs under Internet Options -คืนค่าแท็บปรับแต่งที่ Internet Options ทั้งหมด

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel]

"GeneralTab"=dword:00000000

"ProgramsTab"=dword:00000000

"SecurityTab"=dword:00000000

"ContentTab"=dword:00000000

"PrivacyTab"=dword:00000000

"AdvancedTab"=dword:00000000

"ConnectionsTab"=dword:00000000

"HomePage"=dword:00000000

"Accessibility"=dword:00000000

"CertifPers"=dword:00000000

"CertifSite"=dword:00000000

"SecChangeSettings"=dword:00000000

"SecAddSites"=dword:00000000

"FormSuggest"=dword:00000000

"FormSuggest Passwords"=dword:00000000

"Connwiz Admin Lock"=dword:00000000

"Settings"=dword:00000000

"ResetWebSettings"=dword:00000000

"Connection Wizard"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Control Panel]

"GeneralTab"=dword:00000000

"ProgramsTab"=dword:00000000

"SecurityTab"=dword:00000000

"ContentTab"=dword:00000000

"PrivacyTab"=dword:00000000

"AdvancedTab"=dword:00000000

"ConnectionsTab"=dword:00000000

"HomePage"=dword:00000000

"Accessibility"=dword:00000000

"CertifPers"=dword:00000000

"CertifSite"=dword:00000000

"SecChangeSettings"=dword:00000000

"SecAddSites"=dword:00000000

"FormSuggest"=dword:00000000

"FormSuggest Passwords"=dword:00000000

"Connwiz Admin Lock"=dword:00000000

"Settings"=dword:00000000

"ResetWebSettings"=dword:00000000

"Connection Wizard"=dword:00000000

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

"NoFolderOptions"=dword:00000000

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]

"NoBrowserOptions"=dword:00000000

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

"NoSaveSettings"=dword:00000000



62. Restore/Enable System Restore -เปิดฟังก์ชั่น System Restore

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore]

"DisableConfig"=dword:00000000

"DisableSR"=dword:00000000

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

"NoSaveSettings"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr]

"Type"=dword:00000002

"Start"=dword:00000000

"ErrorControl"=dword:00000001

"Tag"=dword:00000004

"ImagePath"=hex(2):53 00 79 00 73 00 74 00 65 00 6d 00 33 00 32 00 5c 00 44 00 \

52 00 49 00 56 00 45 00 52 00 53 00 5c 00 73 00 72 00 2e 00 73 00 79 00 73 \

00 00 00

"DisplayName"="System Restore Filter Driver"

"Group"="FSFilter System Recovery"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr\Parameters]

"FirstRun"=dword:00000000

"DontBackup"=dword:00000000

"MachineGuid"="{EAAFAEEC-4AFE-42BE-83D9-C12FDD4942A6}"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr\Security]

"Security"=hex:01 00 14 80 90 00 00 00 9c 00 00 00 14 00 00 00 30 00 00 00 02 \

00 1c 00 01 00 00 00 02 80 14 00 ff 01 0f 00 01 01 00 00 00 00 00 01 00 00 \

00 00 02 00 60 00 04 00 00 00 00 00 14 00 fd 01 02 00 01 01 00 00 00 00 00 \

05 12 00 00 00 00 00 18 00 ff 01 0f 00 01 02 00 00 00 00 00 05 20 00 00 00 \

20 02 00 00 00 00 14 00 8d 01 02 00 01 01 00 00 00 00 00 05 0b 00 00 00 00 \

00 18 00 fd 01 02 00 01 02 00 00 00 00 00 05 20 00 00 00 23 02 00 00 01 01 \

00 00 00 00 00 05 12 00 00 00 01 01 00 00 00 00 00 05 12 00 00 00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sr\Enum]

"0"="Root\\LEGACY_SR\\0000"

"Count"=dword:00000001

"NextInstance"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalMachine\Software\Policies\Microsoft\Windows NT\SystemRestore]

"DisableSR"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalMachine\Software\Policies\Microsoft\Windows NT\SystemRestore]

"DisableConfig"=dword:00000000

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalMachine\Software\Policies\Microsoft\Windows NT\SystemRestore]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore]

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalMachine\Software\Policies\Microsoft\Windows NT\SystemRestore]



63. Disable System Restore - ปิดฟังก์ชั่น System Restore

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore]

"DisableSR"=dword:00000001

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

"NoSaveSettings"=dword:00000000



64. Disable the Floppy Drive -ปิดการใช้ Floppy Drive

Windows Registry Editor Version 5.00

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

"NoDrives"=hex:01 00 00 00



65. Enable the Floppy Drive -เปิดการใช้ Floppy Drive

Windows Registry Editor Version 5.00

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

"NoDrives"=hex:00 00 00 00



66.Disable All Programs - ยกเลิกการใช้ All Programs

Windows Registry Editor Version 5.00

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

"NoSaveSettings"=dword:00000001

"NoChangeStartMenu"=dword:00000001

"NoStartMenuSubFolders"=dword:00000001

"NoStartMenuMFUprogramsList"=dword:00000001

"NoStartMenuMorePrograms"=dword:00000001

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

"Start_EnableDragDrop"=dword:00000000



67.Enable All Programs -คิืนค่าการใช้ All Programs

Windows Registry Editor Version 5.00

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

"NoSaveSettings"=dword:00000000

"NoChangeStartMenu"=dword:00000000

"NoStartMenuSubFolders"=dword:00000000

"NoStartMenuMFUprogramsList"=dword:00000000

"NoStartMenuMorePrograms"=dword:00000000

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

"Start_EnableDragDrop"=dword:00000001



68. Disable Properties from My Computer -ยกเลิกการใช้คำสั่ง Properties ที่ My Computer

Windows Registry Editor Version 5.00

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

"NoPropertiesMyComputer"=dword:00000001



69. Enable Properties from My Computer -เปิดการใช้คำสั่ง Properties ที่ My Computer

Windows Registry Editor Version 5.00

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

"NoPropertiesMyComputer"=dword:00000000



70.Disable Standby -ปิดการใช้ Standby

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ACPI\Parameters]

"AMLIMaxCTObjs"=hex:04 00 00 00

"Attributes"=dword:00000070

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ACPI\Parameters\WakeUp]

"FixedEventMask"=hex:20 05

"FixedEventStatus"=hex:00 84

"GenericEventMask"=hex:18 50 00 10

"GenericEventStatus"=hex:10 00 ff 00



71. Enable Flash for IE -เปิดฟังก์ชั่นการใช้ Flash กับ IE

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\MiscStatus\1]

@="131473"



72. Disable Flash for IE -ยกเลิกการใช้ Flash กับ IE

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}\MiscStatus\1]

@="1024"

เลือกเอานะครับว่าจะปรับแต่งตัวไหนบ้าง

I'm in the INFORMATION AGE

Too much information coming in, less time to read them!!!

I must organize myself better and do not forget SPEED READING.

Tuesday, August 15, 2006

Change registry by notepad

http://www.pantip.com/tech/article/article.php?id=136


คุณๆที่ใช้คอมฯ ผมคิดว่าร้อยทั้งร้อยคุณๆ ต้องมีการใช้คำสั่งเหล่านี้หรือเมนูเหล่านี้ ได้แก่

-Add/Remove Programs
-Control Panel
-Device Manager
-Microsoft Configurator
-Registry Editor
-Logoff
-Reboot
-Shutdown

และมีความคิดหรือไม่ว่ามันไม่สะดวกกว่าจะใช้ได้ต้องกดเม้าส์หลายคลิก ผมมีวิธี คือเอาทุกตัวที่กล่าวมาทำเป็นเมนูคลิกขวาที่ My Computer คุณเพียงคลิกขวาที่ My Computer ก็จะมีเมนูดังกล่าวมาให้เลือกแล้ว





วิธีการก็ไม่มีอะไรมาก ก็แก้เจ้า Registry ตัวเก่งนี้เอง ถ้าจะให้ผมแสดงขั้นตอนการแก้คงยืดยาวแน่เพราะแก้อยู่หลายที่ เอาเป็นว่าผมทำเป็น Script เลยจะง่ายสำหรับคุณๆ หน้าตาของ Script ก็ตามข้างล่าง

Windows Registry Editor Version 5.00

;Adds Control Panel to right click of My Computer
;
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command]
@="rundll32.exe shell32.dll Control_RunDLL"
;
; Adds Add/Remove to right click of My Computer
;
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove Programs\command]
@="control appwiz.cpl"
;
; Adds Services to right click of My Computer
;
;[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services]
;@=hex(2):53 00 65 00 72 00 76 00 69 00 63 00 65 00 73 00 00 00
;"SuppressionPolicy"=dword:4000003c
;[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command]
;@=hex(2):25 00 77 00 69 00 6e 00 64 00 69 00 72 00 25 00 5c 00 73 00 79 00 73 00 74 00 65 00 6d 00 33 00 32 00 5c 00 6d 00 6d 00 63 00 2e 00 65 00 78 00 65 00 20 00 2f 00 73 00 20 00 25 00 53 00 79 00 73 00 74 00 65 00 6d 00 52 00 6f 00 6f 00 74 00 25 00 5c 00 73 00 79 00 73 00 74 00 65 00 6d 00 33 00 32 00 5c 00 73 00 65 00 72 00 76 00 69 00 63 00 65 00 73 00 2e 00 6d 00 73 00 63 00 20 00 2f 00 73 00 00 00
;
; Adds Device Manager to right click of My Computer
;
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]
@="Device Manager"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]
@="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc"
;
; Adds Registry Editor right click of My Computer
;
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]
@="Registry Editor"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]
@="Regedit.exe"
;
; Adds LogOff to right click of My Computer
; I add the [] to group these
;
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Logoff]\command]
@="shutdown -l -f -t 5"
;
; Adds Reboot to right click of My Computer
; I add the [] to group these
;
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Reboot]\command]
@="shutdown -r -f -t 5"
;
;Adds Shutdown to right click of My Computer
;I add the [] to group these
;
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Shutdown]\command]
@="shutdown -s -f -t 5"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig]
@="Microsoft Configurator"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig\command]
@="msconfig.exe"

ให้คุณก็อปปี้ Script เอาไปปะที่ Notepad แล้ว Save as เป็นชื่อ Right.reg เวลาใช้ก็ดับเบิลคลิกที่ไฟล์นี้ แต่ถ้าจะเอาแบบสำเร็จรูปก็ไปดาวน์โหลดที่นี้

http://www.4shared.com/file/1272439/8d86c2b8/right.html

Thursday, August 10, 2006

poem for happy life

คนเรามักอยากเข้าใจคนอื่น แต่ทำไมไม่เข้าใจซักที
ก็เพราะว่า เรายังไม่เข้าใจตัวเราเลย
วันนึง ถ้าหากเราเข้าใจตัวเราแล้ว เราก็จะรู้เองว่า เราไม่จำเป้นต้องไปเข้าใจคนอื่นหรอก


นายควรเข้าใจตัวเองก่อนนะ
ก่อนที่นาย อยากจะเข้าใจใคร รึจะให้ใครมาเข้าใจนายหนะ
เพราะมีใครรู้จักตัวนายดีเท่าตัวนายนะ แม้กระทั่งพ่อแม่


ภาพวาด 1 ภาพ
ให้คน 10 คนมอง
ยังเห็นไม่เหมือนกันเลย
คิดต่อเอาเอง....

Sunday, August 06, 2006

การสวนทางของคนสองคน

เมื่อผู้ชายเริ่มรักผู้หญิงของตัวเอง . .
ทุกอย่างที่เป็นเธอ จะดูสวยงามและเพียบพร้อม
ไม่มีอะไรที่เขาไม่ชอบ ไม่พอใจ
วันเวลาผ่านไป. . .
เมื่อความเคยชินเข้ามาแทนที่ สิ่งที่เห็นอยู่ทุกวัน
อาจกลายเป็นสิ่งที่น่ารำคาญ
เธอไม่สวยงาม และน่าทะนุถนอมเหมือนแต่ก่อน
ทำไมเวลาจับต้องเธอแล้ว
รู้สึกไม่เหมือนเดิม
ทำไมนิสัยไม่ดีของเธอ ถึงได้ผุดขึ้นมามากมายแบบนี้
เขารับเธอไม่ได้อีกต่อไป และทนไม่ได้กับการเปลี่ยนแปลงของเธอ

ในขณะที่ความรักของผู้หญิงเริ่มต้นจากศูนย์
เขายังมีสิ่งที่เธอคิดว่าเธอไม่ชอบทุกอย่างของเขา
แต่เมื่อเธอตัดสินใจลองคบหาเพื่อที่จะศึกษาสิ่งที่ดีในตัวเขา

วันเวลาผ่านไป . .
ทำให้เธอรู้สึกว่าตัวเองโชคดีที่สุดบนโลกนี้
คะแนนที่มากมายมันเพิ่มขึ้นมาได้อย่างไร
ถึงขั้นนี้ . . .ทุกสิ่งทุกอย่างที่เป็นเขา
ช่างดูดีและน่าหลงใหล
จนรู้สึกว่า
. . .เขาแทบจะกลายเป็นสิ่งเดียวในชีวิต
ที่ทำให้เธอมีชีวิตอยู่ได้ เธอพร้อมที่จะสละทุกอย่างที่มีอยู่
เพื่อที่จะให้เขาและเธออยู่ด้วยกันตลอดไป

วันนี้...ความรักของเธอเกินร้อย
ในทางกลับกัน ความรักของเขากลับลดลงจนเหลือศูนย์
ความรู้สึกที่ค้างคาอยู่ในใจของคนทั้งคู่
เหมือนกันคือ คำถามที่ว่า "ทำไม . . .อีกฝ่ายถึงเปลี่ยนไป"?

หากตัวแปรของความสัมพันธ์ ระหว่างคนสองคน
อยู่ที่ความเปลี่ยนแปลงแล้ว
คงเร็วเกินไปที่จะโทษฝ่ายใดฝ่ายหนึ่ง เพียงคนเดียว
เราต้องยอมรับอย่างตรงไปตรงมาว่า “คนเรานั้น

เปลี่ยนแปลงได้ตลอดเวลา”
และนี่คือ สัจธรรมที่แท้จริงบนโลกใบนี้เสียด้วย
คุณว่าจริงไหม....

Thursday, August 03, 2006

I miss my friend.

Since I had dinner with my SIIT friend yesterday, it keeps reminding me of my friend from SG. I miss Than sooo much so I called him yesterday, there are lots of things that I wanna tell him but not on the phone. I think about Tua who always worry about my. I miss Tui, Bu or Pusanut who used to be my best friend. I remember well when he told me that his computer was broken so he asked me to go to his place which is less than 10 mins walk from school. When I reached his house, he just not took me to the computer but asked me to play game instade then he told me that he wanna go to bathroom. When he came back he brought a very big cake I've ever had... I was like...what is the cake for??? He said did am I forgot my birthday??? Yes, it was my birthday. I'm sure that he not just go to some bakery to buy a cake but he have to order it because it's not normal at the top of the cake. There is a guy wearing glasses which I guess it was me sitting in front of computer.

But I still be myself. Living alone, not much contact till most of them has gone, went out from my life. Until I realize that "I don't really have my truth friend"...

Wednesday, August 02, 2006

Am I a geek???

Today, I have dinner with SIIT friends, all of them are guy (except Bew). They all talk about having partner which is not what I interested in but it's fine for me. But when I'm with girls, they also talk about partner, TV program, their star which is not what I like neither. Soooo.... what do I really like to talk about???? I think all I want now is something doing with my subject or anything educate, something that have to make me think. It remind me of "Tua" which I think he is a geek. He can get his bachelor degree within 3 year. He don't have much friend, all he want to do is learn. Am I be like that, Am I a geek????

Tuesday, August 01, 2006

Ordinary people have hope while success people have vision!!

I got this phrase from Brian Tracy and I totally agree with this. I always see Christian people creating wishing list. It just a wish list, what they want but they do anything to get that list become true. But successful people creating "TO DO LIST". The thing that they have to do each day. If it's not success, they can do in the other day.

such a longggg time...

I haven't express my feeling in this blog for nearly 2 months, I guess. I've read the whole blog again from the beginning since I was in France. It took me nearly 2 hours to read it all. Did I write that much or do I read it slowly??? Lots of funny things like I put Strawberry in water but let say I have read "The little Prince" since I was in France but it's not in the EXAM!!!! FUCK!! Anyway, I have written that I got lots of idea from that story, some of them can be part of my animation but WHAT???? Such a waste of time!!!

Anyway, I think I'm not gonna update anything until my last day of exam - August 11. That's all.

Thursday, July 13, 2006

Forgetful Lucy

I watched "50 first dates" and I feel like I'm the forgetful Lucy . Where is my time??? where does my time go??? I feel like I've never done anything a day. I feel like I'm always waste my time but HOW???

I think I better write a diary hourly. I hope I will know where I do use my time. (Emmm... will it be another waste???)

Friday, July 07, 2006

3D Animation Tutorial for FREE!!!

The topic seem like I'm lucky but it's not. They accept only 30 ppl and it's all FULL!!!. Anyway, I'm gonna go there tomorrow, there is an exibition about 3D animation.

let say I wanna be an animator!!!

I want to know you!!!

Does the phrase "I want to know you" means "I wanna have sex with you"???

I got an email saying that "I want to know you" yesterday. Today the same address ask me if I have a partner already... I was like...if you wanna have sex, find somewhere else!!!

Wednesday, July 05, 2006

Online TV

โมเดิร์นไนน์ - http://modernine.mcot.net/tv9_256k.asx
ช่องห้า - mms://203.144.136.82/live?WMContentBitrate=512000
ช่องเนชั่น - http://www.hispeedworld.com/nation/nationchannel.asx

I will come back to this message when my computer is in organized

clicktoey@yahoo.com
clicktoey_fr@hotmail.com

www.comsoeasy.com

pun_narakkub@hotmail.com
ming9899@hotmail.com

Tuesday, July 04, 2006

เพื่อนสนิท

> เพื่อนสนิทของฉัน…..ไม่จำเป็นต้องเป็นเพศเดียวกันเสมอไป
เพียงแค่เป็นใคร ๆ ที่เปิดใจ…..พร้อมที่จะดูแลต้นไม้แห่งมิตรภาพ
ขณะที่ยอมรับว่าความสนิทสนมของเพื่อนต่างเพศกันนั้น…..ย่อมมีกฎบางอย่างที่เรา
ต้องเคารพ และมีข้อจำกัดบางอย่างที่ทำให้เราไม่สามารถสนิทสนมกันได้มากเท่ากับเพื่อนเพศเดียวกัน
> เพื่อนสนิทของฉัน…..ไม่จำเป็นต้องอยู่ตรงนั้นเสมอยามที่ฉันต้องการ…..
เพียงแค่อยู่ในความทรงจำ…..เอาไว้ให้นึกถึงมาเป็นกำลังใจในการก้าวต่อไป
> เพื่อนสนิทของฉัน…..ไม่จำเป็นต้องพบกันเป็นประจำ…..เพียงแค่ฉันมองจากภาพถ่าย…
แล้วความทรงจำต่างๆระหว่างเราก็จะทำให้ฉันมีความสุข…..ยิ้มหรือหัวเราะได้
> เพื่อนสนิทของฉัน…..ไม่จำเป็นต้องโทรคุยกันทุกวัน…..เพียงแค่เมื่อเวลาผ่านไปแสนนาน…..
เมื่อได้มีโอกาสโทรหากันอีกครั้ง…..เรายังสามารถมีเรื่องราวมาแบ่งปันแก่กันและกันได้เหมือนวันก่อน
> เพื่อนสนิทของฉัน…..ไม่จำเป็นต้องทานข้าวด้วยกันบ่อยๆ ….
เพียงแค่ในวันที่เราได้กลับมาทานข้าวด้วยกันอีกครั้ง…..แม้จะมีช่วงเวลาของความเงียบ…..
ในความเงียบงันนั้นก็จะเป็นเวลาที่เราซึมซับในตัวตนของกันและกัน…..
ตระหนักว่ากาลเวลาแม้จะทำให้สิ่งต่างๆ เปลี่ยนแปลงไป…..แต่มิตรภาพระหว่างเรายังคงอยู่
> เพื่อนสนิทของฉัน…..ไม่จำเป็นจะต้องหาโอกาสมาทำกิจกรรมต่างๆ
ร่วมกันทุกครั้งที่เรามีเวลาว่าง…..เพียงแค่ยามที่ต่างคนต่างทำกิจกรรมกับคนอื่นอยู่นั้น…..
ยังนึกถึงกันและกันบางหนที่กิจกรรมนั้น ๆ
เป็นกิจกรรมที่รู้ว่าเราคนใดคนหนึ่งชอบหรือมีความถนัดเป็นพิเศษ
> เพื่อนสนิทของฉัน…..ไม่จำเป็นต้องชอบสิ่งใด ๆ ก็ตามเหมือนกัน…..
เพียงแค่เมื่อถึงเวลาที่ต้องเลือกอย่างใดอย่างหนึ่ง…..
เราจะเลือกโดยใช้เหตุผลของความเป็นเพื่อน…..ทำให้สามารถพอใจกันทั้งสองฝ่าย
> เพื่อนสนิทของฉัน…..ไม่จำเป็นต้องเป็นคนสำคัญในกลุ่มคนหมู่มาก…..
เพียงแค่เป็นคนสำคัญ…..ในใจของฉัน
> เพื่อนสนิทของฉัน…..ไม่จำเป็นต้องมีฉันเป็นเพื่อนเพียงผู้เดียว…..
เพียงแค่อยากให้รู้ไว้ว่าฉันมั่นใจในความเป็นเพื่อนระหว่างเรามาก…..
มากจนไม่มีการระแวงหรือการน้อยใจใด ๆ …..
หากเพื่อนสนิทของฉันจะไปใช้เวลากับคนอื่นๆในชีวิต…..
มากกว่าที่ใช้เวลากับฉัน
> เพื่อนสนิทของฉัน…..ไม่จำเป็นจะต้องอยู่ใกล้กัน…..
เพียงแค่เมื่ออยู่ไกลกัน…..เรายังคงนึกถึงกันและกันในบางเวลา
> เพื่อนสนิทของฉัน…..ไม่จำเป็นจะต้องรู้เรื่องทุกอย่างของกันและกัน…..
เพียงแค่รู้เรื่องทุกอย่างที่เราตัดสินใจแล้วว่าจะนำมาแบ่งปันซึ่งกันและกัน….
แม้ว่าเรื่องนั้น…..จะเป็นแค่เสี้ยวหนึ่งในเรื่องราวชีวิตอันมากมายมหาศาลของเราก็ตาม
> เพื่อนสนิทของฉัน…..ไม่จำเป็นต้องทนนิสัยทั้งหมดของฉัน…..
เพียงแค่บอกฉันให้ปรับปรุงตัว…..และพร้อมที่จะรับฟังในสิ่งที่ฉันอธิบายหรือบอกให้ปรับปรุงตัวบ้าง
> เพื่อนสนิทของฉัน…..ไม่จำเป็นต้องเปลี่ยนแปลงตัวเองให้เหมือนใครๆ
ด้วยหวังว่าจะทำให้ตัวเองดูดีขึ้น…..เพียงแค่เป็นตัวของตัวเองอย่างที่เป็นเมื่อเราคบกันในตอนแรก…..ก็ดีที่สุดแล้ว
> เพื่อนสนิทของฉัน…..ไม่จำเป็นที่ฉันจะต้องเป็นเพื่อนสนิทของเขา…..
เพราะคนเราต้องมีบ้างที่คิดไม่เหมือนกัน…..
เพียงแค่อยากให้พวกเขารับรู้ในมิตรภาพที่ฉันมีให้…..
แม้ไม่มากพอที่จะมีค่าสำหรับเขา…..
แต่มันมีค่าเหลือเกินสำหรับตัวฉันที่เต็มใจจะมอบให้

ป.ล. คิดถึงว่ะ เพื่อนรัก

Phrases for living.

- I love you not for whom you are, but who I am when I’m by your side.
- No person deserves your tears, and who deserves them won’t make you cry.
- Just because someone doesn’t love you as you wish, it doesn’t mean you’re not loved with all his/her being.
- A true friend is the one who holds your hand and touches your heart.
- The worst way to miss someone is to be seated by his/her side and know you’ll never have him/her.
- Never stop smiling, not even when you’re sad, someone might fall in love with your smile.
- You may only be a person in this world, but for someone, you’re the world.
- Don’t spend time with someone who doesn’t care spending it with you.
- Maybe God wants you to meet many wrong people before you meet the right one, so when this happens, you’ll be thankfull.
- Don’t cry because it came to an end. Smile because it happened.
- There will always be people who’ll hurt you, so you need to continue trusting, just be carefull.
- Become a better person and be sure to know who you are before meeting someone new and hoping that person knows who you are.
- Don’t struggle so much, best things happen when not expected.

EVERYTHING THAT HAPPENS HAS A REASON BEHIND

Joke01

โทรเลขถึงแม่
"ขอเงินซื้อชุดใหม่ ชุดที่มีใส่เที่ยวกับแฟนครบหมดแล้ว" จากลูก
โทรเลขถึงลูก
"หาแฟนใหม่ ใส่ชุดเดิม" จากแม่
(เออ จริงด้วย..ฮิๆๆ)
================================
หมอแนะนำคนไข้นอนไม่หลับว่า "พอเอนหลังลงนอน ก็เริ่มนับไปเรื่อยๆ"
"เคยทำแล้วครับแต่ไม่ได้ผล คือว่าผมเป็นนักมวยเก่า
พอนับถึงเก้าก็สะดุ้งตื่นทุกที">
================================
"ขอนัดคุณหมอหน่อยครับ หมู่นี้ผมหน้ามืดบ่อยๆ
ไม่รู้มีปัญหาเรื่องความดันหรือเปล่า"
"วันศุกร์หน้าบ่ายสองนะคะ"
"นานยังงั้นเชียวหรือ ขอเป็นวันสองวันนี้ไม่ได้หรือ"
"ไม่ได้จริงๆค่ะ คิวแน่นมากเลยค่ะ ต่อให้มีคนยกเลิกนัด
อย่างมากก็เร็วขึ้นวันสองวันเองค่ะ"
"ง้านเลยเรอะ... เออ...
แล้วนี้ถ้าเกิดผมตายก่อนจะถึงวันนัดจะทำไงดีฮึ"
"กรุณาโทรมาแจ้งด้วยนะ คะ จะได้เลื่อนคิวคนข้างหลังมา
แทนคุณได้ค่ะ!!!"
"......"
(อย่างเอ๋อ ฮ่ะๆๆๆ)
===============================
ชายหนุ่มอ่านหนังสือพิมพ์ พบเรื่องของนักแสดงสาวสวย
แต่งงานกับนักกีฬาที่มีชื่อเสียงโด่งดังแต่ไอคิวต่ำเหลือหลาย
เขาจึงหันไปพูดกับภรรยาว่า “ทำไมผู้ชา ยโง่ๆ ถึงได้เมียสวยนะ"
“จะเพราะอะไรก็ช่างเถอะ แต่ขอบคุณนะที่ชม ” ภรรยากล่า! ว
===============================
“พ่อครับๆ ”ลูกชายตะโกนจากในสวน “รถถูกขโมย ” >“เห็นไหมว่าใครเอาไป”

“เห็นครับ ”
“จำหน้าได้ไหม ”
“จำไม่ได้ แต่ผมจดทะเบียนรถเราไว้แล้ว ”
===============================
“แม่คะ หนูตัดสินใจแล้วว่า! จะไม่แต่งงานกับจอห์น ”
“อ้าว ทำไมล่ะลูก ”แม่ถามด้วยความประหลาดใจ
“หนูเพิ่งรู้ว่าเขาไม่นับถือศาสนาอะไรเลยและไม่เชื่อว่า
มีนรกด้วย”
“ไม่ต้องห่วงหรอกลูก แต่งงานกับเขาเถอะ
เพราะอยู่กินกันไปเขาก็จะรู้เองว่านรกมีจริง ”
============================== =
คู่แต่งงานใหม่เพิ่งจะถูกส่งตัวเข้าห้องหอ
"น้องมีเรื่องจะสารภาพค่ะ" เจ้าสาวหมาดๆบอก
"น้อง เคยผ่านผู้ชายมาแล้ว"
"ไม่เป็นไรหรอกพี่เข้าใจ" เจ้าบ่าวหมาดๆปลอบ
"พี่ก็เคยผ่านผู้ชายมาแล้วเหมือนกัน..."

Good thought

ศาสตราจารย์ที่สอนวิชาปรัชญายืนอยู่หน้าชั้นพร้อมของหลายอย่างวางอยู่บนโต๊ะ
เมื่อชั้นเรียนเริ่มขึ้นท่านศ.(เรียกง่ายๆแล้วกันนะคะ)ก็ไม่พูดพล่ามทำเพลง

จัดแจงหยิบขวดโหลมายองเนสที่ว่างเปล่าขึ้นมาหนึ่งใบแล้วก็เอาลูกกอล์ฟหย่อนใส่ไปจนเต็ม จากนั้นก็ถามนักเรียนว่าขวดโหลเต็มหรือยัง

ทุกคนยอมรับว่าเต็มแล้ว
ท่านศ.ก็หยิบกล่องก้อนกรวดขึ้นมาแล้วเทใส่ลงไปในโหลพร้อมเขย่าเบาๆ ก้อนกรวดก็หล่นไปยังบริเวณช่องว่างระหว่างลูกกอล์ฟ
จากนั้นท่านศ.ก็ถามอีกครั้งว่าโหลเต็มแล้วยัง
พวกนักเรียนก็พยักหน้าเห็นด้วย

ท่านศ.หยิบกล่องใส่ทรายขึ้นมาแล้วเททรายลงไปในโหลใบนั้น
แน่นอนเมล็ดทรายเหล่านั้นก็ไปเติมช่องว่างเล็กๆ น้อยๆ ที่มีอยู่จนเต็ม
ท่านศ.จึงถามนักเรียนอีกครั้งว่าคราวนี้ล่ะขวดโหลเต็มแล้วหรือยัง
ทั้งชั้นเรียนตอบเป็นเสียงเดียวกันว่า "เต็มแล้ว"

ท่านศ.ของเราก็เอื้อมไปหยิบถ้วยกาแฟจากใต้โต๊ะมา 2 ถ้วย แล้วจัดแจงรินลงไปในขวด
ซึ่งแน่ละว่าน้ำกาแฟไหลไปตามช่องว่างระหว่างเมล็ดทรายจนเต็ม
พวกนักเรียนพากันส่งเสียงหัวเราะ

เมื่อเสียงหัวเราะค่อยเลือนหาย ท่านศ.ก็เอ่ยขึ้นว่า
"เอาละ...ครูขอให้พวกเธอนึกเสมอว่า ขวดโหลนี้เปรียบได้กับชีวิตของพวกเธอ
ลูกกอล์ฟเป็นเสมือนสิ่งที่สำคัญที่สุดอันได้แก่ พระเจ้า, ครอบครัว, ลูกๆ, สุขภาพของเธอ, เพื่อนๆ และสิ่งโปรด สิ่งที่เหลืออยู่อันจะทำให้ชีวิตเธอยังมีความหมายแม้ได้สูญเสียสิ่งอื่นๆไปทั้งหมด

ก้อนกรวดได้แก่สิ่งสำคัญอื่นๆ เช่น การงาน, บ้านพักอาศัย และ รถยนต์

ทรายหมายถึงสิ่งเล็กๆ น้อยๆ อื่นๆ"

"ถ้าเธอเติมโหลด้วยทรายก่อน ก็จะไม่เหลือที่ให้เติมก้อนกรวดหรือลูกกอล์ฟ ฉันใดฉันนั้น ชีวิตก็เช่นกัน
ถ้าเธอใช้เวลาและพลังงานทั้งหมดของเธอไปกับสิ่งเล็กๆ น้อยๆ
เธอก็จะไม่มีเวลาให้กับสิ่งที่สำคัญต่อตัวเธอ

จงใส่ใจกับสิ่งที่สำคัญยิ่งต่อความสุขของเธอ เล่นกับพวกลูกๆ
หาเวลาไปตรวจสุขภาพ พาแฟนไปกินอาหารนอกบ้าน เล่นกีฬาสุดโปรด

เวลาที่จะทำความสะอาดบ้านหรือซ่อมแซมสิ่งของยังมีอยู่เสมอ"
"ดูแลลูกกอล์ฟก่อนสิ่งใด, เอาใจใส่สิ่งที่สำคัญก่อน
จัดลำดับความสำคัญให้ได้ก่อน ที่เหลือเป็นเพียงเมล็ดทราย"

นักเรียนคนหนึ่งยกมือขึ้นแล้วถามว่ากาแฟหมายถึงอะไร ท่านศ.ยิ้มพราย
"ครูดีใจที่เธอถาม มันเพียงแต่แสดงให้เห็นว่า

ไม่ว่าชีวิตเธอจะดูแน่นเอียดเพียงใดก็ตาม...ยังมีที่ว่างพอเสมอสำหรับดื่มกาแฟกับเพื่อน"

Friend' definition

“ เพื่อน ” คุณรู้จักคำๆนี้มากแค่ไหนกัน - - - คุณจะตอบว่าอย่างไร
*เพื่อน....มีเยอะแยะ พึ่งไปเที่ยวด้วยกันมาเองสนุก เฮฮาตามประสา.....
*เพื่อน....ก็เจอกันแทบทุกวันแหละ ตอนไปโรงเรียน/ที่ทำงานไง
*เพื่อน....นี่ไง อยู่ข้างบ้านนี่ก็ใช่
*เพื่อน....แช็ตกันทุกวันแหละ หาง่ายออก
*เพื่อน....เมื่อกี้ก็เพิ่งรู้จักมาคนนึง
*เพื่อน....ก็เพื่อนทุกคนแหละที่รู้จักกัน
นั่นอาจจะคือเพื่อนสำหรับใครบางคน แต่เพื่อนสำหรับบางคนมีความหมายมากกว่านั้น เพื่อนแท้....เพื่อนที่จริงใจของเราสักคนมันหาได้ยากแค่ไหนใครรู้บ้าง แต่คงไม่หาได้ง่ายตามข้างทาง หรือเก็บตกได้ตามถังขยะหรอกนะ เพื่อนแท้ต้องใช้เวลาเก็บสะสมความรู้สึก...ความผูกพัน คงพอๆกับคนรักเลยล่ะหรืออาจจะมากกว่า
-บางคนอาจมีเพื่อนเยอะแยะมากมาย แต่ในบางเวลาที่ต้องการคนปลอบใจสักคน
กลับไม่มี.......
-ถึงจะโกรธ จะเกลียดกันไป...สักวันก็ต้องกลับมาคืนดีกันจนได้....ก็เราเป็นเพื่อนกันไงล่ะ
-เพื่อนมักมีความทรงจำดีๆด้วยกันเสมอ
-แล้วมีใครจะช่วยเหลือเรายามลำบากได้อย่างเพื่อนไหม???
-คนที่คอยปลอบเรา อยู่ข้างๆเรา......ยามเราอกหัก
-คนที่คอยด่าเรา....ขัดใจเรา(เตือนสติ) เวลาที่เราทำไม่ถูก
-เวลาเสียใจบางทีเราอาจมีคนร้องไห้เป็นเพื่อนก็ได้ (น้ำตาท่วมพอดี)
-เวลาดีใจก็มีคนดีใจด้วยกับความสำเร็จของเรา
-เวลาที่เหงา.....เพื่อนอาจมาหาในตอนนั้น
-แม้จะอยู่ห่างกันไปบ้าง แต่ความเป็นเพื่อนไม่เคยห่างไกลตามหรอกนะ
-คนที่เมื่อเรามีเรื่องไม่สบายใจ เราสามารถโทรหาได้ทุกเมื่อ
-คนที่พร้อมจะรับฟังเราทุกเรื่อง แม้จะไร้สาระแค่ไหนก็ตาม
-คนที่พร้อมจะให้เรายืมตังค์.....และยังไม่มีกำหนดคืน (ดีนะไม่ทวง)
-คนที่คอยช่วยเราทำงาน.....ไม่บ่นซักคำ (ก็มันทำไม่ทันจริงๆนี่นา)
อยากได้เพื่อนที่ดีพร้อมซักคน...เราต้องพิสูจน์ความจริงใจนานแค่ไหน เพื่อที่จะได้เพื่อนแท้ที่จริงใจ เพื่อนตาย ที่จะมีแต่ความหวังดีให้เราเสมอๆ ใครเจอแล้วก็คงโชคดีกว่าคนที่ยังไม่เจอนะ ขอเอาใจช่วยให้เจอเพื่อนแท้เร็วแต่....ถ้าอยากได้อะไรก็ควรให้สิ่งนั้นไปก่อนนะ อย่าหวังที่จะได้อยู่ฝ่ายเดียวมันไม่ดีหรอเอาเปรียบกันนี่นา!!!