Disable Windows Share Drag and Drop Confirmation caused by IE 7 on XP SP3


/ Published in: Windows Registry
Save to your folder(s)

Internet Explorer 7 under Windows XP Service Pack 3 has the Windows Registry "Reserved Value" 180D set that was not set before, which can cause a "Do you want to move or copy files from this zone?" prompt on moves or copies between Windows shares if they are incorrectly detected as being part of the Internet Zone. The registry solution in this snippet will disable this confirmation message.


References:

"Reserved value" 180D (Microsoft.com: Internet Explorer security zones registry entries for advanced users):

http://support.microsoft.com/kb/182569


Discussion of Windows Registry solution:

http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windowsxp.general&tid=6f434a2d-cb47-47c4-b73a-f85459d27c51&cat=en_US_91a15a1e-b269-4291-b6b4-dc2d504ce9ef&lang=en&cr=US&sloc=en-us&m=1&p=1


"Do you want to move or copy files from this zone?" Prompt Example:

http://www.howtogeek.com/wp-content/uploads/2008/07/image56.png


Copy this code and paste it in your HTML
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
  4. "180D"=dword:00000000

URL: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windowsxp.general&tid=6f434a2d-cb47-47c4-b73a-f85459d27c51&cat=en_US_91a15a1e-b269-4291-b6b4-dc2d504ce9ef&lang=en&cr=US&sloc=en-us&m=1&p=1

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.