[python-win32] How to get windows basic system informations like "Organization", and "User"
Tim Roberts
timr at probo.com
Mon Oct 30 19:17:13 CET 2006
durumdara wrote:
>Hi !
>
>Many programs can present these basic informations: who's the user that
>install OS, and what is the name of it's organization.
>I want to get these infos.
>
>Can anyone help me how can I do it ?
>
>
It's in the registry. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion, in the values RegisteredOwner and
RegisteredOrganization. That's also where you can find the current
service pack, the product ID, and a few other pieces of trivis.
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the Python-win32
mailing list