Need to edit a line in mglCheckOS.m
line 55
if contains(lower(resultSplit{iResult}), 'productversion:') && (length(resultSplit)>iResult)
Currently, it doesn't have a colon (:) after 'productversion', which makes the code confused reading the OS version correctly.
Need to edit a line in mglCheckOS.m line 55
if contains(lower(resultSplit{iResult}), 'productversion:') && (length(resultSplit)>iResult)
Currently, it doesn't have a colon (:) after 'productversion', which makes the code confused reading the OS version correctly.