mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #542] Windows 10 21H1 showing as v2009 #344
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#344
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @djsvi on GitHub (May 29, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/542
Minor issue. Windows 21H1 (build 19043.x) is now generally available, please add this to the detected/displayed versions (instead of showing v2009).
@wh1te909 commented on GitHub (May 30, 2021):
Hi I don't maintain any list, this is handled by windows, it reports the version in
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ReleaseIdif you know of another place to get it lmk@djsvi commented on GitHub (May 30, 2021):
OK, how about DisplayVersion, under that same key?
@wh1te909 commented on GitHub (May 30, 2021):
hmm, that one doesn't exist on 2004 and earlier but I do see it on a 21H1 machine so maybe MS added it. I'll check for that and fallback to ReleaseId if doesn't exist, ty
@wh1te909 commented on GitHub (May 31, 2021):
done, will be in next release
@wh1te909 commented on GitHub (Jun 11, 2021):
released in 0.6.14 (requires agent 1.5.8)