scanreg
舞夕之 发表于 2020-06-28 18:04浏览次数:
Scanreg命令最初是由Microsoft在Windows 98中引入的。使用scanreg,您可以手动备份注册表,也可以允许Windows每天备份注册表(默认)。
The scanreg command was first introduced by Microsoft with Windows 98. Using scanreg, you can backup your registry manually or allow Windows to back up the registry daily (default).
目录:
1 scanreg 运行系统环境
2 scanreg 语法
3 scanreg 示例
scanreg 运行系统环境
scanreg 语法
Usage: SCANREG [/<option>]
<option>
?
|
显示用法
|
BACKUP
|
备份注册表和相关系统配置文件。
|
RESTORE
|
选择要还原的备份。
|
FIX
|
修复注册表。
|
COMMENT="<comment>"
|
在备份时将指定的注释添加到CAB文件。
|
Usage: SCANREG [/<option>]
<option>
?
|
Displays usage
|
BACKUP
|
Backup the registry and related system configuration files.
|
RESTORE
|
Choose a backup to restore.
|
FIX
|
Repair the registry.
|
COMMENT="<comment>"
|
Adds the specified comment to the CAB file while backing up.
|
scanreg 示例
scanreg
scanreg单独运行,检查注册表是否存在错误,然后根据要求备份注册表。
scanreg /restore
运行上述命令使您可以还原系统注册表的较早备份。 此命令必须从MS-DOS提示符而不是外壳程序运行。
scanreg
Run alone, scanreg checks the registry for errors and then back up the registry upon request.
scanreg /restore
Running the above command allows you to restore an earlier backup of your system registry. This command must run from an MS-DOS prompt and not a shell.