Internet Explorer Setup May Not Update System.1st File

Last reviewed: November 26, 1997
Article ID: Q174591
The information in this article applies to:
  • Microsoft Internet Explorer versions 4.0, 4.01 for Windows 95

SYMPTOMS

When you install Internet Explorer, the System.1st file in the root folder of the boot drive may not be updated.

CAUSE

This behavior can occur in either of the following situations:

  • The original System.1st file is not present during the installation of Internet Explorer.
  • Your computer is low on disk space. The creation of the new System.1st file is skipped to ensure the successful installation of Internet Explorer.

RESOLUTION

To resolve this issue, copy the System.dat file to the System.1st file. To do so, follow these steps:

  1. Click Start, point to programs, and then click MS-DOS Prompt.

  2. Change to the Windows folder by typing the following line and then pressing ENTER

          cd\<windir>
    

    where <windir> is the folder in which Windows is installed.

  3. Type the following lines, pressing ENTER after each line:

          attrib -s -h -r system.dat
          attrib -s -h -r c:\system.1st
          copy system.dat c:\system.1st
    

    NOTE: If you are prompted to overwrite a file, choose Yes.

  4. Type "exit" (without quotation marks), and then press ENTER.

  5. Shut down and restart your computer.

MORE INFORMATION

The System.1st file is not used in normal Windows usage. It is intended for use by support professionals as a known good registry file. There is no problem running Internet Explorer with an outdated System.1st file or no System.1st file.

To verify that the System.1st file was updated with Internet Explorer settings before using it to replace the registry, check the "Integrated Browser.ini" file. If the System.1st file was updated, it is listed in this file (usually the second entry).

If the Windows Desktop Update component is installed, the registry is backed up. The old desktop files are backed up to the "Integrated Browser.dat" file and the corresponding "Integrated Browser.ini" file is created. Additionally, the original System.1st file is also backed up and stored in the "Integrated Browser.dat" file. A command that copies the System.dat file to the System.1st file is added to the RunOnce key in the registry. The System.dat file is copied to the System.1st file the next time the computer is restarted or the RunOnce key is processed. The validity of the System.1st file is not checked.


Additional query words: 4.00
Keywords : kbenv kbsetup msiew95
Version : WINDOWS:4.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 26, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.