strange cut paste issue

this is what happens when I try and cut and paste a folder. any folder and I notice if I keep the window where the file I am trying to cut and paste is located it doesn't pop it only happens when I close the window and then try and paste the fi...




Topic Options
#177406 - 03/25/07 01:54 AM strange cut paste issue
Ireanna Offline
stranger

Registered: 03/25/07
Posts: 1
this is what happens when I try and cut and paste a folder. any folder and I notice if I keep the window where the file I am trying to cut and paste is located it doesn't pop it only happens when I close the window and then try and paste the file

Top
Advertisement
#177410 - 03/25/07 11:39 AM Re: strange cut paste issue
Wilhelmus Offline
old hand

Registered: 12/21/04
Posts: 1023
Loc: Finland / Suomi
Try this.

Copy following lines to Notepad.
Save the file as shellscrap.reg.
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}"


[HKEY_CLASSES_ROOT\CLSID\{56117100-C0CD-101B-81E2-00AA004AE837}]
@="Shell Scrap"

[HKEY_CLASSES_ROOT\CLSID\{56117100-C0CD-101B-81E2-00AA004AE837}\InProcServer32]
@="shscrap.dll"
"ThreadingModel"="Apartment"
_________________________
For the "16 Bit MS-DOS Subsystem" error:
Try copying autoexec.nt & config.nt files from C:\Windows\Repair to C:\Windows\System32.
___
Spybot - Search and Destroy.
Ad-Aware.
McAfee Stinger.
HijackThis.
Analyze HijackThis' logs.

Top


Forums
Windows Support Forums
Everything New Technology
Legacy OS
Hardware
Software
Games
Networking
Customization & Tweaking
Security

Linux Support Forums
Everything Linux
Linux Hardware
Linux Software
Linux Games
Linux Networking
Linux Customization & Tweaking
Linux Security

Apple Support Forums
Everything Apple
Recent Topics
Generic USB Key Not Recognized
by njclay2004
Yesterday at 08:44 AM
Parallel Port Driver
by Dan78
Yesterday at 12:02 AM
advanced bios help
by ezritches
11/20/08 03:37 AM
Changing from FAT32 to NTFS
by csimp10
11/19/08 05:18 PM
Explorer.exe crashes on Win XP PRO SP3 suddenly
by migisukhoi
11/18/08 10:55 PM
Who's Online
1 Registered (cyberpead), 289 Guests and 11 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
89430 Members
24 Forums
42644 Topics
172405 Posts

Max Online: 1079 @ 03/12/08 01:36 PM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22