Re: [python-win32] get model PC

2012-01-10 Thread He Jibo
How about BIOS information? can we extract this? --- He Jibo Department of Psychology, Beckman Institute for Advanced Science and Technology University of Illinois, Urbana Champaign, 603 East Daniel St., Champaign, IL 61820 website: www.hejibo.info On Tue, Jan 10, 2012 at

Re: [python-win32] get model PC

2012-01-10 Thread Tim Roberts
pacopyc pacopyc wrote: > Hi, how can I get the model of remote computers? > > es. HP Compaq 6510b, IBM 2653, Toshiba Satellite Pro L670-11E, In general, this is marketing information that is only stored on a sticker. Most computers do not know their own model number. -- Tim Roberts, t...@p

Re: [python-win32] get model PC

2012-01-10 Thread Kris Hardy
On 1/10/2012 9:37 AM, pacopyc pacopyc wrote: Hi, how can I get the model of remote computers? es. HP Compaq 6510b, IBM 2653, Toshiba Satellite Pro L670-11E, Look at these registry keys: HKEY_LOCAL_MACHINE\DESCRIPTION\SYSTEM\BIOS HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio

[python-win32] get model PC

2012-01-10 Thread pacopyc pacopyc
Hi, how can I get the model of remote computers? es. HP Compaq 6510b, IBM 2653, Toshiba Satellite Pro L670-11E, Thanks. pacopyc ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32