User Tools

Site Tools


quickreference:windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

quickreference:windows [2019/09/24 21:04] – created rodolicoquickreference:windows [2019/09/24 21:16] (current) rodolico
Line 5: Line 5:
 <code bash>hexedit /sys/firmware/acpi/tables/MSDM</code> <code bash>hexedit /sys/firmware/acpi/tables/MSDM</code>
 use ^C to exit hexedit. use ^C to exit hexedit.
 +
 +===== Windows Uptime =====
 +
 +The //net stats srv// command returns, amongst other things, the time of the last reboot. We can use findstr to find the correct line (it has "Statistics since" in it) we can get the date/time of the last startup.
 +
 +<code bash>net stats srv | findstr /c:"Statistics since"</code>
quickreference/windows.1569377086.txt.gz · Last modified: 2019/09/24 21:04 by rodolico