Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

122 lines
2.6 KiB

  1. [Version]
  2. Signature = "$Windows NT$"
  3. [ExcludeDrives]
  4. ;
  5. ; The first character on each line is the drive letter
  6. ; of a drive to exclude.
  7. ;
  8. ;c
  9. ;d
  10. ;e
  11. ;
  12. ; General notes for file/dir exclusion sections:
  13. ;
  14. ; *: refers to all drives.
  15. ; ?: refers to the drive with the system on it.
  16. ; :: is substituted with %systemroot%
  17. ;
  18. ; Lines that are not in valid format (such as those that
  19. ; don't start with x:\) are ignored.
  20. ;
  21. [ExcludeDirectoryTrees]
  22. ;
  23. ; Each line is a fully-qualified path of a tree to
  24. ; be excluded. The directory and all of its subtrees
  25. ; are excluded.
  26. ;
  27. *:\recycled
  28. *:\recycler
  29. *:\catalog.wci
  30. [ExcludeSingleDirectories]
  31. ;
  32. ; Each line is a fully-qualified path of a directory to be
  33. ; excluded. The directory's subdirs are NOT excluded.
  34. ;
  35. ::\system32\config
  36. ::\system32\logfiles
  37. ::\CSC
  38. [ExcludeFiles]
  39. ;
  40. ; Each line is a fully-qualified path of a file to be excluded.
  41. ; If it does not start with x:\ then we assume it's a filename part
  42. ; for a file to be excluded wherever it is found.
  43. ;
  44. *:\pagefile.sys
  45. ntuser.dat
  46. ntuser.dat.log
  47. Classes.dat
  48. Classes.dat.LOG
  49. smartcrd.dat
  50. UsrClass.dat
  51. UsrClass.dat.LOG
  52. tracking.log.bak
  53. tracking.log
  54. ::\ipsecpa.log
  55. ::\oakley.log
  56. ::\setupact.log
  57. ::\setupapi.log
  58. ::\setuperr.log
  59. ::\setuplog.txt
  60. *:\index.dat
  61. *:\SchedLgU.txt
  62. ::\schedlgu.txt
  63. ::\debug\passwd.log
  64. *:\passwd.log
  65. [IncludeFilesInDir]
  66. ;
  67. ; Each line in here is a fully qualified path of a directory
  68. ; whose files are all to be included in a diff (marked as
  69. ; added/changed). Use this if you want to include files in the diff
  70. ; that might not have actually been changed.
  71. ;
  72. [ExcludeRegistryKeys]
  73. ;
  74. ; Each line indicates a single registry key to be excluded.
  75. ; Subkeys of this key are not excluded.
  76. ;
  77. ; The first field is one of HKLM or HKCU
  78. ; The second field is the subkey, which must NOT start with a \.
  79. ;
  80. HKLM,System\Disk
  81. HKLM,System\Select
  82. HKLM,System\Setup
  83. HKCU,Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
  84. [ExcludeRegistryTrees]
  85. ;
  86. ; Each line indicates a registry key and subkeys to be excluded.
  87. ;
  88. ; The first field is one of HKLM or HKCU
  89. ; The second field is the subkey, which must NOT start with a \.
  90. ;
  91. HKLM,SYSTEM\ControlSet001
  92. HKLM,SYSTEM\ControlSet002
  93. HKLM,SYSTEM\ControlSet003
  94. HKLM,SYSTEM\ControlSet004
  95. HKLM,SYSTEM\ControlSet005
  96. HKLM,SYSTEM\ControlSet006
  97. HKLM,SYSTEM\ControlSet007
  98. HKLM,SYSTEM\ControlSet008
  99. HKLM,SYSTEM\ControlSet009
  100. HKLM,SYSTEM\CurrentControlSet\Enum
  101. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\perflib"
  102. [ExcludeRegistryValues]
  103. ;
  104. ; Each line indicates a registry value entry to be excluded.
  105. ;
  106. ; The first field is one of HKLM or HKCU.
  107. ; The second field is the subkey, which must NOT start with \.
  108. ; The third field is the value entry name.
  109. ;