Jump to content

Recommended Posts

Posted

Hello all,

Since i built a new unattended install with SP3 and IE7 slipstreamed, i get a confirmation message when i'm trying to copy a file from a network shared drive to the local disk.

capture.jpg

Translation : Do you want to move or copy these files from this zone ?

I guess it has a link with [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones]

But i can't find which key is concerned :wacko:

Thank you.


Posted

You could try this:

TryThis.cmd

@Echo off&Setlocal enableextensions
Set "_K=HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings"
REG ADD "%_K%\ZoneMap" /v AutoDetect /t REG_DWORD /d 0 /f>Nul
REG ADD "%_K%\Zones\1" /v Flags /t REG_DWORD /d 219 /f>Nul

Since I cannot be sure that the flags setting is universal you'll have to try it and see for yourself.

Posted (edited)
You could try this:

TryThis.cmd

@Echo off&Setlocal enableextensions
Set "_K=HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings"
REG ADD "%_K%\ZoneMap" /v AutoDetect /t REG_DWORD /d 0 /f>Nul
REG ADD "%_K%\Zones\1" /v Flags /t REG_DWORD /d 219 /f>Nul

Since I cannot be sure that the flags setting is universal you'll have to try it and see for yourself.

No it doesn't work.

What do you mean by "Universal" ?

What should i check exactly ?

Thank you

EDIT : I've forgotten to mention it occurs with a drag and drop only.

Edited by Yzöwl
quoted text updated
Posted

Change the REG_DWORD Value to 211, then check in Control Panel => Internet Options => Security => Local Intranet => Sites, it should hopefully look like this!

WindowCapture.jpg

See if that helps you!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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