Expand description
Per-user volume mounts: decode MountPoints2 from a Windows NTUSER.DAT hive.
NTUSER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\{GUID} records
every volume the user mounted, keyed by the volume GUID. The subkey’s last-written time
is the last time that user mounted the volume. This is per-user attribution — which
user connected a device — that no machine-wide source provides; the volume GUID joins
(via the MountedDevices MBR bridge) to a drive letter and its cached volume label.
Structs§
- User
Mount - One per-user volume mount: the volume GUID and the last time the user mounted it.
Functions§
- parse_
mountpoints2 - Parse per-user
MountPoints2volume mounts from an already-openedNTUSER.DAThive. Total over a valid hive: a non-{GUID}mount name (a UNC/##server#shareentry) is skipped, never panicked on.fileis recorded as each record’sProvenancefile.