<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Bart's Blog</title>
	<link>http://www.petroons.net</link>
	<description>Just another weblog</description>
	<lastBuildDate>Sun, 25 Jul 2010 19:54:36 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Booting WinPe 3.0 x64 with network drivers for Dell latitude E6510 and precision M4500</title>
		<description><![CDATA[I ran into trouble booting a Dell Precision M4500 and a Dell Latitude E6510 with my WinPe x64 boot image. My boot image was loaded with the network drivers from the WinPE drivers .cab from the Dell site ftp://ftp.dell.com/sysman/Dell-WinPE-Drivers-A02.CAB, but I didn’t get connected to the network. Great repository by the way if you’re installing [...]]]></description>
		<link>http://www.petroons.net/?p=146</link>
			</item>
	<item>
		<title>Running HTML applications elevated</title>
		<description><![CDATA[Need to run HTML applications elevated and want to add “run as administratior” in the context menu of files with the .hta extension? Add following registry keys via .reg file: [HKEY_CLASSES_ROOT\htafile\shell\runas\command] @=&#8221;C:\\Windows\\system32\\mshta.exe \&#8221;%1\&#8221; %*&#8221; &#8220;IsolatedCommand&#8221;=&#8221;C:\\Windows\\system32\\mshta.exe \&#8221;%1\&#8221; %*&#8221; Or make use of group policy preferences to provision the keys to your machines.]]></description>
		<link>http://www.petroons.net/?p=144</link>
			</item>
	<item>
		<title>SCCM OSD &#8211; Gathering values and deploying unknown computers</title>
		<description><![CDATA[When using SCCM OSD to deploy operating systems there are several options to start the deployment process and to add the unknown computer to the SCCM DB (SCCM’s unknown computer support, using a pre-execution hook). I created a customized WinPE boot image that can be booted via CD or USB. Via startnet.cmd a small .hta [...]]]></description>
		<link>http://www.petroons.net/?p=141</link>
			</item>
	<item>
		<title>Adding a driver to WinPE 3.0</title>
		<description><![CDATA[My quick cheat sheet for editing my customized SCCM boot image. These commands mount the bootimage, add some drivers and create an ISO image: "C:\Program Files\Windows AIK\Tools\x86\Servicing\dism" /mount-wim /wimfile:c:\winpe_build\ISO\sources\boot.wim /index:1 /mountdir:c:\mount "C:\Program Files\Windows AIK\Tools\x86\Servicing\dism" /image:c:\mount /add-driver /driver:c:\temp\parallelspd40_net /recurse /forceunsigned "C:\Program Files\Windows AIK\Tools\x86\Servicing\dism" /unmount-wim /mountdir:c:\mount /commit "C:\Program Files\Windows AIK\Tools\x86\oscdimg" -n -bc:\winpe_build\etfsboot.com c:\winpe_build\ISO c:\temp\customboot.iso]]></description>
		<link>http://www.petroons.net/?p=137</link>
			</item>
	<item>
		<title>Creating a mandatory profile on W2K8R2</title>
		<description><![CDATA[Use this procedure if you ever need a mandatory profile for your W2K8 remote desktop servers or Windows 7 based “appstations”. create a profile share on the fileserver (eg. \\server\profileshare$). Configure sharelevel security: Domain admins (FC) Authenticated users &#8216;(R) Create a local user on the server that will be used to create and customize the [...]]]></description>
		<link>http://www.petroons.net/?p=135</link>
			</item>
	<item>
		<title>Using Search Server or MOSS 2007 search via Vista</title>
		<description><![CDATA[If you use Windows Search Server 2008 or MOSS 2007 as an enterpise search solution than you can easily use this search engine via Vista search or Windows desktop search. To integrate your enterprise search in Vista configure the policy Instant Search policy setting via local policy (gpedit.msc) or Active Directory GPO.     Or [...]]]></description>
		<link>http://www.petroons.net/?p=113</link>
			</item>
	<item>
		<title>Windows Installer Cleanup Utility</title>
		<description><![CDATA[Having trouble uninstalling an application via control panel? In that case you can try the &#8220;Windows installer cleanup utility&#8221;.]]></description>
		<link>http://www.petroons.net/?p=89</link>
			</item>
	<item>
		<title>SCCM OSD task sequence failing on ich7usb.inf</title>
		<description><![CDATA[&#160; When trying to create a Vista reference image via an SCCM Operating System install package, my Task Sequence kept failing on the &#8220;Configuring Windows and ConfigMgr&#8221; task. Vista setup returned &#8220;error 31&#8243; (boot critical device driver issue).&#160; The setupapi log showed that the system was failing on ICH7USB.INF. Apparently the driver references USBUI.DLL. This [...]]]></description>
		<link>http://www.petroons.net/?p=85</link>
			</item>
	<item>
		<title>Downloading Microsoft Hotfixes</title>
		<description><![CDATA[You can download hotfixes from the Microsoft hotfix self-service site if you know the related KB number. Use following URL format: http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=KBNumber&#38;kbln=KBLanguage Example: http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=958011&#38;kbln=en-us]]></description>
		<link>http://www.petroons.net/?p=83</link>
			</item>
	<item>
		<title>Re-initializing Vista or Windows 7 offline folder cache</title>
		<description><![CDATA[  If you need to remove sync partnerships with systems that are no longer available, or if you want to recover from a corrupt CSC cache then you can use the following procedure to re-initialize the offline cache. Locate the following registry key: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\CSC Point to New, and then click Key. Type Parameters in the [...]]]></description>
		<link>http://www.petroons.net/?p=78</link>
			</item>
</channel>
</rss>
