Some things about registry useful: blog garden [
http://www.cnblogs.com/charcs/]
1. Make 2000 and XP systems support 137G or more hard drives .reg
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE / SYSTEM / CURRENTCONTROLSET / SERVICES / ATAPI / parameters] "enablebiglba" = dword: 00000001
2, turn off the optical drive, the automatic operation feature of the hard disk .reg
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER / SOFTWARE / Microsoft / Windows / CurrentVersion / Policies / Explorer] "NodriveTypeAutorun" = HEX: BD, 00, 00, 00
3, open the optical drive, the automatic operation feature of the hard disk .reg
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER / SOFTWARE / Microsoft / Windows / CurrentVersion / Policies / Explorer] "NodriveTyPeautorun" = HEX: 95,00,00,00
4. Turn off the disk space. Agree
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER / SOFTWARE / Microsoft / Windows / CurrentVersion / Policies / Explorer] "NOLOWDISKSPACECHECKS" = dword: 00000001
5, open disk space insufficiency warning .reg
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER / SOFTWARE / Microsoft / Windows / CurrentVersion / Policies / Explorer] "NOLOWDISKSPACECHECKS" = dword: 00000000
6, turn off system file protection .reg
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER / SOFTWARE / Microsoft / Windows / CurrentVersion / Winlogon] "sfcdisable" = DWORD: ffffff9d
7, open system file protection .reg
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER / SOFTWARE / Microsoft / Windows / CurrentVersion / Winlogon] "sfcdisable" = dword: 00000000
8. Open here to open the command line window .reg
Windows Registry Editor Version 5.00; now add "Open the command line window here" in the right-click menu of the folder [HKEY_CLASS_ROOT / DIRECTORY / shell / cmd] @ = "Open the command line window here" [HKEY_CLASES_ROOT / DIRECTORY / Shell / cmd / command] @ = "cmd.exe / k /" cd% l / ""
9, turn off here to open the command line window .reg
Windows Registry Editor Version 5.00 [-HKEY_CLASSES_ROOT / DIRECTORY / shell / cmd] [-hKey_classes_root / drive / shell / cmd] 10, close the default sharing .reg
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services / LanmanServer / Parameters] "AutoShareWks" = dword: 00000000 [HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Control / Lsa] "restrictanonymous" = dword: 00000001
11, open the default sharing .reg
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Services / LanmanServer / Parameters] "AutoShareWks" = dword: 00000001 [HKEY_LOCAL_MACHINE / SYSTEM / CurrentControlSet / Control / Lsa] "restrictanonymous" = dword: 00000000
12, enable error report .reg
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Pchealth / ErrorReporting] "DOREPORT" = dword: 00000001
13. Disable the error report but notify me when serious errors occur .reg
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Pchealth / ErrorReporting] "DOREPORT" = dword: 00000000
14, restore extra DLL files .reg
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Explorer] "Alwaysunloaddll" = dword: 00000000
15, do not load excess DLL files. AG
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Explorer] "AlwaysunloadDll" = DWord: 00000001
16. To copy it to and move to the key .reg
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE / SOFTWARE / Classes / AllFilesystemObjects / shellex] [HKEY_LOCAL_MACHINE / SOFTWARE / Classes / AllFilesystemObjects / shellex / ContextMenuHandlers] [HKEY_LOCAL_MACHINE / SOFTWARE / Classes / AllFilesystemObjects / shellex / ContextMenuHandlers / Copy To] @ = "{C2FBB630 -2971-11D1-A18C-00C04FD75D13} "[HKEY_LOCAL_MACHINE / SOFTWARE / Classes / AllFilesystemObjects / shellex / ContextMenuHandlers / Move To] @ =" {C2FBB631-2971-11D1-A18C-00C04FD75D13} "[HKEY_LOCAL_MACHINE / SOFTWARE / Classes / AllFilesystemObjects / Shellex / ContextMenuHandlers / Send to] @ = "{7ba4c740-9e81-11cf-99d3-00aa004ae837}" 17, clear boot item .reg
Windows Registry Editor Version 5.00; Clear Boiler [-HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Run] [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Run]
18, add IE to the number of downloads to 10.Reg
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER / Software / Microsoft / Windows / CurrentVersion / Internet Settings] "MaxConnectionsPer1_0Server" = dword: 0000000a "MaxConnectionsPerServer" = dword: 0000000a
19, delete shortcut arrows .reg
Windows Registry Editor Version 5.00 [HKEY_CLASS_ROOT / LNKFILE] "Isshortcut" = -
20. Speed up the menu display speed .reg
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER / Control Panel / Desktop] "MenushowdeLay" = "0"
21, EXE association file repair .reg
Windows Registry Editor Version 5.00 [HKEY_CLASS_ROOT / EXEFILE / Shell / Open / Command] @ = "/"% 1 / "% *"
22. Remove the wallpaper, screen protection and start menu that you bring on the system. Bat
CLS @echo off echo. Echo Delete Wallpaper ... DEL "% systemroot% / blue lace 16.bmp" del "% systemroot% / coffee bean.bmp" DEL "% systemroot% / feathertexture.bmp" DEL "% systemroot% / Gone fishing.bmp "del"% systemroot% / greenstone.bmp "del"% systemroot% / prairie wind.bmp "del"% systemroot% / rhododndron.bmp "DEL"% systemroot% / river suida.bmp "DEL" % SystemRoot% / Santa Fe Stucco.bmp "DEL"% systemroot% / soap bubbles.bmp "del"% systemroot% / zapotec.bmp "del"% systemroot% / web / wallpaper / crystal.jpg "DEL"% systemRoot% /Wep/wallpaper/friend.jpg "DEL"% systemroot% / web / wallpaper / home.jpg "DEL"% systemroot% / web / wallpaper / moon flower.jpg "DEL"% systemroot% / web / wallpaper / peace. JPG "DEL"% systemroot% / web / wallpaper / power.jpg "DEL"% systemroot% / web / wallpaper / purple flower.jpg "DEL"% systemroot% / web / wallpaper / radiance.jpg "DEL"% systemRoot% /Web/wallpaper/ripple.jpg "DEL"% systemroot% / Web / Wallpaper / stonehenge.jpg "DEL"% systemroot% / web / wallpaper / vortec space.jpg "DEL"% systemroot% / web / wallpaper / ascent. JPG "DEL"% SystemRoot% / Web / Wal LPAPER / AUTUMN.JPG "DEL"% systemroot% / web / wallpaper / azul.jpg "DEL"% systemroot% / web / wallpaper / follow.jpg "DEL"% systemroot% / web / wallpaper / red moon desrt.jpg " Del "% systemroot% / web / wallpaper / tulips.jpg" DEL "% systemroot% / web / wallpaper / wind.jpg" echo. Echo deletes unused shortcut ... DEL "% systemDrive% / documents and settings / all UserS / "Start" menu / windows update.lnk "DEL"% systemDrive% / documents and settings / all users / "Start" menu / setup program access and default value .lnk "DEL"
% SystemDrive% / Documents and Settings / All Users / "Start" Menu / Windows Catalog.Lnk "Echo. Echo Delete Screen Protection ... DEL"% SystemRoot% / System32 / DLLCACHE / SCRNSAVE.SCR "DEL"% systemroot% / system32 / dllcache / ss3dfo.scr "DEL"% systemroot% / system32 / dllcache / ssbezier.scr "DEL"% systemroot% / system32 / dllcache / ssflwbox.scr "DEL"% systemroot% / system32 / dllcache / ssmarque.scr " DEL "% systemroot% / system32 / dllcache / ssmypics.scr" DEL "% systemroot% / system32 / dllcache / ssmyst.scr" DEL "% systemroot% / system32 / dllcache / sspipes.scr" DEL "% systemroot% / system32 / dllcache / ssstars.scr "DEL"% systemroot% / system32 / dllcache / sstext3d.scr "DEL"% systemroot% / system32 / scrnsave.scr "DEL"% systemroot% / system32 / ss3dfo.scr "DEL"% systemroot% / system32 / ssbezier.scr "DEL"% systemroot% / system32 / ssflwbox.scr "DEL"% systemroot% / system32 / ssmarque.scr "DEL"% systemroot% / system32 / ssmypics.scr "DEL"% systemroot% / system32 / SSMYST.SCR "DEL"% systemroot% / system32 / sspipes.scr "DEL"% systemroot% / system32 / ssstars.scr "DEL"% systemroot% / system32 / sstext3d.scr "will open disk sweep Description wait time is set to 2 seconds. BAT% systemroot% / system32 / chkntfs / t:
2 ------------------------------------------ Baidu search network branded other super immune .reg REGEDIT4 # 4522DBFE-14CD-4A59-AC2A-54BADFDD6D53 / 3721 network name 1 # B83FC273-3522-4CC6-92EC-75CC86678DA4 / 3721 network name 2 # 1B0E7716-898E-48CC-9690-4E338E8DE1D3 / 3721 Internet Assistant # 7CA83CF1-3AEA-42D0-A4E3-1594FC6E48B2 / 3721 Internet Assistant (New) # 4EDBBAEA-F509-49F6-94D1-ECEC4BE5B686 / 3721 Chinese Post # 8D898B17-976D-44c1-84E6-AF38842AC9EC / 3721 upgrade package # 9BBC1154-218D -453C-97F6-A06582224D81 / Baidu search tyrants # BC207F7D-3E63-4ACA-99B5-FB5F8428200C / Baidu search companion # 9A578C98-3C2F-4630-890B-FC04196EF420 / CNNIC generic domain # CF051549-EDE1-40F5-B440-BCD646CF2C25 / Netease Bubble # 15DDE989-CD45-4561-BF99-D22C0D5C2B74 / Sina Point Pass # 98FA5667-513F-4F15-8A15-C171477B8847 / Sina IE pass # 2D0C7226-74C4A2F90 / Sohu video player # 484FF54A-CC44- 467E-9C31-5B89FC753007 / Sohu toolbar # CE7C3CF0-4B15-11D1-ABED-709549C10000 / Sohu search tool # 8522F9B3-38C5-4aa4-AE40-7401F1BBC851 / Ahmm Dialers # D6862A22-1DD6-11D3-BB7C-444553540000 / Portal search tool # FC327B3F-377B-4CB7-8B61-27CD69816BC3 / Weathercast # 7eb2a76c-97ae-4cf3-9c6a-ea0f61f137e1 / sexx x dialing program # 3717df57-0396-463d -98B7-647C7DC6898A / SearchIt toolbar # 69A72A8A-84ED-4a75-8CE7-263DBEF3E5D3 / Alexa Toolbar 7 # 03C543A1-C090-418F-A1D0-FB96380D601D / Holistyc # 018B7EC3-EECA-11D3-8E71-0000E82C6C0D / XXXToolbar1 # EF86873F-04C2 -4a95-A373-5703C08EFC7B / XXXToolbar2 # E8EDB60C-951E-4130-93DC-FAF1AD25F8E7 / mtree Dialers 1 # FC87A650-207D-4392-A6A1-82ADBC56FA64 / mtree Dialers 2 # 4B106874-DD36-11D0-8B44-00A024DD9EFF /Adodb.Stream 2.5 # 00000566-0000-0010-8000-00AA006D2EA4 /Adodb.Stream 2.7 # 8135EF31-FE8C-4C6E-A18A-F59944C3A488 / Dudu accelerator # 36CB6B28-FC08-4373-8F54-1A02E3C15B7D / hide whale Court # 051299DE-2CFD-4EA8- A432-F0429B4E7A5D / SST search tyrants # 5FCEA0BA-123B-469a-A27B-8EFF96FEA71D / love Simei Chinese Post [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {4522DBFE-14CD-4A59-AC2A-54BADF
DD6D53}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {B83FC273-3522-4CC6-92EC-75CC86678DA4}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {1B0E7716-898E-48CC-9690-4E338E8DE1D3}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {7CA83CF1-3AEA-42D0-A4E3-1594FC6E48B2 }] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {4EDBBAEA-F509-49F6-94D1-ECEC4BE5B686}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {8D898B17-976D-44c1-84E6-AF38842AC9EC}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX / {9BBC1154-218D-453C-97F6-A06582224D81} Compatibility ] "Compatibility Flags" = DWORD: 00000400 [HKEY _LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {BC207F7D-3E63-4ACA-99B5-FB5F8428200C}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {9A578C98-3C2F- 4630-890B-FC04196EF420}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {CF051549-EDE1-40F5-B440-BCD646CF2C25}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / Software / Microsoft / Internet Explorer / ActiveX Compatibility / {15DDE989-CD45-4561-BF99-D22C0D5C2B74}] "Compatibility Flags" = DWORD:
00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {98FA5667-513F-4F15-8A15-C171477B8847}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {2D0C7226- 747E-11D6-83F0-00E04C4A2F90}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {484FF54A-CC44-467E-9C31-5B89FC753007}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {CE7C3CF0-4B15-11D1-ABED-709549C10000}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {8522F9B3-38C5 -4aa4-AE40-7401F1BBC851}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {D6862A22-1DD6-11D3-BB7C-444553540000}] "Compatibility Flags" = dword: 00000400 [ HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / INTE rnet Explorer / ActiveX Compatibility / {FC327B3F-377B-4CB7-8B61-27CD69816BC3}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {7EB2A76C-97AE-4cf3-9C6A-EA0F61F137E1} ] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {3717DF57-0396-463d-98B7-647C7DC6898A}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {69A72A8A-84ED-4A75-8CE7-263DBEF3E5D3}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / IN
ternet Explorer / ActiveX Compatibility / {03C543A1-C090-418F-A1D0-FB96380D601D}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {018B7EC3-EECA-11D3-8E71-0000E82C6C0D} ] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {EF86873F-04C2-4a95-A373-5703C08EFC7B}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {E8EDB60C-951E-4130-93DC-FAF1AD25F8E7}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {FC87A650-207D-4392-A6A1-82ADBC56FA64}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {4B106874-DD36-11D0-8B44-00A024DD9EFF}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {00000566-000 0-0010-8000-00AA006D2EA4}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {8135EF31-FE8C-4C6E-A18A-F59944C3A488}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {36CB6B28-FC08-4373-8F54-1A02E3C15B7D}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {051299DE-2CFD -4EA8-A432-F0429B4E7A5D}] "Compatibility Flags" = dword: 00000400 [HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Internet Explorer / ActiveX Compatibility / {5fcea0ba-1