home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo SystemConfig is now restoring your system registry files
- c:
- cd c:\windows
- echo . . . Changing File Attributes
- attrib -h -r -s system.dat
- attrib -h -r -s user.dat
- echo . . . Replacing Files
- copy user.d__ user.dat
- copy system.d__ system.dat
- attrib -h -r -s system.d__
- attrib -h -r -s user.d__
- del system.d__
- del user.d__
- echo SystemConfig will now restart your system
- pause
- exit
-
-
-
-
-
-
-