This message was deleted.
# rancher-desktop
a
This message was deleted.
f
Hi! Did you make any progress on this? It looks like your Windows version is not detected properly by Rancher Desktop; it looks to be older than Windows 10 rather than a version of Windows 11. Is there anything special about the Windows version you are running?
Can you show the output of this command:
Copy code
PS C:\Users\Jan> systeminfo | findstr /B /C:"OS Version"
OS Version:                10.0.19045 N/A Build 19045
b
Hi @fast-garage-66093 I could not solve the issue yet. Here is the command result.
f
I don't know how this is possible. The condition for triggering the dialog is
Copy code
if (Number(winRel[0]) < 10 || (Number(winRel[0]) === 10 && Number(winRel[2]) < 18363)) {
But your version is
10
and
22621
is larger than
18363
. so this condition should not be true on your machine
The only thing I can think of is that you have some software installed on the machine that creates a compatibility shim and lies to the application about the version of the OS.