0

I want to replace the internet explorer error pages - mainly those with links to various repair and troubleshooting actions (such as res://ieframe.dll/dnserror.htm: "Internet Explorer cannot display the webpage")

I saw there's a way by editing the ieframe.dll.mui file - but i'm looking for a method that can be scripted

2
  • What version of IE?
    – uSlackr
    Commented Feb 28, 2012 at 22:34
  • should support all, or at least most recent versions Commented Feb 29, 2012 at 4:03

1 Answer 1

2

You can replace the references in the Registry HKLM\SOFTWARE\Microsoft\InternetExplorer\AboutURLS

with references like file://c:/data/my_error.htm

Registry entries can be modified via powershell or with cmd via the REG command

1
  • Thanks, but this coves anything but dnserror.htm Commented Feb 29, 2012 at 21:05

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .