瀏覽單個文章
ZOE
Advance Member
 

加入日期: Dec 1999
文章: 472
Smile SCANREG組態設定教學

在98系統上有一簡單好用的
系統備份還原指令SCANREG相信很多人都知道
這邊就不再說明現在簡略的調整SCANREG.INI
來強化這個指令的功能
SCANREG.EXE-->C:\WINDOWS\COMMAND
SCANREG.INI-->C:\WINDOWS
以下是INI檔的內容
; Scanreg.ini for making system backups.
;
;Registry backup is skipped altogether if this is set to 0
Backup=1

;Registry automatic optimization is skipped if this is set to 0
Optimize=1

ScanregVersion=0.0001
MaxBackupCopies=5
(備份檔案數預設值是5最大值是99)
範例MaxBackupCopies=10

;Backup directory where the cabs are stored is
; <windir>\sysbckup by default. Value below overrides it.
; It must be a full path. ex. c:\tmp\backup
;
BackupDirectory=
(可指定備份資料夾路徑 預設是C:\WINDOWS\SYSBCKUP
檔案格式為CAB只要RAR2.8&ZIP8.0同時安裝
或者WinAce2.04及更新的版本就可以解開了)
範例BackupDirectory=D:\BACKUP

; Additional system files to backup into cab as follows:
; Filenames are separated by ','
; dir code can be:
; 10 : windir (ex. c:\windows)
; 11 : system dir (ex. c:\windows\system)
; 30 : boot dir (ex. c:\)
; 31 : boot host dir (ex. c:\)
;
;Files=[dir code,]file1,file2,file3
;Files=[dir code,]file1,file2,file3
(Files=指定備份的檔案及其路徑 路徑由代號取代請參照上面
預設備份檔win.ini,system.ini,user.dat,system.dat
只要是在代號路徑下的檔案皆可備份)
範例Files=30,io.sys,msdos.sys,command.com,autoexec.bat,config.sys
在使用上多備份幾個檔佔的硬碟空間也會比較大
但相對的在還原失敗時那個備份檔會被破壞無法再用
這時多備份的檔案就為我們多提供了幾次機會不是嗎
這只是個人小小的心得希望對大家有幫助
     
      
舊 2002-06-27, 07:31 AM #1
回應時引用此文章
ZOE離線中