<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bart's Blog</title>
	<atom:link href="http://www.petroons.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.petroons.net</link>
	<description>Just another weblog</description>
	<lastBuildDate>Sun, 25 Jul 2010 19:54:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Booting WinPe 3.0 x64 with network drivers for Dell latitude E6510 and precision M4500</title>
		<link>http://www.petroons.net/?p=146</link>
		<comments>http://www.petroons.net/?p=146#comments</comments>
		<pubDate>Sat, 24 Jul 2010 19:04:53 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[WinPE]]></category>

		<guid isPermaLink="false">http://www.petroons.net/?p=146</guid>
		<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>
			<content:encoded><![CDATA[<p>I ran into trouble booting a Dell Precision M4500 and a Dell Latitude E6510 with my WinPe x64 boot image.</p>
<p>My boot image was loaded with the network drivers from the WinPE drivers .cab from the Dell site <a href="ftp://ftp.dell.com/sysman/Dell-WinPE-Drivers-A02.CAB">ftp://ftp.dell.com/sysman/Dell-WinPE-Drivers-A02.CAB</a>, but I didn’t get connected to the network.</p>
<blockquote><p>Great repository by the way if you’re installing mainly Dell machines with SCCM or MDT: <a href="http://www.delltechcenter.com/page/Dell+Business+Client+Operating+System+Deployment+-+The+.CAB+Files" target="_blank">Dell’s business client os deployment cab files</a>. Here you find all drivers for the different Dell machine models grouped in .cab files per machine type.</p></blockquote>
<p>Adding the network drivers from the E6510 or M4500 .cab’s didn’t solve the issue. The driver for the Intel 82577LC just wouldn’t load.</p>
<p>The problem was solved by using <a href="http://downloadcenter.intel.com/detail_desc.aspx?agr=Y&amp;DwnldID=18713" target="_blank">the Prowinx64 driver (e1k62x64.inf) from the Intel site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.petroons.net/?feed=rss2&amp;p=146</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running HTML applications elevated</title>
		<link>http://www.petroons.net/?p=144</link>
		<comments>http://www.petroons.net/?p=144#comments</comments>
		<pubDate>Wed, 21 Jul 2010 19:28:58 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.petroons.net/?p=144</guid>
		<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>
			<content:encoded><![CDATA[<p>Need to run HTML applications elevated and want to add “run as administratior” in the context menu of files with the .hta extension?</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="image" src="http://www.petroons.net/blog/wp-content/uploads/RunningHTMLapplicationselevated_12C8E/image.png" border="0" alt="image" width="337" height="179" /></p>
<p>Add following registry keys via .reg file:</p>
<p><span style="font-size: xx-small;">[HKEY_CLASSES_ROOT\htafile\shell\runas\command]<br />
@=&#8221;C:\\Windows\\system32\\mshta.exe \&#8221;%1\&#8221; %*&#8221;<br />
&#8220;IsolatedCommand&#8221;=&#8221;C:\\Windows\\system32\\mshta.exe \&#8221;%1\&#8221; %*&#8221;</span></p>
<p>Or make use of group policy preferences to provision the keys to your machines.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.petroons.net/?feed=rss2&amp;p=144</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM OSD &#8211; Gathering values and deploying unknown computers</title>
		<link>http://www.petroons.net/?p=141</link>
		<comments>http://www.petroons.net/?p=141#comments</comments>
		<pubDate>Fri, 18 Jun 2010 07:41:47 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.petroons.net/?p=141</guid>
		<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>
			<content:encoded><![CDATA[<p>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).</p>
<p>I created a customized WinPE boot image that can be booted via CD or USB. Via startnet.cmd a small .hta is executed followed by the tsbootshell.exe to start the task sequence:</p>
<p><span style="font-family: Terminal; font-size: xx-small;">%SYSTEMDRIVE%\windows\system32\MSHTA.exe x:\sccmhookECON.hta<br />
%SYSTEMDRIVE%\sms\bin\i386\TsBootShell.exe</span></p>
<p>The .hta is used to query some variables (computer name, the collection where we’ll be adding the computer, the keyboard layout, the owner of the system). A WMI call is used to get the mac-address of the LAN adapter. Values are stored via a webservice in a SQL DB. </p>
<p>Next we use the web service from the Microsoft Deployment Toolkit to determine if the system is known in SCCM. If necessary to the system is added to the queried SCCM collection.</p>
<p><a href="http://www.petroons.net/blog/wp-content/uploads/SCCMOSDstartingtheOSdeployment_EF0E/sccmhta1.png"><img style="display: inline; border-width: 0px;" title="sccmhta1" src="http://www.petroons.net/blog/wp-content/uploads/SCCMOSDstartingtheOSdeployment_EF0E/sccmhta1_thumb.png" border="0" alt="sccmhta1" width="244" height="142" /></a><br />
<a href="http://www.petroons.net/blog/wp-content/uploads/SCCMOSDstartingtheOSdeployment_EF0E/sccmhta2.png"><img style="display: inline; border-width: 0px;" title="sccmhta2" src="http://www.petroons.net/blog/wp-content/uploads/SCCMOSDstartingtheOSdeployment_EF0E/sccmhta2_thumb.png" border="0" alt="sccmhta2" width="244" height="142" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.petroons.net/?feed=rss2&amp;p=141</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a driver to WinPE 3.0</title>
		<link>http://www.petroons.net/?p=137</link>
		<comments>http://www.petroons.net/?p=137#comments</comments>
		<pubDate>Thu, 17 Jun 2010 12:58:55 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[WinPE]]></category>

		<guid isPermaLink="false">http://www.petroons.net/?p=137</guid>
		<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>
			<content:encoded><![CDATA[<p>My quick cheat sheet for editing my customized SCCM boot image. These commands mount the bootimage, add some drivers and create an ISO image:</p>
<div id="codeSnippetWrapper" style="text-align: left; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; width: 97.5%; font-family: 'Courier New', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; cursor: text; border: silver 1px solid; padding: 4px;">
<div id="codeSnippet" style="text-align: left; line-height: 12pt; background-color: #f4f4f4; width: 100%; font-family: 'Courier New', courier, monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible; border-style: none; padding: 0px;">
<pre style="text-align: left; line-height: 12pt; background-color: white; margin: 0em; width: 100%; font-family: 'Courier New', courier, monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible; border-style: none; padding: 0px;"><span style="color: #006080;">"C:\Program Files\Windows AIK\Tools\x86\Servicing\dism"</span> /mount-wim /wimfile:c:\winpe_build\ISO\sources\boot.wim /index:1 /mountdir:c:\mount</pre>
<p><!--CRLF--></p>
<pre style="text-align: left; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New', courier, monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible; border-style: none; padding: 0px;"><span style="color: #006080;">"C:\Program Files\Windows AIK\Tools\x86\Servicing\dism"</span> /image:c:\mount /add-driver /driver:c:\temp\parallelspd40_net /recurse /forceunsigned</pre>
<p><!--CRLF--></p>
<pre style="text-align: left; line-height: 12pt; background-color: white; margin: 0em; width: 100%; font-family: 'Courier New', courier, monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible; border-style: none; padding: 0px;"><span style="color: #006080;">"C:\Program Files\Windows AIK\Tools\x86\Servicing\dism"</span> /unmount-wim /mountdir:c:\mount /commit</pre>
<p><!--CRLF--></p>
<pre style="text-align: left; line-height: 12pt; background-color: #f4f4f4; margin: 0em; width: 100%; font-family: 'Courier New', courier, monospace; direction: ltr; color: black; font-size: 8pt; overflow: visible; border-style: none; padding: 0px;"><span style="color: #006080;">"C:\Program Files\Windows AIK\Tools\x86\oscdimg"</span> -n -bc:\winpe_build\etfsboot.com c:\winpe_build\ISO c:\temp\customboot.iso</pre>
<p><!--CRLF--></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.petroons.net/?feed=rss2&amp;p=137</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a mandatory profile on W2K8R2</title>
		<link>http://www.petroons.net/?p=135</link>
		<comments>http://www.petroons.net/?p=135#comments</comments>
		<pubDate>Wed, 16 Jun 2010 10:11:12 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.petroons.net/?p=135</guid>
		<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>
			<content:encoded><![CDATA[<p>Use this procedure if you ever need a mandatory profile for your W2K8 remote desktop servers or Windows 7 based “appstations”.</p>
<ul>
<li>create a profile share on the fileserver (eg. \\server\profileshare$).</li>
<li>Configure sharelevel security:
<ul>
<li>Domain admins (FC)</li>
<li>Authenticated users &#8216;(R)</li>
</ul>
</li>
<li>Create a local user on the server that will be used to create and customize the profile and make this user member of the local administrators group.</li>
<li>Logon with this local admin and customize the profile as wanted.</li>
<li>Logoff and login again with the domain account.</li>
<li>Maker sure your explorer’s view settings are configured to show all extensions, hidden files, os files etc.</li>
<li>Copy the profile directory from the c:\users\ directory to the profiles share.</li>
<li>Add the .V2 extension to the profile directory. This makes the profile only available for client OS &gt;Vista and server OS &gt;W2K8.<br />
(eg \\server\profileshare$\mandatory.v2)</li>
<li>Load the ntuser.dat file using regedit (we’ll use this to put the correct permissions on the profile’s registry).</li>
<li>On the hive that you just loaded configure following permissions:
<ul>
<li>Remove all existing permissions</li>
<li>Add Authenticated users (R) and check the replace parent permission box.</li>
</ul>
</li>
<li>Unload the hive.</li>
<li>Rename ntuser.dat –&gt; ntuser.man (this makes it a mandatory profile).</li>
<li>Delete the \local and \locallow directories from the .\appdata directory.</li>
<li>Delete the .log files from the root profile dir (only keep the .man and .ini file).</li>
<li>Correct NTFS permissions on the profile directory:
<ul>
<li>uncheck “inherit from parent”</li>
<li>remove “administrators” and “users”</li>
<li>add “domain admins” (FC)</li>
<li>add “authenticated users” (R&amp;E, List all folders, Read)</li>
</ul>
</li>
<li>Assign the profile via GPO (computer\administrative templates\system\user profiles\set roaming profile path for all users logging on to this computer) or on the user object (<strong>do not add the .V2 extension</strong> to the profile path).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.petroons.net/?feed=rss2&amp;p=135</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Search Server or MOSS 2007 search via Vista</title>
		<link>http://www.petroons.net/?p=113</link>
		<comments>http://www.petroons.net/?p=113#comments</comments>
		<pubDate>Wed, 31 Dec 2008 17:28:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.petroons.net/?p=113</guid>
		<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>
			<content:encoded><![CDATA[<p>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.</p>
<p>To integrate your enterprise search in Vista configure the policy Instant Search policy setting via local policy (gpedit.msc) or Active Directory GPO.</p>
<p> </p>
<p><a href="http://www.petroons.net/blog/wp-content/uploads/UsingSearchServerorMOSSsearchviaVista_EBC6/image.png"><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://www.petroons.net/blog/wp-content/uploads/UsingSearchServerorMOSSsearchviaVista_EBC6/image_thumb.png" border="0" alt="image" width="220" height="244" /></a> </p>
<p>Or for the “old fashioned” registry hackers: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\SearchExtensions.</p>
<p><a href="http://www.petroons.net/blog/wp-content/uploads/UsingSearchServerorMOSSsearchviaVista_EBC6/image13.png"><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://www.petroons.net/blog/wp-content/uploads/UsingSearchServerorMOSSsearchviaVista_EBC6/image13_thumb.png" border="0" alt="image" width="596" height="56" /></a></p>
<p>Enter following search string: “http://MylabSrch.mylab.local/searchcenter/pages/results.aspx?k=%w “</p>
<p>After a gpupdate you’ll see the new search option(“My intranet locations” in my case):</p>
<p><a href="http://www.petroons.net/blog/wp-content/uploads/UsingSearchServerorMOSSsearchviaVista_EBC6/image10.png"><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://www.petroons.net/blog/wp-content/uploads/UsingSearchServerorMOSSsearchviaVista_EBC6/image10_thumb.png" border="0" alt="image" width="244" height="159" /></a></p>
<p> </p>
<p>For XP/2003, if you’re using <strong>Windows (desktop) Search 4.0 </strong>there will be a “Administrative Templates -&gt; Windows Desktop Search -&gt; Search -&gt; Add Primary Intranet Search Location” computer GPO option.</p>
<p><a href="http://www.petroons.net/blog/wp-content/uploads/UsingSearchServerorMOSSsearchviaVista_EBC6/image17.png"><img style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" title="image" src="http://www.petroons.net/blog/wp-content/uploads/UsingSearchServerorMOSSsearchviaVista_EBC6/image17_thumb.png" border="0" alt="image" width="220" height="244" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.petroons.net/?feed=rss2&amp;p=113</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Installer Cleanup Utility</title>
		<link>http://www.petroons.net/?p=89</link>
		<comments>http://www.petroons.net/?p=89#comments</comments>
		<pubDate>Mon, 08 Dec 2008 18:09:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.petroons.net/?p=89</guid>
		<description><![CDATA[Having trouble uninstalling an application via control panel? In that case you can try the &#8220;Windows installer cleanup utility&#8221;.]]></description>
			<content:encoded><![CDATA[<p>Having trouble uninstalling an application via control panel? In that case you can try the <a href="http://support.microsoft.com/kb/290301" target="_blank">&#8220;Windows installer cleanup utility&#8221;.</a></p>
<p><a href="http://www.petroons.net/blog/wp-content/uploads/2008/12/image.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="235" alt="image" src="http://www.petroons.net/blog/wp-content/uploads/2008/12/image-thumb.png" width="244" border="0"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.petroons.net/?feed=rss2&amp;p=89</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCCM OSD task sequence failing on ich7usb.inf</title>
		<link>http://www.petroons.net/?p=85</link>
		<comments>http://www.petroons.net/?p=85#comments</comments>
		<pubDate>Tue, 25 Nov 2008 16:55:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.petroons.net/?p=85</guid>
		<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>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 0pt"><span lang="EN-GB" style="mso-ansi-language: en-gb"><font size="3"><font color="#000000"><font face="Calibri"></font></font></font></span>&nbsp;</p>
<p><span lang="EN-GB" style="mso-ansi-language: en-gb"><font size="3"><font color="#000000"><font face="Calibri">When trying to create a Vista reference image via an SCCM Operating System install package, my Task Sequence kept failing </font></font></font></span><span lang="EN-GB" style="mso-ansi-language: en-gb"><font size="3"><font color="#000000"><font face="Calibri">on the &#8220;Configuring Windows and ConfigMgr&#8221; task. Vista setup returned &#8220;error 31&#8243; (boot critical device driver issue).</font></font></font></span><span lang="EN-GB" style="mso-ansi-language: en-gb"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><font face="Calibri" color="#000000" size="3">&nbsp;</font></o:p></span></p>
<p>The setupapi log showed that the system was failing on ICH7USB.INF.</p>
<p><span lang="EN-GB" style="mso-ansi-language: en-gb"><o:p><font face="Calibri" color="#000000" size="3">Apparently the driver references USBUI.DLL. This file is not present on WinPE.</font></o:p></span></p>
<p><span lang="EN-GB" style="mso-ansi-language: en-gb"><o:p><font face="Calibri" color="#000000" size="3">Copying USBUI.DLL from a Vista machine to the windows\system32 directory of your PE boot image will serve as a workaround.</font></o:p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.petroons.net/?feed=rss2&amp;p=85</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downloading Microsoft Hotfixes</title>
		<link>http://www.petroons.net/?p=83</link>
		<comments>http://www.petroons.net/?p=83#comments</comments>
		<pubDate>Mon, 17 Nov 2008 08:12:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Download Hotfix]]></category>

		<guid isPermaLink="false">http://www.petroons.net/?p=83</guid>
		<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>
			<content:encoded><![CDATA[<p>You can download hotfixes from the Microsoft hotfix self-service site if you know the related KB number.</p>
<p>Use following URL format:</p>
<p><span style="font-size: 10pt; color: black; font-family: 'Tahoma','sans-serif'; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa"><font color="#0000ff">http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=<strong><font color="#ff0000">KBNumber</font></strong>&amp;kbln=</font><font color="#ff0000"><strong>KBLanguage</strong></font></span></p>
<p><span style="font-size: 10pt; color: black; font-family: 'Tahoma','sans-serif'; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa">Example:</span></p>
<p><span style="font-size: 10pt; color: black; font-family: 'Tahoma','sans-serif'; mso-fareast-font-family: calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: en-us; mso-fareast-language: en-us; mso-bidi-language: ar-sa">
<p><span style="font-size: 10pt; color: black; font-family: 'Tahoma','sans-serif'"><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=958011&amp;kbln=en-us"><u><font color="#0000ff">http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=958011&amp;kbln=en-us</font></u></a><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></span></p>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.petroons.net/?feed=rss2&amp;p=83</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-initializing Vista or Windows 7 offline folder cache</title>
		<link>http://www.petroons.net/?p=78</link>
		<comments>http://www.petroons.net/?p=78#comments</comments>
		<pubDate>Fri, 14 Nov 2008 11:15:58 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.petroons.net/?p=78</guid>
		<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>
			<content:encoded><![CDATA[<p> </p>
<p>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.</p>
<ol>
<li>Locate the following registry key: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\CSC</li>
<li>Point to New, and then click Key.</li>
<li>Type Parameters in the box.</li>
<li>Right-click Parameters, point to New, and then click DWORD (32-bit)Value.</li>
<li>Type FormatDatabase, and then press ENTER.</li>
<li>Right-click FormatDatabase, and then click Modify.</li>
<li>In the Value data box, type 1, and then click OK.</li>
<li>Exit Registry Editor, and then restart the computer</li>
</ol>
<p><a href="http://www.petroons.net/blog/wp-content/uploads/2008/11/image.png"><img style="border-width: 0px;" src="http://www.petroons.net/blog/wp-content/uploads/2008/11/image-thumb.png" border="0" alt="image" width="557" height="149" /></a></p>
<p><a href="http://support.microsoft.com/kb/942974">http://support.microsoft.com/kb/942974</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.petroons.net/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
