Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


How to Restore Registry in Win95

Keywords:    

This is the code recommended by Microsoft for the purpose of restoring the registry to the condition it was in the last time Windows started. This is run from DOS. This code can be saved as a batch file for use if (when) the registry gets hosed on your machine.
     attrib -h -r -s system.dat

     attrib -h -r -s system.da0

     copy system.da0 system.dat

     

     attrib -h -r -s user.dat

     attrib -h -r -s user.da0

     copy user.da0 user.dat

Article ID:   W13719
Filename:   How to Restore Registry in Win95.txt