How can I determine which wireless network a laptop was connected too, at a particular time?
I've looked in the registry in the hope finding information on routers/modems connected, but with no success.
-MICROSOFT\WZCSV\PARAMETERS\INTERFACES
-SYSTEM\CONTROLSET001\SERVICES\TCPIP\PARAMETERS\INTERFACES
I believe the network is a standard small, home network. I just need to determine whether it was network 1, or 2.
Many Thanks,
Software hive
Microsoft/WindowsNT/CurrentVersion/NetworkList/Profiles and /Signatures.
Match guids between keys in these and use the modification time of the keys to find your window.
Thanks, I've also found http//www.forensicfocus.com/downloads/forensic-analysis-windows-registry.pdf which is quite helpful.
Any further advice will be useful though.