Microsoft
Software
Hardware
Network
Question : get hardware information for app
hi,
i want to collection hardware information like a Processor Name ( I5 or Core 2 Duo) Processor Cores , Memory Total space and Memory free space, hard drive total space and hard drive free space.
how i do this in C# ? i use Framework 3.5....
thanks
Igor
Answer : get hardware information for app
Instead of this:
=SUMPRODUCT((Desc="Authori
zed")*($L1
5:$AT15))
use this:
=SUM(IF(ISTEXT($L15:$AT15)
,0,(Desc="
Authorized
")*($L15:$
AT15)))
Enter as an array formula by pressing CTRL+SHIFT+ENTER.
jppinto
Random Solutions
Displaying GroupWise contacts in Exchange address book?
How to request previous month's records in my sql's where clause?
Need a random list of 1000 geocoded locations in any one country
how to transfer browser requests from HTTP to HTTPS
SQL 2005 Select Query from multiple tables
Should Sys Admins (Domain Admins) also have user accounts?
Microsoft Outlook 2007 is pulling duplicate emails from free hotmail live server - how can I prevent this, its driving me mad.
How to tranlate SQL query to WQL query for SCCM 2007
swf file won't play on the web
How can I handle dbNull in Linq?