Dear All,
Is this the way to find Windows 10 OS version?
if (tblOSInfo.MajorVersion == "10") then
return true;
end
Thanks,
thenndral
Is this the way to find Windows 10 OS version?
if (tblOSInfo.MajorVersion == "10") then
return true;
end
Thanks,
thenndral
Comment