A service of Daily Data, Inc.
Contact Form

User Tools

Site Tools


quickreference:windows

Differences

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


quickreference:windows [2019/09/24 21:16] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Windows Quick Reference ======
  
 +===== Read Windows Key from eprom =====
 +Many manufacturers are shipping systems with no Microsoft key on the case. Instead, the key is stored in ROM. To read the key (from Linux)
 +<code bash>hexedit /sys/firmware/acpi/tables/MSDM</code>
 +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: (external edit)