- 恢复 Windows 系统注册表一法:
-
发布时间:2010-11-10 09:55:04
发布时间:2010-11-10 09:55:04
如果 Win95/98 启动或者运行时故障太多,以前又忘记了给运行正常时的系统注册表作备份;或者根本启动不了 Win95/98,该怎么办,其实我们可以使用 System.1st 恢复系统注册表。 细心的 Windows 用户应该知道,Windows98 在安装成功后会把第一次正常运行的 Win95/98 系统信息保存在启动盘(通常为 C 盘)根目录下的 System.1st 文件中,并且不会随 Win95/98 系统配置而改变。
下面介绍使用 System.1st 恢复系统注册表的操作步骤(假定 Win98 安装在 C:\Windows目录下):
在DOS环境下,执行如下系列命令:
Attrib -h -r -s C:\System.1st
Attrib -h -r -s C:\Windows\System.dat
Copy C:\System.1st C:\Windows\System.dat
Attrib +h +r +s C:\System.1st
注意:操作注册表应十分慎重!在操作前应做好备份!出问题后果自负。