clide96 0 Posted January 23, 2007 I could use some help with a unique problem, I purchased a u3 usb flash driver .At work I placed shs documents on drive to view at home. Flash drive operates fine , but I cannot open shs(scrap) documents. I recieve following error message: Problem with Scrap document shortcut Unable to open F:\Docume~1\Newfol~1\Scrap.SHS class not registered. I have tried going to folder options /file types , SHS file type is listed as useable. I am using p4 system windows xp. Every thing works fine on my sons system ,windows me os I could use some help. Share this post Link to post
Wilhelmus 1 Posted January 23, 2007 Save following lines to shellscrap.reg file. Then double click it to merge the contents to registry. Code: Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\ShellScrap]@="Scrap object""NeverShowExt"="""FriendlyTypeName"=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,73,00,68,00,73,00,63,00,72,00,61,00,70,00,2e,00,64,00,6c,00,6c,\ 00,2c,00,2d,00,32,00,35,00,38,00,00,00[HKEY_CLASSES_ROOT\ShellScrap\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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\ 73,00,63,00,72,00,61,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,30,\ 00,30,00,00,00[HKEY_CLASSES_ROOT\ShellScrap\shell][HKEY_CLASSES_ROOT\ShellScrap\shell\open][HKEY_CLASSES_ROOT\ShellScrap\shell\open\command]@=hex(2):72,00,75,00,6e,00,64,00,6c,00,6c,00,33,00,32,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,68,00,73,00,63,00,72,00,61,\ 00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,4f,00,70,00,65,00,6e,00,53,00,63,00,\ 72,00,61,00,70,00,5f,00,52,00,75,00,6e,00,44,00,4c,00,4c,00,20,00,25,00,31,\ 00,00,00[HKEY_CLASSES_ROOT\ShellScrap\shellex][HKEY_CLASSES_ROOT\ShellScrap\shellex\DataHandler]@="{56117100-C0CD-101B-81E2-00AA004AE837}"[HKEY_CLASSES_ROOT\CLSID\{56117100-C0CD-101B-81E2-00AA004AE837}]@="Shell Scrap DataHandler"[HKEY_CLASSES_ROOT\CLSID\{56117100-C0CD-101B-81E2-00AA004AE837}\InProcServer32]@="shscrap.dll""ThreadingModel"="Apartment"[HKEY_CLASSES_ROOT\DocShortcut]@="Shortcut into a document""IsShortcut"="""NeverShowExt"=""[HKEY_CLASSES_ROOT\DocShortcut\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,\ 73,00,63,00,72,00,61,00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,30,\ 00,30,00,00,00[HKEY_CLASSES_ROOT\DocShortcut\shell][HKEY_CLASSES_ROOT\DocShortcut\shell\open][HKEY_CLASSES_ROOT\DocShortcut\shell\open\command]@=hex(2):72,00,75,00,6e,00,64,00,6c,00,6c,00,33,00,32,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,53,00,79,00,\ 73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,73,00,63,00,72,00,61,\ 00,70,00,2e,00,64,00,6c,00,6c,00,2c,00,4f,00,70,00,65,00,6e,00,53,00,63,00,\ 72,00,61,00,70,00,5f,00,52,00,75,00,6e,00,44,00,4c,00,4c,00,20,00,2f,00,72,\ 00,20,00,2f,00,78,00,20,00,25,00,31,00,00,00[HKEY_CLASSES_ROOT\DocShortcut\shellex][HKEY_CLASSES_ROOT\DocShortcut\shellex\DataHandler]@="{56117100-C0CD-101B-81E2-00AA004AE837}" Share this post Link to post