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
OS X Server 10.5 and OS X Laptops Joining accounts to Open Directory?
Lock down SMTP on Cisco ASA Or Exchange 2007 for MXlogic (Spam Filtering)
PHP/Javascript newbie - need help integrating niftycube into my site
WRT54G2 Linksys router - reset password saving actual configuration
how to save blackberry notes
Net Use returns "System error 64 has occurred. The specified network name is no longer available."
blue screen on Server2003 install
Out of Office Assistant not working w/Forwarding Configured
SQL union to fill date data series gaps for SSRS year on year chart
How do I (re-)enable heap memory allocation within a CWinThread-derived class thread function invoked directly from InitInstance?