<?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>Kernel Confusion &#187; Windows 7</title>
	<atom:link href="http://fitzzz.de/index.php/category/microsoft/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://fitzzz.de</link>
	<description>Blogging about my work as an IT consultant</description>
	<lastBuildDate>Wed, 14 Sep 2011 19:42:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Customizing Windows 7 Gadgets granularly</title>
		<link>http://fitzzz.de/index.php/2011/04/01/customizing-windows-7-gadgets-granularly/</link>
		<comments>http://fitzzz.de/index.php/2011/04/01/customizing-windows-7-gadgets-granularly/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 07:44:39 +0000</pubDate>
		<dc:creator>Christoph Schmidt</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Gadget]]></category>

		<guid isPermaLink="false">http://fitzzz.de/?p=275</guid>
		<description><![CDATA[How to remove single gadgets from the WIndows 7 gadget list]]></description>
			<content:encoded><![CDATA[<p>Designing a Windows 7 Client can be quite complicated, especially when you face a customer that wants to set everything there is to match his vision. In this particular case the customer wanted build-in Windows 7 Gadgets which connect to the internet not to appear in the Gadget list.</p>
<p>A little searching didn’t help me, I even found a TechNet thread where a Microsoft colleague stated that there is no way to turn single gadgets on and off, you can just disable the whole feature.</p>
<p>As a techie I wasn’t satisfied with that answer and pulled Sysinternals Process Monitor out of my sleeve… well, a USB stick. If a user right-clicks a gadget in the list, he is presented with a uninstall option. Using this one will add the filename of the gadget to the settings.ini in <em>“%userprofile%\Windows Sidebar”</em>.</p>
<p>So my solution is to use a Group Policy (Extention) to edit the .ini-file as I need it. Look at the <em>[Root]</em> section and the “<em>PickerDefaultPackageSkipList</em>” property. There you can add all the Gadgets you don’t want to see in the list.</p>
<p>Example:</p>
<blockquote><p>PickerDefaultPackageSkipList=&#8221;Weather.Gadget,Currency.Gadget,&#8221;</p></blockquote>
<p>This will remove the Weather- and Currency-Gadget from the list. Of course, the user can still re-add this one, but you could also delete the files as well. From here you can customize the solution to your needs.</p>
<p><strong>Go Go Gadgetto Blogpost!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://fitzzz.de/index.php/2011/04/01/customizing-windows-7-gadgets-granularly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bitlocker and the disappearing harddrive</title>
		<link>http://fitzzz.de/index.php/2009/12/18/bitlocker-and-the-disappearing-harddrive/</link>
		<comments>http://fitzzz.de/index.php/2009/12/18/bitlocker-and-the-disappearing-harddrive/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 13:11:16 +0000</pubDate>
		<dc:creator>Christoph Schmidt</dc:creator>
				<category><![CDATA[BitLocker]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://fitzzz.de/?p=174</guid>
		<description><![CDATA[A customer of mine uses Microsoft BitLocker encryption to protect all it&#8217;s computers, both mobile and workstations, as they contain critical financial information of several other companies. When upgrading their client environment to Vista, we already introduced BitLocker for all hard drives and it worked like a charm. As they now move on to Windows [...]]]></description>
			<content:encoded><![CDATA[<p>A customer of mine uses Microsoft BitLocker encryption to protect all it&#8217;s computers, both mobile and workstations, as they contain critical financial information of several other companies. When upgrading their client environment to Vista, we already introduced BitLocker for all hard drives and it worked like a charm. As they now move on to Windows 7, an interesting problem occurred for one the workstations when trying to encrypt a secondary drive.</p>
<div id="attachment_176" class="wp-caption alignnone" style="width: 524px"><img class="size-full wp-image-176" title="bitlocker_platten_explorer" src="http://fitzzz.de/wp-content/uploads/2009/12/bitlocker_platten_explorer.PNG" alt="Bitlocker encrypted OS drive" width="514" height="61" /><p class="wp-caption-text">Bitlocker encrypted OS drive</p></div>
<p>Whenever the administrator deployed the encryption task sequence via ConfigMgr, the hard drive disappeared from the system. There was no sign left at all, no drive letter in explorer, no entry in the management console and no trace in the device explorer. Gone! Looking at the activity LEDs, there was nothing going on. Restarting the system brought the drive back, but it did not continue to encrypt. Restarting the encryption led to the same behaviour. Looking at the drive&#8217;s BitLocker status revealed it began it&#8217;s work as it showed a 1% encryption. Decrypting it, again, let the drive vanish.</p>
<p>After some resultless research the final solution was to update the SATA Controller&#8217;s driver with the most recent one, in this case from the chip manufacturer, not the workstation vendor. After updating it, the encryption worked flawlessly.</p>
]]></content:encoded>
			<wfw:commentRss>http://fitzzz.de/index.php/2009/12/18/bitlocker-and-the-disappearing-harddrive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

