Jump to content

How to remove "Do you want to move or copy files from this zone?


oskingen

Recommended Posts

Hi, I got a problem that I don't know how to resolve it. Everytime i want to copy files using drag and drop from an other computer (macbook, win 2003 server...) through the network I got this message "do you want to move or copy files from this zone?" I search on google to find some solution but nothing doesn't work. Below the solution i tested but not working:

Open Control Panel -> Internet Options.

Open Security-tab; mark the zone "Local intranet", press the "Sites" button,

UN-tick "Automatically detect intranet network",THEN

tick "Include all local (intranet) sites not listed in other zones" and

tick "Include all network paths (UNCs)".

--------------------------------------------------------------------------------------

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4]

@=""

"180B"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4]

@=""

"180B"=dword:00000000

--------------------------------------------------------------------------------------

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

any help?

Edited by hannubys
Link to comment
Share on other sites

  • 1 month later...

You were close. I tried all the above as well, but the final piece was

Tools | Internet Options | Security | Local Intranet | Custom Level | Access data sources across domain = Enable

Not sure if this is the only step, or if the ones you mentioned prior are necessary as well.

Link to comment
Share on other sites

  • 3 months later...
  • 1 year later...
I get this in XP too. Is there a REGISTRY fix file for this? I have to apply this process after every install of XP SP3 and I'd like to automate it

For XP Check out the following in your registry. Note that Zone 1 refers to "Local Intranet" (http://support.microsoft.com/kb/182569)

Check in your registry here:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1]

"1406"=dword:00000000

"DisplayName"="Local intranet"

"Description"="This zone contains all Web sites that are on your organization's intranet."

... and here:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1]

"1406"=dword:00000000

"DisplayName"="Local intranet"

"Description"="This zone contains all Web sites that are on your organization's intranet."

I think XPSP3 adds DEFINITION of the valid sates for CrossDomainData (AKA Tools | Internet Options | Security | Local Intranet | Custom Level | Access data sources across domain) here at:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\MISC\CrossDomainData]

This just defines the states as ALLOW, DENY, QUERY. But it points to the ValueName="1406" as where to go to change the setting in the first two registry entires.

Also, [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\MISC\CrossDomainData] defines the valid corresponding data for the "1406" value. They are: "1406"=dword:00000000 is ALLOW, "1406"=dword:00000001 is QUERY, "1406"=dword:00000003 is DENY. We want to set "1406" to "1406"=dword:00000000 (ALLOW move or copy across local intranet) in both aforementioned keys.

Your registry patch to ALLOW CrossDomainData in YOUR local intranet might look something like this:

-------------------------

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1]

"1406"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1]

"1406"=dword:00000000

-------------------------

Another place to look is [HKCU\Software\Microsoft\CurrentVersion\Internet Settings\SO\MISC\DRAGDROP]

...and [HKLM\Software\Microsoft\CurrentVersion\Internet Settings\SO\MISC\DRAGDROP]

This tree points to value "1802" to ALLOW Drag & Drop across local intranet. Same reg patch methods apply.

Play with it. Give feedback.

The above worked for me in most cases. However, in the end, the only 100% effective solution was to add my local intranet private ip range to the "Trusted sites" list. I added "*://192.168.0.100-209/*". Now everything works - no more "Do you want to move or copy..." warning pop-ups.

The information appears at:

[HKEY_CURRENT_USER\Software\Microsoft\CurrentVersion\Internet Settings\ZoneMap\Ranges\Range1]

"*"=dword:00000002

":Range"="192.168.0.100-209"

... and:

[HKEY_USERS\S-1-5-21-507921405-1563985344-839522115-1003\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Ranges\Range1]

"*"=dword:00000002

":Range"="192.168.0.100-209"

Edited by coiley
Link to comment
Share on other sites

  • 2 weeks later...
The above worked for me in most cases. However, in the end, the only 100% effective solution was to add my local intranet private ip range to the "Trusted sites" list. I added "*://192.168.0.100-209/*". Now everything works - no more "Do you want to move or copy..." warning pop-ups.

The information appears at:

[HKEY_CURRENT_USER\Software\Microsoft\CurrentVersion\Internet Settings\ZoneMap\Ranges\Range1]

"*"=dword:00000002

":Range"="192.168.0.100-209"

... and:

[HKEY_USERS\S-1-5-21-507921405-1563985344-839522115-1003\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Ranges\Range1]

"*"=dword:00000002

":Range"="192.168.0.100-209"

For the sake of completeness, the first regpath is not correct, below the corrected one :

The information appears at:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Ranges\Range1]

The second path [HKEY_USERS\S-1-5-21-507921405-1563985344-839522115-1003 is not the same on every system. Also, there is no need to set this second key. It is set automatic when the first one is set.

Other than that, it works fine.

Cheers,

Escorpiom.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...