Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Could not obtain full operation system name due to internal error. This might be caused by WMI not existing on the current machine.
A call to the My.Computer.Info.OSFullName
property failed. A possible cause for this failure is if Windows Management Instrumentation (WMI) is not installed on the current computer.
To correct this error
Add a
Try...Catch
block around the call to theMy.Computer.Info.OSFullName
property.For more information about WMI and how to install it, go to and search for "Windows Management Instrumentation Core".