检查和压缩注册表
10月 18th, 2007 | Author: syber | In Windows, 操作系统 |
Print This Post
| Permalink
Windows注册表会随着每个软件和系统改变而膨胀,这对大多数用户来说并不是个问题,但对那些常常安装软件更改系统的人来说却是个大问题。一个庞大的注册表会使系统运转速度下降,这也是为何一个用户要一次又一次地检查他的注册表和压缩它。
Windows已经有一个工具可以用来压缩注册表并可以恢复它。在Windows载入前可以恢复旧的注册表,可以使用启动盘或其他方法来进入DOS。
在之前你可以看一下它是否需要压缩注册表和恢复。你需要在Windows中的命令栏中使用下面的命令(每行结束按回车键):
pushd %windir%\system32\config
reg save HKLM\Software software.hiv
reg save HKLM\System system.hiv
dir software
dir software.hiv
dir system
dir system.hiv
比较software、software.hiv & system和system.hiv的尺寸,如果文件大于1MB的软件和系统中大于400Kb的文件就可以知道其不同和是否要恢复的文件。请注意你需要在DOS中操作。
reg restore HKLM\Software software.hiv
reg restore HKLM\System system.hiv
原文链接。
Related posts
I hope you enjoyed reading this post. You may now subscribe to my RSS Feed, scroll down to leave a comment or get back to the homepage.
Leave a Reply
