home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-04-17 | 2.0 KB | 95 lines |
- ; This ini file defines file & folder types to be excluded
- ; by the SafeClean Utilities Disk Scanner Engine.
- ; All files and folder that matches the rules below will be
- ; excluded by the scanner.
- ;
- ; Rules in this ini file is mostly for compatiblity issues.
- ; If you just want to exclude some folders, you can do it in
- ; Options -> Exclude Folders
- ;
- ; Please be careful when editing this file manually.
- ;
- ;
- [Common]
- LastEditedTime = 2000-03-28 18:10
- Title = File Exclusion
- NrOfRules = 6
-
- [DiskCleanRule1]
- RuleName = RuiXing AntiVirus Patch
- RuleDescription =
- ScanByDefault = 1
- SafeToClean = 1
- FolderPath = *
- FolderNameInclude = *
- FolderNameExclude =
- FileNameInclude = rcveak*.cp$
- FileNameExclude =
- FileDaysOld = -1
- FileSizeCheck = -1
-
- [DiskCleanRule2]
- RuleName = HP Colorado Backup fix
- RuleDescription =
- ScanByDefault = 1
- SafeToClean = 1
- FolderPath = *
- FolderNameInclude = Hewlett-Packard|Colorado*|*Backup|Seagate*
- FolderNameExclude =
- FileNameInclude = *.~xe
- FileNameExclude =
- FileDaysOld = -1
- FileSizeCheck = -1
-
- [DiskCleanRule3]
- RuleName = ZIP magic (Don't scan inside ZIP files -> Too slow)
- RuleDescription =
- ScanByDefault = 1
- SafeToClean = 1
- FolderPath = *
- FolderNameInclude = *.zip
- FolderNameExclude =
- FileNameInclude = *.*
- FileNameExclude =
- FileDaysOld = -1
- FileSizeCheck = -1
-
- [DiskCleanRule4]
- RuleName = Windows 98 applog folder
- RuleDescription =
- ScanByDefault = 1
- SafeToClean = 1
- FolderPath = *
- FolderNameInclude = applog
- FolderNameExclude =
- FileNameInclude = *.*
- FileNameExclude =
- FileDaysOld = -1
- FileSizeCheck = -1
-
- [DiskCleanRule5]
- RuleName = Recycle Fix (don't scan files in Recycle Bin)
- RuleDescription =
- ScanByDefault = 1
- SafeToClean = 1
- FolderPath = *
- FolderNameInclude = recycl*
- FolderNameExclude =
- FileNameInclude = *.*
- FileNameExclude =
- FileDaysOld = -1
- FileSizeCheck = -1
-
- [DiskCleanRule6]
- RuleName = IE Temp Fix (don't scan files in IE Temp Dir)
- RuleDescription =
- ScanByDefault = 1
- SafeToClean = 1
- FolderPath = %IETempDir%
- FolderNameInclude = *
- FolderNameExclude =
- FileNameInclude = *.*
- FileNameExclude =
- FileDaysOld = -1
- FileSizeCheck = -1
-