April 27, 200818 yr 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.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 Thank you.
April 27, 200818 yr You could try this:TryThis.cmd@Echo off&Setlocal enableextensionsSet "_K=HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings"REG ADD "%_K%\ZoneMap" /v AutoDetect /t REG_DWORD /d 0 /f>NulREG ADD "%_K%\Zones\1" /v Flags /t REG_DWORD /d 219 /f>NulSince I cannot be sure that the flags setting is universal you'll have to try it and see for yourself.
April 27, 200818 yr Author You could try this:TryThis.cmd@Echo off&Setlocal enableextensionsSet "_K=HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings"REG ADD "%_K%\ZoneMap" /v AutoDetect /t REG_DWORD /d 0 /f>NulREG ADD "%_K%\Zones\1" /v Flags /t REG_DWORD /d 219 /f>NulSince 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 youEDIT : I've forgotten to mention it occurs with a drag and drop only. Edited April 28, 200818 yr by Yzöwl quoted text updated
April 28, 200818 yr Author Despite the new values, applied and checked in regedit, those message still appear ...
April 28, 200818 yr Change the REG_DWORD Value to 211, then check in Control Panel => Internet Options => Security => Local Intranet => Sites, it should hopefully look like this!See if that helps you!
Create an account or sign in to comment