REGEDIT4 ; *********************************************************************************** ; Name: sendtox.reg ; ; Purpose: Repair the Windows 98 Send To Desktop Powertoy after installing the ; Send To Extensions Powertoy. ; ; Instructions: If Windows is not installed in the default C:\WINDOWS folder, amend ; relevant entries. Note the use of double-slashes in folder names. ; ; After merging this REG, carry out the following steps to remove the ; Send To... Mail Recipient CMC Powertoy: ; ; a) Open Control Panel. ; b) Double-click Add/Remove Programs. ; c) Double-click Send To Extensions Powertoy. ; d) Clear the checkmark against Send To... Mail Recipient CMC. ; e) Click OK. ; f) Click OK. ; ; *********************************************************************************** [HKEY_CLASSES_ROOT\.DeskLink] @="CLSID\\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}" ; Unchanged [HKEY_CLASSES_ROOT\CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}] @="Desktop (create shortcut)" ; Was @="Send To Mail Recipient CMC PowerToy". "NeverShowExt"="" ; Unchanged [HKEY_CLASSES_ROOT\CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\DefaultIcon] @="C:\\WINDOWS\\explorer.exe,-103" ; Was @="C:\\WINDOWS\\SYSTEM\\SHELLEXT\\SENDTOX.DLL,-96" [HKEY_CLASSES_ROOT\CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\InProcServer32] @="C:\\WINDOWS\\SYSTEM\\SENDMAIL.DLL" ; Was @="C:\\WINDOWS\\SYSTEM\\SHELLEXT\\SENDTOX.DLL" "ThreadingModel"="Apartment" ; Unchanged [HKEY_CLASSES_ROOT\CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\shellex] [HKEY_CLASSES_ROOT\CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\shellex\DropHandler] @="{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}" ; Unchanged