Reg Fix These have been retrieved from posts to the various newgroups over the past several months. I have used all of them and have found that they did not create any problems for me. However it is always prudent to make a backup of your registry before making any changes. I've simply included the code for the reg fixes here. You can create them yourself, therefore eliminating the need for downloading. Another advantage to this is that you will be able to see exactly what is being merged into your registry. Or if you wish you can download the file and double click to merge to your registry. To create a mergeable .reg file follow these simple instructions 1) Create a new file on your Desktop with Notepad 2) Copy the information with CTRL+C from the reg file on this page starting with the line that reads REGEDIT4. 3) Paste the information into the Notepad file 4) You must hit the Enter Key to place a carriage return at the end 5) Then save it with a descriptive name and the extension .reg 6) Double click to merge it into your registry. That's it. ///////////////// Menusort.reg this fix will restore the alphabetical sort order to the Start and Programs Menus. Copy and paste the text then press the Enter Key to put a carriage return at the end before saving the file with a .reg extension REGEDIT4 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Men uOrder\Start Menu\&Programs\Menu] "Order"=hex: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Men uOrder\Start Menu\Menu] "Order"=hex: ////////////////////////////// Send to Desktop Fix.reg this will fix a problem that the Windows 95 SendToX Powertoy has with Windows 98. Copy and paste the text then press the Enter Key to put a carriage return at the end before saving the file with a .reg extension REGEDIT4 [HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{9E56BE61-C50F-11CF-9A2C- 00A0C90A90CE}] "NeverShowExt"="" [HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{9E56BE61-C50F-11CF-9A2C- 00A0C90A90CE}\InProcServer32] @="C:\\WINDOWS\\SYSTEM\\SENDMAIL.DLL" "ThreadingModel"="Apartment" [HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{9E56BE61-C50F-11CF-9A2C- 00A0C90A90CE}\DefaultIcon] @="C:\\WINDOWS\\explorer.exe,3" [HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{9E56BE61-C50F-11CF-9A2C- 00A0C90A90CE}\shellex] [HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{9E56BE61-C50F-11CF-9A2C- 00A0C90A90CE}\shellex\DropHandler] @="{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}" //////////////////////////////////// MaxIconsBig.reg this will set your max cached icons to 4096. It corrects a problem with icons changing on the Desktop and Quick Launch Toolbar. Copy and paste the text then press the Enter Key to put a carriage return at the end before saving the file with a .reg extension REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer] "Max Cached Icons"="4096" //////////////////////// FixLink.reg this was sent to me by Mag7Mike. If you have accidentally associated .LNK files with a program, and they no longer are linked to their designated files, merge this .REG file to restore things back to working order. mag7mike@hotmail.com. Copy and paste the text then press the Enter Key to put a carriage return at the end before saving the file with a .reg extension REGEDIT4 [HKEY_CLASSES_ROOT\.lnk] @="lnkfile" [HKEY_CLASSES_ROOT\.lnk\ShellNew] "Command"="RunDLL32 AppWiz.Cpl,NewLinkHere %2" [HKEY_CLASSES_ROOT\.lnk\ShellEx] [HKEY_CLASSES_ROOT\.lnk\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}] @="{500202A0-731E-11d0-B829-00C04FD706EC}" [HKEY_CLASSES_ROOT\lnkfile] @="Shortcut" "EditFlags"=dword:00000001 "IsShortcut"="" "NeverShowExt"="" [HKEY_CLASSES_ROOT\lnkfile\CLSID] @="{00021401-0000-0000-C000-000000000046}" [HKEY_CLASSES_ROOT\lnkfile\shellex] [HKEY_CLASSES_ROOT\lnkfile\shellex\IconHandler] @="{00021401-0000-0000-C000-000000000046}" [HKEY_CLASSES_ROOT\lnkfile\shellex\DropHandler] @="{00021401-0000-0000-C000-000000000046}" [HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers] [HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\{00021401-0000-000 0-C000-000000000046}] @="" [HKEY_CLASSES_ROOT\CLSID\{00021401-0000-0000-C000-000000000046}\Prog ID] @="lnkfile" ///////////////////