L Lit Sep 6, 2007 #1 Hi, How can I get the CPU serial number via C# How can I get a screen shot via C# Thank you, Lit
J jacky kwok Sep 6, 2007 #2 Lit said: Hi, How can I get the CPU serial number via C# How can I get a screen shot via C# Thank you, Lit Click to expand... There is an example in "http://www.codeproject.com/cs/syste...sp?df=100&forumid=395273&exp=0&select=1976938" to show how to use WMI in dotnet C# to query hardware info. There is a term "ProcessorID". However, actually, as I know there is no a read CPU unique serial number or ID. Hence, I do not think the term is useful.
Lit said: Hi, How can I get the CPU serial number via C# How can I get a screen shot via C# Thank you, Lit Click to expand... There is an example in "http://www.codeproject.com/cs/syste...sp?df=100&forumid=395273&exp=0&select=1976938" to show how to use WMI in dotnet C# to query hardware info. There is a term "ProcessorID". However, actually, as I know there is no a read CPU unique serial number or ID. Hence, I do not think the term is useful.
L Lit Sep 6, 2007 #3 Jacky, Not sure if the processorId is the same as the processor serial Number yet!?? Thanks for the link Lit
Jacky, Not sure if the processorId is the same as the processor serial Number yet!?? Thanks for the link Lit