(In that post I also noticed that this topic already exists, File Type Session Defaults ).
Originally posted by Erik
Anyhow my scenarios are the following:
Case 1:
I diff registry entries Between my Wow6432Node and "normal" node. When I do this I get alot of diffs for the [HKLM\Software\Wow6432Node\] vs [HKLM\Software\] nodes.
I'm not interested in these diffs since I want to synch the node's content, so I have to add a new replacement rule:
[HKLM\Software\SysWow64\] == [HKLM\Software\]
and then "Ignore unimportant differences" to see the diffs I'm interested in.
Case 2:
I diff a special type of log-files with e.g. similar content:
"[C:\Somepath] Did something" vs "[X:\SomePath] Did something"
Here I create a replacement rule "[C:\" == "[X:\" so I don't get "important diffs" for the different paths.
Leave a comment: