Identifying Windows 10 \Device\Harddisk1\DR2
How can I tell which physical device this actually is? You can use wmic diskdrive get caption, deviceid, size to match up the … Read more
How can I tell which physical device this actually is? You can use wmic diskdrive get caption, deviceid, size to match up the … Read more
Here’s what I ended up doing. It searches the value of several event properties for the text and shows them on the console: … Read more
Nirsoft’s MyEventViewer is an alternative to the MS Event Viewer. It takes some time to open and sort all events (~80 seconds to … Read more
In Powershell, issue the following command, replacing the hex sequence: [datetime]::FromFileTime(0x01ccfe1e3e206d42) 9 March 2012, 19:58:33 The answer is in local time, to match … Read more
Looking at the properties it captures Power related data (Sleepstudy, AdaptiveStandby) when no user is actively using the device. Logger Name : UserNotPresentTraceSession … Read more
SRUJet is a database engine working with database file srudb.dat. This thread shows that: You should be safely able to delete srudb.dat and … Read more
The “Task category” is only available to filter a log once you’ve already selected something for “Event sources” above that in the “Filter … Read more
I’ve been struggling with this for days and went through hundreds of pages of solutions. Nothing worked, until I hit this page, where … Read more
I think you also get what you want by running the following command (elevation required): powercfg /sleepstudy Sleep Study report saved to file … Read more
The default configuration makes it rather messy. This is because Windows also tracks anytime you have to login to network computers. It also … Read more