<?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/tag/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>ACT 5.6 Upload Error</title>
		<link>http://fitzzz.de/index.php/2011/04/18/act-5-6-upload-error/</link>
		<comments>http://fitzzz.de/index.php/2011/04/18/act-5-6-upload-error/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 14:49:02 +0000</pubDate>
		<dc:creator>Christoph Schmidt</dc:creator>
				<category><![CDATA[ACT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[AppCompat]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://fitzzz.de/?p=281</guid>
		<description><![CDATA[If you are testing the Microsoft Application Compatibility Toolkit, you might want to choose the clients wisely. If you are &#8220;lazy&#8221; and just want to try the agent out and install it on a Windows 7 SP1 machine, you will end up with the .XML files in the &#8220;failed&#8221;-directory and the following event-log entries: Error [...]]]></description>
			<content:encoded><![CDATA[<p>If you are testing the Microsoft Application Compatibility Toolkit, you might want to choose the clients wisely. If you are &#8220;lazy&#8221; and just want to try the agent out and install it on a Windows 7 SP1 machine, you will end up with the .XML files in the &#8220;failed&#8221;-directory and the following event-log entries:</p>
<blockquote><p>Error Source: ACUpload   EventID:0</p>
<p>ACTUPLOAD: Microsoft.ApplicationExperience.Common.ObjectFramework.PersistenceException: Persistence_FlushSqlError &#8212;&gt; System.Data.SqlClient.SqlException: The INSERT statement conflicted with the FOREIGN KEY constraint &#8220;Logical_Machine_OS_ForeignKey&#8221;. The conflict occurred in database &#8220;ACT-Demo&#8221;, table &#8220;dbo.OS&#8221;, column &#8216;osID&#8217;.</p></blockquote>
<p>The SQL Key here indicated it tried something regarding the OS Key. So a quick look in my file showed this in the 5th line of the XML:</p>
<blockquote><p>&lt;OsInfo Id=&#8221;<strong>6.1.1</strong>&#8221; MacAddress=&#8221;&#8230;</p></blockquote>
<p>I manually changed that number to 6.0.0 and the file got imported correctly. The machine was listed as Vista now. Version 6.1.0 is for Windows 7, 6.1.1 is for Windows 7 Sp1, but that&#8217;s nor yet in the ACT Database. Nothing serious, just for those of you how didn&#8217;t see that coming, like myself <img src='http://fitzzz.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://fitzzz.de/index.php/2011/04/18/act-5-6-upload-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>DirectAccess Connectivity Assistant</title>
		<link>http://fitzzz.de/index.php/2010/03/09/directaccess-connectivity-assistant/</link>
		<comments>http://fitzzz.de/index.php/2010/03/09/directaccess-connectivity-assistant/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 17:29:25 +0000</pubDate>
		<dc:creator>Christoph Schmidt</dc:creator>
				<category><![CDATA[Direct Access]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://fitzzz.de/?p=222</guid>
		<description><![CDATA[DirectAccess is a great technology and I love to use it. If I get connection problems, I just open up my command line and examine the ipconfig output to see if something’s wrong. But is this something all your customers and colleagues are capable to do? I think not. Especially in rather large deployments, DirectAccess [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a title="DA Information" href="http://www.microsoft.com/windows/enterprise/products/windows-7/features.aspx" target="_blank">DirectAccess</a></strong> is a great technology and I love to use it. If I get connection problems, I just open up my command line and examine the ipconfig output to see if something’s wrong. But is this something all your customers and colleagues are capable to do? I think not. Especially in rather large deployments, DirectAccess might put your help desk under a lot of pressure.</p>
<p>To reduce such calls and ease the complexity of debugging actual problems, Microsoft’s <a href="http://technet.microsoft.com/en-us/library/ff384241.aspx" target="_blank">DirectAccess Connectivity Assistant</a> might come in handy. It’s a small tool that notifies the user of his current connection status and helps to provide valuable information to the help desk.</p>
<p>So let me show it to you in action.<br />
After setup it will show up in the user’s tray bar.</p>
<div id="attachment_224" class="wp-caption alignnone" style="width: 297px"><a href="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_1.png"><img class="size-full wp-image-224" title="da_assistant_1" src="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_1.png" alt="DirectAccess Connectivity Assistant in traybar" width="287" height="43" /></a><p class="wp-caption-text">DirectAccess Connectivity Assistant in traybar</p></div>
<p>A simple single click informs about the current status (as does the tooltip).</p>
<div id="attachment_225" class="wp-caption alignnone" style="width: 322px"><a href="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_2.png"><img class="size-full wp-image-225" title="da_assistant_2" src="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_2.png" alt="DirectAccess Connectivity Assistant balloon" width="312" height="134" /></a><p class="wp-caption-text">DirectAccess Connectivity Assistant balloon</p></div>
<p>A right-click offers two options: “Advanced Diagnostics” and a DNS preferation setting (we will come to that later)</p>
<div id="attachment_227" class="wp-caption alignnone" style="width: 235px"><a href="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_3.png"><img class="size-full wp-image-227" title="da_assistant_3" src="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_3.png" alt="DirectAccess Connectivity Assistant right-click menue" width="225" height="95" /></a><p class="wp-caption-text">DirectAccess Connectivity Assistant right-click menue</p></div>
<p>The “Advanced Diagnostics” window offers more detailed information about the status and will generate log files upon its launch. Those can be send via the “Email logs” button to a prespecified address. It also has a link to your company’s help desk web page.</p>
<div id="attachment_228" class="wp-caption alignnone" style="width: 391px"><a href="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_4.png"><img class="size-full wp-image-228" title="da_assistant_4" src="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_4.png" alt="DirectAccess Connectivity Assistant Advanced Diagnostics" width="381" height="398" /></a><p class="wp-caption-text">DirectAccess Connectivity Assistant Advanced Diagnostics</p></div>
<p>You will need to use the supplied ADMX/ADML files to configure the agent via Group Policy.<br />
To do this, on your Domain Controller, copy the “<strong>DirectAccess Connectivity Assistant GP.admx</strong>” file to the folder <strong>“%systemroot%\PolicyDefinitions</strong>” and then copy the “<strong>DirectAccess Connectivity Assistant GP.adml</strong>” file to the folder “<strong>%systemroot%\PolicyDefinititions\<em>language</em></strong>”. For example “<strong>%systemroot%\PolicyDefinitions\en-us</strong>” or “<strong>%systemroot%\PolicyDefinitions\de-DE</strong>”.</p>
<p>After that, you can launch the Group Policy Management MMC, open your DirectAccess GPO and navigate to “Computer Configuration / Administrative Templates / DirectAccess Connectivity Assistant”. You can now specify a couple of settings needed to use the tool.</p>
<p>At this point, I would like you to read the Deployment Guide supplied with the <a href="http://technet.microsoft.com/en-us/library/ff384241.aspx" target="_blank">download</a>, as it will help you to successfully deploy and configure your Assistant.</p>
]]></content:encoded>
			<wfw:commentRss>http://fitzzz.de/index.php/2010/03/09/directaccess-connectivity-assistant/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>

