how do i run a program that requires internet explorer 4.01

Linda Chambers 0 Reputation points
2025-03-16T02:59:59.7533333+00:00

how do i run a program that requires internet explorer 4.01

Microsoft Edge Microsoft Edge development
{count} votes

2 answers

Sort by: Most helpful
  1. Marcin Policht 49,640 Reputation points MVP Volunteer Moderator
    2025-03-16T03:28:43.9433333+00:00

    It's not likely you will be able to, but you might want to try:

    https://learn.microsoft.com/en-us/archive/blogs/yongrhee/download-application-compatibility-toolkit-act-for-windows-10

    or

    https://support.microsoft.com/en-us/microsoft-edge/internet-explorer-mode-in-microsoft-edge-6604162f-e38a-48b2-acd2-682dbac6f0de


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

  2. Anonymous
    2025-03-17T02:31:31.55+00:00

    Hi @Linda Chambers,

    Please note that Internet Explorer has retired. If you need to run any application dependent on Internet Explorer, please turn to IE mode. You can refer to this doc to configure IE mode Compatibility for the sites you want. The steps are:

    Enable Internet Explorer integration using Group Policy

    Configure the Enterprise Mode Site List

    As to creating the Enterprise Mode Site List, you can refer to this doc. For example, to load the site in IE5 Compatibility mode, the example site list file should be:

    <site-list version="4">
       <site url="www.example.com">
         <compat-mode>IE5</compat-mode>
         <open-in>IE11</open-in>
       </site>
    </site-list>
    

    However, the oldest version supported seems to be IE5. You can have a try in IE5 if specifying IE4 in <compat-mode> does not work.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards,

    Shijie Li

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.