Please help with XPe Security Alert!

N

Nikolai Vorontsov

Hello all,

please help, give some ideas because I got stuck completely :-(

The IE in the XPe works differently as in XP:
I made simple html page like this

<html>
<body>
<a href="http://localhost/test/test.avi">test.avi</a>
</body>
</html>

when I open this page in IE in XP - I can playback movie and I can
_save_ it - right mouse click, Save Target As... etc.

When I do the same in XPe I always got a popup message box "Your current
security settings do not allow this file to be downloaded".

This box is shown over the "File Download" window in which I see:

Getting File Information:
test.avi from localhost
[ ]
Estimated time Left:
etc...


It happens when I open test.htm hosted by IIS, it also happens when I
open it locally. The filesystem is FAT32 - no rights supported.

What else can I check?
 
Z

Zirong Wang

; mysterious reserved setting, buggy set to 3 by IE thus preventing from
downloading file
HKCU,"Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\0","1807",0x00010001,0
HKCU,"Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\1","1807",0x00010001,0
HKCU,"Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\2","1807",0x00010001,0

P.S:
cost me 3 days for me find this, you can imagine the number of
tests and fails.

work around, work around. 3.5 years ago, it was the case for me,
now, unfortunately, I am reassigned to work again with XPe, and what
I discover?, no change, you still have to work around.
complains submitted 4 years ago, response, wait RTM
complains submitted 3 years ago, response, wait SP1
complains submitted 1.5 years ago, response, wait SP2
.....

Zirong
 
N

Nikolai Vorontsov

Hi Zirong Wang!

Thank you very veru much!! That works!
; mysterious reserved setting, buggy set to 3 by IE thus preventing from
downloading file
HKCU,"Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\0","1807",0x00010001,0
HKCU,"Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\1","1807",0x00010001,0
HKCU,"Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\2","1807",0x00010001,0

P.S:
cost me 3 days for me find this, you can imagine the number of
tests and fails.
I believe...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top