Jump to content

Looking for a REG tweak


Recommended Posts

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.

Link to comment
Share on other sites


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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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!

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...