Identify if a program is running on a Laptop or Desktop system

2006-09-11 Thread StoneBeat
Hi, i want to code a program that if it is running on a laptop system do something but if the host is not a laptop, do another. Im thinking in registry keys, WMI querys ... but really I dont know where search to fingerprint the host. Thanks ___

Re: Identify if a program is running on a Laptop or Desktop system

2006-09-11 Thread Chris Wagner
Download Scriptomatic from Microsoft. It has a good WMI browswer in it. That's what I'ld do to look for anything. At 05:33 PM 9/11/2006 +0200, StoneBeat wrote: Hi, i want to code a program that if it is running on a laptop system do something but if the host is not a laptop, do another. Im