Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 659 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 659 Bytes

expiration

Small command-line utility to retrieve the running Windows build's expiration date. It works by retrieving the SystemExpirationDate value from KUSER_SHARED_DATA.

image

Compatibility

It has been tested to work on Windows 10/11, and Windows 7 (with latest updates).

Thanks

https://github.com/dhrdlicka/timebomb gave me the needed memory address on a silver platter, saving a bit of time from needing to find it in the winver.exe disassembly.