Just a simple trick I use to detect Windows 11 using Shell. This Sub returns True if the version is larger or equals to 22000.493
There is a known bug in JDK to detect Windows 11 version.
B4X:
Sub CheckWin11 As ResumableSub
Dim shl As Shell
shl.Initialize("shl", "cmd", Array As...