Internet Explorer Setup May Not Update System.1st File

ID: Q174591

The information in this article applies to:

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:

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

Last Reviewed: March 17, 1999