regedit.exe
说到备份注册表,大家首先想到的肯定是用超级兔子之类的系统优化软件,实际上在XP系统中用系统自带的注册表编辑器(regedit.exe)这个程序就能备份注册表了。
它有以下几种常用用法:
1。备份
regedit /e filename [regpath] 将指定的注册表分支备份(如未指定regpath则对所有的分支进行备份)
如:
regedit /e backup.reg 将注册表的所有分支备份到当前路径下的backup.reg文件
regedit /e backup.reg HKEY_local_MACHINE/SYSTEM 将HKEY_LOCAL_MACHINE/SYSTEM分支导出到backup.reg文件(注意分支间分隔用“/ ”,而不是“/ ”)
2。还原
regedit [/s] filename 将指定文件导入注册表(加/s表示以安静模式导入,即不提示)
如:
regedit backup.reg 将backup.reg导入注册表
regedit /s backup.reg 以安静模式将backup.reg导入注册表
附:regedit 在DOS下的完整用法
Imports and exports registry files to and from the registry
REGEDIT [/L:system] [/R:user] filename1
REGEDIT [/L:system] [/R:user] /C filename2
REGEDIT [/L:system] [/R:user] /E filename3 [regpath1]
REGEDIT [/L:system] [/R:user] /D regpath2
/L:system Specifies the location of SYSTEM.DAT file.
/R:user Specifies the location of USER.DAT file.
filenamel Specifies the file(s) to import into the registry.
/C filename2 Specifies the file to creat the registry from..
/E filename3 Specifies the file to export the registry to.
regpath1 Specifies the starting registry key to export from(Defaults to exporting the entire registry).
/D regpath2 Specifies the registry key to delete.
相关阅读
apache 服务器的 Option Indexes,AllowOverride,Order
1、Option Index(禁止显示目录)禁止显示Apache目录列表-Indexes FollowSymLinks如何修改目录的配置以禁止显示 Apache 目录列表。缺
Windows系统下有强大的IDE工具VS,VC6.0等,隐藏了很多编译和链接的细节。事实上,VS是通过调用cl.exe进行源代码编译。接着调用link.ex
图1所示,电脑出现这样的画面。设备管理器无法进入,策略组(gpedit.msc)无法打开。 尝试方法1,结果:失败 尝试方法二,结果失败 解
出现这类问题,是因为用户 U 盘中了Autorun 病毒,且被用户无意间激活了才出现的情况,这种病毒就是如果你点开,它就会迅速扩散,导致所
最近在用 VS写一个 小Demo的时候,在自己的电脑的上运行的好好的,但是拿到 另一台电脑(Wes8操作系统)就运行不起来,报: 应用程序的并行