pitr-config 1.2.1
Two display fixes, both found while taking the screenshot that now heads the README.
The Windows edition was wrong. On Windows 11 the tool showed Windows 10 Pro. It read
ProductName from the registry, and Microsoft never updated that value for Windows 11 — it
still says "Windows 10" there, for application compatibility. The build number is used as
the discriminator instead (22000 and above is Windows 11), and the line now also carries the
feature update and the full build:
Windows 11 Pro (EditionID: Professional) — 25H2, Build 26200.9168
Restore point timestamps were formatted German-style. dd.MM.yyyy was hard-coded, in all
five languages. They now follow the date format of your region, like every other date in the
window.
Nothing else changed — same settings, same registry values, same update check introduced in
1.2.0. If 1.2.0 works for you, this is cosmetic; if you run Windows 11 in any language other
than German, it is worth taking.
Full list of changes: CHANGELOG.md
· Guide: https://henmedia.github.io/windows-pitr-config/guide.html
SHA-256
b61a52fa2425cafa3f7836c7971eb9abb5475ecf97cf6d52e7ea7b752fa5f804 pitr-config.cmd
8574d8de6fc69f1ff904095fe253dcf519b79b6bdfa9982b61d8b038d1fe917a guide.html
Worth comparing before running something that writes to HKLM:
Get-FileHash pitr-config.cmd -Algorithm SHA256