Menu

#3 Need examples of using [SkipRegKey] in RegShot.ini

v1.0_(example)
closed
RegShot.ini (1)
1
2015-07-10
2014-05-29
Misterd
No

Could you please provide an example of how to enter a Key to exclude or skip in RegShot.ini?

All I know is that the following does not work:

[SkipRegKey]
0=HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU

Discussion

  • M. Buecher

    M. Buecher - 2015-07-10
    • status: open --> closed
    • assigned_to: M. Buecher
     
  • M. Buecher

    M. Buecher - 2015-07-10
    1. HKCU is not used in Regshot by purpose. Regshot scans HKLM and HKU.
      Also mentioned in the readme.txt

    2. The routine IsInSkipList() is called twice.
      Once for the current sub key, e.g. "Software", and once for the complete key path, e.g. "HKLM\Software".
      The internal comparison routine uses the short forms HKLM/HKU.

    Here I would recommend to define just "BagMRU", so you ignore changes to any "Recent Used" list.

     

    Last edit: M. Buecher 2015-07-10

Log in to post a comment.