mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-11 23:46:15 +00:00
Merge pull request #1488 from sidheshenator/skip_shellfolders
silently ignore shellfolders registry datatype
This commit is contained in:
commit
e84d0bfcc9
@ -648,6 +648,12 @@ class ExtractRegistry extends Extract {
|
||||
}
|
||||
break;
|
||||
|
||||
case "shellfolders": // NON-NLS
|
||||
// The User Shell Folders subkey stores the paths to Windows Explorer folders for the current user of the computer
|
||||
// (https://technet.microsoft.com/en-us/library/Cc962613.aspx).
|
||||
// No useful information. Skip.
|
||||
break;
|
||||
|
||||
default:
|
||||
logger.log(Level.WARNING, "Unrecognized node name: {0}", dataType); //NON-NLS
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user