You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- workaround for scripting ---
windowsVersion = run("systeminfo").split("\n")[2].split(":")[1].strip()
print windowsVersion
will show on Win11: Microsoft Windows 11 Pro
(tested on Win11 and on Win10)