Imagine a company named XYZ, has bought a Windows OS. While installing it in their system, they might have given the name of their company (XYZ) . How to get that (company name) name of the organization from java?
EDIT: As suggested in comments, i searched in regedit. It is seen that there is no direct way to get the Company name directly from OS information.
(Microsoft office is storing the value that they got from the user explicitly while installing them at HKEY_CURRENT_USER\Software\Microsoft\Office\Common\UserInfo - Company)