<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>9 Jul 2016 15:50:00 Z</lastBuildDate><pubDate>8 Jul 2016 12:47:00 Z</pubDate><description>i am try this code :-&#13;
&#13;
objLocator est un objet Automation "WbemScripting.SWbemLocator"&#13;
objService est un objet Automation dynamique&#13;
Results est un objet Automation dynamique&#13;
QUAND EXCEPTION DANS&#13;
objService = objLocator&gt;&gt;ConnectServer(".", "root\cimv2")&#13;
objService&gt;&gt;Security_&gt;&gt;ImpersonationLevel = 3&#13;
// Motherboard infos&#13;
Results = objService&gt;&gt;ExecQuery("SELECT Manufacturer, Product, Version, SerialNumber FROM Win32_BaseBoard")&#13;
POUR x = 0 _A_ Results&gt;&gt;Count -1&#13;
Trace("Manufacturer : ",Results&gt;&gt;ItemIndex(x)&gt;&gt;Properties_("Manufacturer")&gt;&gt;Value )&#13;
Trace("Product : ",Results&gt;&gt;ItemIndex(x)&gt;&gt;Properties_("Product")&gt;&gt;Value )&#13;
Trace("Version : ",Results&gt;&gt;ItemIndex(x)&gt;&gt;Properties_("Version")&gt;&gt;Value )&#13;
Trace("SerialNumber : ",Results&gt;&gt;ItemIndex(x)&gt;&gt;Properties_("SerialNumber")&gt;&gt;Value )&#13;
Trace("=========================")&#13;
FIN&#13;
FAIRE&#13;
Erreur("Erreur execution WMI",ExceptionInfo(errInfo))&#13;
ExceptionActive()&#13;
FIN&#13;
&#13;
&#13;
----------------------&#13;
&#13;
but this code not give motherboard serian number (981,845,945 this motherboard)</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number/read.awp</link><title>find motherboard serial number</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number-58577/read.awp</comments><pubDate>9 Jul 2016 15:50:00 Z</pubDate><description>Hi,&#13;
&#13;
wmic csproduct get name,identifyingnumber,uuid &gt; c:\ exte\uuid.txt&#13;
&#13;
on one of the computers I'm using here will fill a …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number-58577/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number-58577/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number/read.awp">find motherboard serial number</source><title>Re: find motherboard serial number</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number-58576/read.awp</comments><pubDate>9 Jul 2016 14:09:00 Z</pubDate><description>hi , GuenterP and Mr Black&#13;
&#13;
i am try your give solution but&#13;
&#13;
this socket montherboard (945,845,etc..) not give RAM serialnum…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number-58576/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number-58576/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number/read.awp">find motherboard serial number</source><title>Re: find motherboard serial number</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number-58570/read.awp</comments><pubDate>8 Jul 2016 18:12:00 Z</pubDate><description>Hi, thank you!!! The practical way to exploit the wmic is shown here&#13;
http://www.nextofwindows.com/how-to-find-out-bios-motherbo…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number-58570/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number-58570/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number/read.awp">find motherboard serial number</source><title>Re: find motherboard serial number</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number-58564/read.awp</comments><pubDate>8 Jul 2016 13:25:00 Z</pubDate><description>Are looking for the computer GUID? If so, this might point you in the right direction..&#13;
&#13;
https://technet.microsoft.com/en-us/l…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number-58564/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number-58564/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58563-find-motherboard-serial-number/read.awp">find motherboard serial number</source><title>Re: find motherboard serial number</title></item></channel></rss>
