-------- Original-Nachricht --------
Try:
Run gpedit.msc
Navigate to User Configuration -> Administrative Templates ->
Windows Components -> Attachment Manager
Double click "Do not preserve zone information in file attachments"
Set it to Enabled
Bernd
Description of the Attachment Manager
http://support.microsoft.com/kb/883260/en-us
The Attachment Manager classifies files that you receive or that you
download based on the file type and the file name extension. Attachment
Manager classifies files types as high risk, medium risk, and low risk.
When you save files to your hard disk from a program that uses the
Attachment Manager, the Web content zone information for the file is
also saved with the file. For example, if you save a compressed file
(.zip) that is attached to an e-mail message to your hard disk, the Web
content zone information is also saved when you save the compressed file.
When you try to extract the contents from the compressed file, or if you
try to run a file, you cannot. The Web content zone information is saved
together with the files only if the hard disk uses the NTFS file system.
You can open a blocked file from a known source if you want to.
(1) Unblocking a file:
1. Right-click the blocked file, and then click Properties.
2. In the General tab, click Unblock.
(2) Removing the blocking data:
Move the file to a non NTFS drive (FAT, Linux, CD/DVD, USB). The
blocking data will be lost on copy because it's only used by the
NTFS file system. Just move it then move it back.
(3) Disable the security warning when opening files:
1. Copy below and paste into Notepad.
----------copy inside only----------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
"CheckExeSignatures"="no"
"RunInvalidSignatures"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments]
"SaveZoneInformation"=dword:00000001
----------copy inside only----------
2. Save-as IE_Unblock.reg (or any name + .reg)
3. Double-click or right-click and merge into the registry.
(4) Add the site to Internet Explorer's 'Trusted Zone'.
(5) Using Group Policy:
Open the 'Group Policy Editor' and go to 'User Configuration-->
Administrative Templates-->Windows Components-->Attachment Manager'
and set the option, "Inclusion list for moderate file types" to
"Enabled" and add the file extensions not to block.
(6) Mark of the Web (MOTW)
Local Machine Lockdown and Cross Domain Protection prohibits objects
from being opened in the browser from direct links to the objects unless
Local Machine Lockdown is enabled on the machine.
Using the MOTW will remove the warning about Active Content running in HTML
files on the local machine, but Local Machine Lockdown must be enabled at
the same time in order for links to work.
1. Use MOTW in all HTML files.
<!doctype>
<!-- saved from url=(0014)about:internet -->
<HTML>
2. Ensure Local Machine Lockdown is enabled.
'Tools-->Internet Options-->Advanced-->Security'
Uncheck "Allow active content to run in files on My Computer".
ju.c
"doncee" <nopsam...@nospamswbell.wanted> wrote in message news:Xns9CC07B891ED32n...@216.196.97.131...
> ttachments] "SaveZoneInformation"=dword:00000001
Thanks for all the great info in your reply. The issue has been
resolved . Thanks again
dc
Which method did you use?
ju.c
> Thanks for all the great info in your reply. The issue has been
> resolved . Thanks again
> dc
"doncee" <nopsam...@nospamswbell.wanted> wrote in message news:Xns9CC346E89F688n...@216.196.97.131...
"ju.c" <bibidybu...@mailinator.com> wrote in
news:uGMVHnq...@TK2MSFTNGP04.phx.gbl: