<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Windows PE 3.0 and the Missing WMI Class</title>
	<atom:link href="http://iboyd.net/index.php/2009/10/12/windows-pe-3-0-and-the-missing-wmi-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://iboyd.net/index.php/2009/10/12/windows-pe-3-0-and-the-missing-wmi-class/</link>
	<description></description>
	<lastBuildDate>Thu, 19 Apr 2012 00:25:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Daniel</title>
		<link>http://iboyd.net/index.php/2009/10/12/windows-pe-3-0-and-the-missing-wmi-class/comment-page-1/#comment-37293</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 31 Dec 2011 02:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=221#comment-37293</guid>
		<description>Hey guys, check this note. It solved my problem (Install all five packages, and WMIC working under PE 3.0).
http://www.msfn.org/board/topic/143622-how-to-install-wmic-in-winpe/

Thanks for help guys. I found the issue was you needed more packages installed than just wmi and scripting.
I ended up also install the following packages:
XML
MDAC
HTA

So I basically installed 5 packages into PE (I used PE 2.1)

I doubt all 3 of these were needed, but with them installed wmic works correctly! I&#039;m too lazy to go back right now and figure out which of these 3 packages is actually needed, but I will eventually. But for now, if you install the following 5 packages total under PE2, then wmic.exe will finally work correctly:

wmi
scripting
XML
MDAC
HTA</description>
		<content:encoded><![CDATA[<p>Hey guys, check this note. It solved my problem (Install all five packages, and WMIC working under PE 3.0).<br />
<a href="http://www.msfn.org/board/topic/143622-how-to-install-wmic-in-winpe/" rel="nofollow">http://www.msfn.org/board/topic/143622-how-to-install-wmic-in-winpe/</a></p>
<p>Thanks for help guys. I found the issue was you needed more packages installed than just wmi and scripting.<br />
I ended up also install the following packages:<br />
XML<br />
MDAC<br />
HTA</p>
<p>So I basically installed 5 packages into PE (I used PE 2.1)</p>
<p>I doubt all 3 of these were needed, but with them installed wmic works correctly! I&#8217;m too lazy to go back right now and figure out which of these 3 packages is actually needed, but I will eventually. But for now, if you install the following 5 packages total under PE2, then wmic.exe will finally work correctly:</p>
<p>wmi<br />
scripting<br />
XML<br />
MDAC<br />
HTA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://iboyd.net/index.php/2009/10/12/windows-pe-3-0-and-the-missing-wmi-class/comment-page-1/#comment-36097</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Sat, 17 Dec 2011 12:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=221#comment-36097</guid>
		<description>Thanks for this tips.

After few searches, I installed winpe-wmi_en-us.cab package (with Waik 3.1) to my custom Pe with &quot;dism&quot; command.

I tested Win32_DiskPartition Wmi class with a VB script.
It&#039;s work fine.</description>
		<content:encoded><![CDATA[<p>Thanks for this tips.</p>
<p>After few searches, I installed winpe-wmi_en-us.cab package (with Waik 3.1) to my custom Pe with &#8220;dism&#8221; command.</p>
<p>I tested Win32_DiskPartition Wmi class with a VB script.<br />
It&#8217;s work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sham</title>
		<link>http://iboyd.net/index.php/2009/10/12/windows-pe-3-0-and-the-missing-wmi-class/comment-page-1/#comment-28685</link>
		<dc:creator>sham</dc:creator>
		<pubDate>Thu, 29 Sep 2011 21:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=221#comment-28685</guid>
		<description>oh and i can confirm its missing files not missing packages.</description>
		<content:encoded><![CDATA[<p>oh and i can confirm its missing files not missing packages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sham</title>
		<link>http://iboyd.net/index.php/2009/10/12/windows-pe-3-0-and-the-missing-wmi-class/comment-page-1/#comment-28684</link>
		<dc:creator>sham</dc:creator>
		<pubDate>Thu, 29 Sep 2011 21:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=221#comment-28684</guid>
		<description>Thank you so much for posting this you have saved me diagnosing what i thought was a bug in my code!! I was getting an error code 80041006 which when i googled came up with memory related errors!

For what its worth to anyone trying to resovle this - you must inject the files before booting the image - copying once loaded didnt work for me even after running wpeinit.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank you so much for posting this you have saved me diagnosing what i thought was a bug in my code!! I was getting an error code 80041006 which when i googled came up with memory related errors!</p>
<p>For what its worth to anyone trying to resovle this &#8211; you must inject the files before booting the image &#8211; copying once loaded didnt work for me even after running wpeinit.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boyd</title>
		<link>http://iboyd.net/index.php/2009/10/12/windows-pe-3-0-and-the-missing-wmi-class/comment-page-1/#comment-23307</link>
		<dc:creator>Boyd</dc:creator>
		<pubDate>Tue, 28 Jun 2011 13:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=221#comment-23307</guid>
		<description>Thanks for the info Eric. I&#039;m pretty sure the WMI package had already been installed. Many other WMI classes worked fine, it was just this one in particular that gave me trouble.</description>
		<content:encoded><![CDATA[<p>Thanks for the info Eric. I&#8217;m pretty sure the WMI package had already been installed. Many other WMI classes worked fine, it was just this one in particular that gave me trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://iboyd.net/index.php/2009/10/12/windows-pe-3-0-and-the-missing-wmi-class/comment-page-1/#comment-23293</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 28 Jun 2011 08:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=221#comment-23293</guid>
		<description>Hi,
I think the (better) solution to the missing WMI package is here:
https://www-secure.symantec.com/connect/articles/readyadventures-winpe

It&#039;s a lengthy guide, but in short - you need to mount the WIM image, and add any packages you require, for example:

peimg /install=WinPE-WMI-Package c:\winpe_x86\mount\Windows</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I think the (better) solution to the missing WMI package is here:<br />
<a href="https://www-secure.symantec.com/connect/articles/readyadventures-winpe" rel="nofollow">https://www-secure.symantec.com/connect/articles/readyadventures-winpe</a></p>
<p>It&#8217;s a lengthy guide, but in short &#8211; you need to mount the WIM image, and add any packages you require, for example:</p>
<p>peimg /install=WinPE-WMI-Package c:\winpe_x86\mount\Windows</p>
]]></content:encoded>
	</item>
</channel>
</rss>

