MarkBaggett / srum-dump

A forensics tool to convert the data in the Windows srum (System Resource Usage Monitor) database to an xlsx spreadsheet.
GNU General Public License v3.0
595 stars 96 forks source link

Windows 11 running issue #34

Open parmax opened 2 years ago

parmax commented 2 years ago

Dear Mark,

When i run srum-dump on Windows 11 i got exception:

Registry.Registry.RegistryKeyNotFoundException: Registry key not found: ROOT\Microsoft\WlanSvc\Interfaces{9973590D-191A-42BB-A2C9-63981C0BD659}\Profiles{9D178DC5-2D6A-40AD-836C-B76801191869}\MetaData [19916] Failed to execute script 'srum_dump2' due to unhandled exception!

MarkBaggett commented 2 years ago

Hi @parmax,

I've tested it on Windows 11 and it does work on that platform. That said, my code should at least be gracefully handling whatever error you are getting and producing a friendly error message instead of this traceback. I've looked at that code and cant see the problem on my Windows 11 regsitry. Any chance you would be willing to export the \Microsoft\WlaSvc\Interfaces key and email it to me at lo127001 at gmail dot com? If not email me there anyway and we can talk about some other way I can help. Can you tell me if the MetaData key exists beneath the key shown in that error message? Thanks, mark

MarkBaggett commented 1 year ago

No response will close.