在XP SP3上禁用由IE 7引起的Windows共享拖放确认

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在XP SP3上禁用由IE 7引起的Windows共享拖放确认相关的知识,希望对你有一定的参考价值。

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
  1. Windows Registry Editor Version 5.00
  2.  
  3. [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settingsones3]
  4. "180D"=dword:00000000

以上是关于在XP SP3上禁用由IE 7引起的Windows共享拖放确认的主要内容,如果未能解决你的问题,请参考以下文章