;
; Scanreg.ini for making system backups.
;
;Registry backup is skipped altogether if this is set to 0
Backup=1 //此项值可为0或1,默认为1;为1会在每天首次启动时运行Scanreg,为0时则不运行。
;Registry automatic optimization is skipped if this is set to 0
Optimize=1 //此项值可为0或者1,默认为1;为1会在每次运行scanreg时,自动从system.dat及user.dat中清除浪费空间,为注册表减肥。为0则不清除,建议设为1。
;Backup directory where the cabs are stored is
; \sysbckup by default. Value below overrides it.
; It must be a full path. ex. c:\tmp\backup
;
BackupDirectory= //“BackupDirectory”用来设置备份文件的保存路径,什么也不填表示默认备份路径为C:\Windows\sysbckup文件夹
; Additional system files to backup into cab as follows:
; Filenames are separated by ’,’
; dir code can be:
; 10 : windir (ex. c:\windows) //10、11、30、31为目录代码,10代表Windows安装目录
; 11 : system dir (ex. c:\windows\system) //11代表系统目录
; 30 : boot dir (ex. c:\) //30代表启动盘所在根目录
; 31 : boot host dir (ex. c:\) //31代表Windows所在盘的根目录
;
;Files=[dir code,]file1,file2,file3
;Files=[dir code,]file1,file2,file3