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, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to