Windows 95 Err Msg: Registry File Was Not Found

Last reviewed: January 16, 1998
Article ID: Q116250
The information in this article applies to:
  • Microsoft Windows 95

SYMPTOMS

When you try to load Windows 95, you may recieve the following error message:

   Registry File was not found. Registry services may be inoperative for
   this session.

After the error message appears, you may be returned to an MS-DOS command prompt.

CAUSE

This behavior can occur if the registry file (SYSTEM.DAT) is missing from the Windows 95 directory or if it is corrupted. The error can also occur if the [Paths] section is missing from the MSDOS.SYS file.

RESOLUTION

  • Add the [Paths] section to the MSDOS.SYS file. For additional information, please see the following article in the Microsoft Knowledge Base:

          Article-ID: Q118579
    
          Title     : Contents of the Msdos.sys File
    
       -or-
    
    
  • Check your system for an existing SYSTEM.DAT file using the following steps:

    1. In the Windows 95 directory, type the following command to see if

          SYSTEM.DAT is present:
    

             attrib system.dat
    
       2. If the SYSTEM.DAT file exists, proceed with steps 3 and 4; otherwise,
          skip to step 5.
    
       3. Use the MS-DOS ATTRIB command to remove the Read-Only, System, and
          Hidden attributes of the SYSTEM.DAT file:
    
             attrib system.dat -r -s -h
    
       4. Rename the SYSTEM.DAT file to SYSTEM.BAD with the following command:
    
             rename system.dat system.bad
    
       5. Reboot your computer. During the boot process, if Windows 95 cannot
          find the Registry file, it uses SYSTEM.DA0. If this file works well,
          it is renamed to SYSTEM.DAT.
    
       -or-
    
    
  • If the above steps fails, rerun Windows 95 Setup to re-create the SYSTEM.DAT file from the original disks.


Additional query words: 95 err msg register
Keywords : win95 kberrmsg


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: January 16, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.