jonaskohl / CapsLockIndicator

A small utility that indicates the state of the Num lock, Caps lock and Scroll lock key.
https://cli.jonaskohl.de/
Apache License 2.0
331 stars 42 forks source link

Wrong version #115

Closed altikaka closed 2 years ago

altikaka commented 2 years ago

I am using CLI 3.16 I got a message to tell me I'm using win10 20H2. When I run WINVER it tells me I'm using version 21H1 (OS build 19044.1645). What happens now please ??

jonaskohl commented 2 years ago

Huh, Microsoft doesn't seem to update the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ReleaseId key anymore. I'll need to change it to read DisplayVersion instead.

jonaskohl commented 2 years ago

Fixed in 3.16.1.0