<?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>Ward Vissers &#187; Windows 7</title>
	<atom:link href="http://www.wardvissers.nl/category/microsoft/windows/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wardvissers.nl</link>
	<description>Things About Microsoft &#38; Exchange &#38; VMware</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:42:43 +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>Setup KMS Server for Windows Server 2008 R2 or Windows 7</title>
		<link>http://www.wardvissers.nl/2012/01/24/setup-kms-server-for-windows-server-2008-r2-or-windows-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=setup-kms-server-for-windows-server-2008-r2-or-windows-7</link>
		<comments>http://www.wardvissers.nl/2012/01/24/setup-kms-server-for-windows-server-2008-r2-or-windows-7/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 01:56:56 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[2008]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1401</guid>
		<description><![CDATA[Open the command prompt and run the following command: cscript c: \ Windows \ System32 \ slmgr.vbs / ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx Enter the product key xxxxx Windows Server 2008 R2. It is also able to activate Windows 7. The following text &#8230; <a href="http://www.wardvissers.nl/2012/01/24/setup-kms-server-for-windows-server-2008-r2-or-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Open the command prompt and run the following command:</p>
<p>cscript c: \ <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> \ System32 \ slmgr.vbs / ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</p>
<p>Enter the product key xxxxx Windows Server <a href="http://www.wardvissers.nl/tag/2008-r2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with 2008 R2">2008 R2</a>. It is also able to activate <a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a>. The following text appears when the command is successful.</p>
<p><a href="http://www.wardvissers.nl/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> ® Windows Script Host Version 5.7<br />
Copyright © Microsoft Corporation. All rights reserved.<br />
Installed product key xxxxx-xxxxx-xxxxx-xxxxx-xxxxx successfully.<br />
The installation of the KMS server is complete. The server installs itself on port 1688. This port must be opened to be put in the firewall. To change the port the following command can be used.</p>
<p>Slmgr.vbs / SPRT xxxx<br />
Once the firewall is open and the key is installed, the KMS server service has to be restarted. Do this by using the following command:</p>
<p>slsvc &amp; net stop &amp; net start slsvc</p>
<p>To check whether the data will be registered correctly in the DNS, the following command:</p>
<p>nslookup-type = srv _vlmcs._tcp</p>
<p>Here, the following output should appear:</p>
<p>_vlmcs._tcp.test.local SRV service location:<br />
priority = 0<br />
weight = 0<br />
port = 1688<br />
svr hostname = kms.wardvissers.local<br />
internet address = 192.168.150.7 kms.wardvissers.local</p>
<p>Clients / Servers</p>
<p>The clientele / servers need to connect to the KMS host will automatically find the host by dns. When the client / server using a MAK key is activated. Should this be put back to a KMS client key. These keys are released by Microsoft. When this key is set on the client / server will automatically look for a KMS host. When not present, the client / server activation.</p>
<p>KMS client keys:</p>
<p>Windows 7 Enterprise: 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH<br />
Windows Server 2008 Standard: TM24T-X9RMF-VWXK6-X8JC9-BFGM2<br />
Windows Server 2008 Enterprise: YQGMW-MPWTJ-34KDK-48M3W-X4Q6V<br />
Windows Server 2008 R2 Standard &#8211; YC6KT-GKW9T-YTKYR-T4X34-R7VHC<br />
Windows Server 2008 R2 Enterprise &#8211; 489J6-VHDMP-X63PK-3K798-CPX3Y</p>
<p>The following commands can the key be changed from MAK to KMS here are the xxxxx is one of the above keys.</p>
<p>slmgr.vbs / ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx<br />
Note: To ensure that the client is forced to activate the command to be executed on the client.<br />
slmgr-ato</p>
<p>It can happen that the RMS server returns the following message. This is because the KMS server is just beginning to work with 25 clients and 5 servers.</p>
<p>You can find here the list with error codes &amp; solutions: <a title="http://support.microsoft.com/kb/938450" href="http://support.microsoft.com/kb/938450">http://support.microsoft.com/kb/938450</a></p>
<p>Special thanks to:<a href="http://www.harmhoekstra.nl/kb/entry/41/">Harm Hoekstra</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Setup+KMS+Server+for+Windows+Server+2008+R2+or+Windows+7+http%3A%2F%2Ftinyurl.com%2F89pzenj" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/01/24/setup-kms-server-for-windows-server-2008-r2-or-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preventing Automatic Service Pack 1 Update to Windows 7 and Windows Server 2008 R2</title>
		<link>http://www.wardvissers.nl/2011/08/16/preventing-automatic-service-pack-1-update-to-windows-7-and-windows-server-2008-r2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=preventing-automatic-service-pack-1-update-to-windows-7-and-windows-server-2008-r2</link>
		<comments>http://www.wardvissers.nl/2011/08/16/preventing-automatic-service-pack-1-update-to-windows-7-and-windows-server-2008-r2/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 20:05:53 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/08/16/preventing-automatic-service-pack-1-update-to-windows-7-and-windows-server-2008-r2/</guid>
		<description><![CDATA[Microsoft began to distribute Windows 7 and Windows Server 2008 R2 Service Pack 1 (SP1) as a high-priority update through Automatic Updates. However, as with most large corporate environments, IT organizations may want to delay the introduction of a new &#8230; <a href="http://www.wardvissers.nl/2011/08/16/preventing-automatic-service-pack-1-update-to-windows-7-and-windows-server-2008-r2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wardvissers.nl/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> began to distribute <strong><a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a> and <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Server <a href="http://www.wardvissers.nl/tag/2008-r2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with 2008 R2">2008 R2</a> Service Pack 1 (SP1)</strong> as a high-priority update through Automatic Updates. However, as with most large corporate environments, IT organizations may want to delay the introduction of a new Service Pack until they have tested compatibility with internal applications and sites.</p>
<p>Microsoft created a tool called “<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=D7C9A07A-5267-4BD6-87D0-E2A72099EDB7"><strong>Windows Service Pack Blocker Tool Kit</strong></a>” to stop it from updating your servers and workstations without your permission. Unlike the <strong><a href="http://www.petri.co.il/blocker-toolkit-for-ie9.htm">Blocker Toolkit for IE9</a></strong>, this tool does have an expiration date &#8211; the 22nd of February 2012. The tool and can be configured either by running the registry file on the client machines or through Group Policy in domain joined environments.</p>
<h4>Download</h4>
<p>Download details: <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=D7C9A07A-5267-4BD6-87D0-E2A72099EDB7">www.microsoft.com/downloads/en/details.aspx?FamilyID=D7C9A07A-5267-4BD6-87D0-E2A72099EDB7</a></p>
<p>The tool can be used with:</p>
<ul>
<li>Windows 7 Service Pack 1 </li>
<li>Windows Server 2008 R2 Service Pack 1 </li>
</ul>
<h4><strong><a href="http://www.wardvissers.nl/tag/toolkit/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Toolkit">Toolkit</a> Components</strong></h4>
<p>The tool contains three components. All of them function primarily to set or clear a specific registry key that is used to detect and block download of Service Packs from Windows Update. You need to only use one of the components, the one that best serves your organization’s computer management infrastructure.</p>
<p>The components are:</p>
<ul>
<li>A Microsoft-signed executable </li>
<li>A script </li>
<li>An ADM template </li>
</ul>
<h4>Registry key</h4>
<p>The executable creates a registry key on the computer on which it is runs that blocks or unblocks (depending on the command-line option used) the delivery of a Service Pack to that computer through Windows Update. The key used is <strong><em>HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate</em></strong>.</p>
<p>Key value name: <strong><em>DoNotAllowSP</em></strong></p>
<ul>
<li>When the key value name is not defined, distribution is not blocked. </li>
<li>When the key value name is set to 0, distribution is not blocked. </li>
<li>When the key value name is set to 1, distribution is blocked. </li>
</ul>
<h4><strong>Blocker Script</strong></h4>
<p>The script does the same thing as the executable, but allows you to specify the remote machine name on which to block or unblock delivery of Service Packs.</p>
<p>When the<strong> &#8216;/B&#8217; </strong>command line option is used, the key value name &#8216;<strong><em>DoNotAllowSP</em></strong>&#8216; is created and its value set to 1. This value blocks delivery of a Service Pack to the computer through Automatic Update or Windows Update.</p>
<p>When the <strong>&#8216;/U&#8217; </strong>command line option is used, the previously created registry value that temporarily blocked the delivery of a Service Pack to the computer through Automatic Update or Windows Update is removed. If the value does not exist on the computer on which it is run, no action is taken.</p>
<p><strong>Note</strong>: The executable and script have been tested only as a command-line tool and not in conjunction with other systems management <a href="http://www.wardvissers.nl/tag/tools/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Tools">tools</a> or remote execution mechanisms.</p>
<h4><strong>Group Policy Administrative Template (.ADM file)</strong></h4>
<p>The ADM template allows administrators to import group policy settings to block or unblock delivery of Service Packs into their Group Policy environment. Administrators can then use Group Policy to centrally execute the action across systems in their environment.</p>
<p>Add the .ADM file to the Group Policy by going to <strong>Computer Configuration</strong> &gt; <strong>Administrative Templates</strong>. Right click and select <strong>Add/Remote Templates</strong>. Browse to the location of the <strong>.ADM file</strong> and click <strong>Ok</strong>.</p>
<p><a href="http://www.petri.co.il/wp-content/uploads/sp1-blocker-adm-01.png"><img title="Windows 7 and Windows Server 2008 R2 SP1 Blocker: Group Policy Settings" alt="Windows 7 and Windows Server 2008 R2 SP1 Blocker: Group Policy Settings" src="http://www.petri.co.il/wp-content/uploads/sp1-blocker-adm-01-583x400.png" width="466" height="320" /></a></p>
<p>Users running Windows 7 and Windows Server 2008 R2 will see the policy setting under <strong>Computer Configuration</strong> &gt; <strong>Administrative Templates</strong> &gt; <strong>Classic Administrative Templates (ADM)</strong> &gt; <strong>Windows Components</strong> &gt; <strong>Windows Update</strong>.</p>
<p><a href="http://www.petri.co.il/wp-content/uploads/sp1-blocker-adm-02.png"><img title="Block Windows 7 and Windows Server 2008 R2 SP1 automatic updates " alt="Block Windows 7 and Windows Server 2008 R2 SP1 automatic updates" src="http://www.petri.co.il/wp-content/uploads/sp1-blocker-adm-02-583x400.png" width="466" height="320" /></a></p>
<p>Please note that this toolkit will not prevent the installation of the service pack from CD/DVD, or from the stand-alone download package. This simply prevents <strong>Windows 7 and Windows Server 2008 R2 Service Pack 1 (SP1) </strong>from being delivered over Windows Update.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Preventing+Automatic+Service+Pack+1+Update+to+Windows+7+and+Windows+Server+2008+R2+http%3A%2F%2Ftinyurl.com%2F3rrzhwy" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/08/16/preventing-automatic-service-pack-1-update-to-windows-7-and-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a Windows 7 x86 or x64 WMI Filter</title>
		<link>http://www.wardvissers.nl/2011/05/06/how-to-create-a-windows-7-x86-or-x64-wmi-filter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-a-windows-7-x86-or-x64-wmi-filter</link>
		<comments>http://www.wardvissers.nl/2011/05/06/how-to-create-a-windows-7-x86-or-x64-wmi-filter/#comments</comments>
		<pubDate>Fri, 06 May 2011 19:51:55 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/05/06/how-to-create-a-windows-7-x86-or-x64-wmi-filter/</guid>
		<description><![CDATA[I want to deploy some applications to different OS versions. I created some WMI filters. I added the right Group Policy to the right WMI filter. Target Win 7 32 bit machines: select * from Win32_OperatingSystem WHERE Version like &#34;6.1%&#34; &#8230; <a href="http://www.wardvissers.nl/2011/05/06/how-to-create-a-windows-7-x86-or-x64-wmi-filter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I want to deploy some applications to different OS versions. I created some WMI filters. I added the right Group Policy to the right WMI filter.</p>
<p>Target Win 7 32 bit machines:</p>
<p>select * from Win32_OperatingSystem WHERE Version like &quot;6.1%&quot; AND ProductType=&quot;1&quot; AND NOT OSArchitecture = &quot;64-bit&quot;</p>
<p>Target Win 7 64Bit machines:</p>
<p>select * from Win32_OperatingSystem WHERE Version like &quot;6.1%&quot; AND ProductType=&quot;1&quot; AND OSArchitecture = &quot;64-bit&quot;</p>
<p>Target any 32 bit OS;</p>
<p>SELECT AddressWidth FROM Win32_Processor WHERE AddressWidth =&#8217;32&#8242;</p>
<p>Target any 64Bit OS: </p>
<p>SELECT AddressWidth FROM Win32_Processor WHERE AddressWidth =&#8217;64</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=How+to+create+a+Windows+7+x86+or+x64+WMI+Filter+http%3A%2F%2Ftinyurl.com%2F3ob9gtu" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/05/06/how-to-create-a-windows-7-x86-or-x64-wmi-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poster: Deploying Windows 7 in Enterprise</title>
		<link>http://www.wardvissers.nl/2011/03/29/poster-deploying-windows-7-in-enterprise/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=poster-deploying-windows-7-in-enterprise</link>
		<comments>http://www.wardvissers.nl/2011/03/29/poster-deploying-windows-7-in-enterprise/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 19:02:26 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/03/29/poster-deploying-windows-7-in-enterprise/</guid>
		<description><![CDATA[To download just click on the picture.]]></description>
			<content:encoded><![CDATA[<p><a href="http://download.microsoft.com/download/1/E/5/1E570416-8A4D-4B8B-968C-DA7F78F7E7CD/Win7%20deployment%20Poster%20(Eng).pdf"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://www.wardvissers.nl/wp-upload/Deploying-Windows-7-in-Enterprise-accoun_12621/image.png" border="0" alt="image" width="636" height="454" /></a></p>
<p>To download just click on the picture.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Poster%3A+Deploying+Windows+7+in+Enterprise+http%3A%2F%2Ftinyurl.com%2F63962jf" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/03/29/poster-deploying-windows-7-in-enterprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Group Policy Preferences Data Sources Failed with error 0&#215;80070057</title>
		<link>http://www.wardvissers.nl/2011/03/15/group-policy-preferences-data-sources-failed-with-error-0x80070057/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=group-policy-preferences-data-sources-failed-with-error-0x80070057</link>
		<comments>http://www.wardvissers.nl/2011/03/15/group-policy-preferences-data-sources-failed-with-error-0x80070057/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 20:50:00 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[2008]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/03/15/group-policy-preferences-data-sources-failed-with-error-0x80070057/</guid>
		<description><![CDATA[Group Policy Data Sources is voltooid. Aanvullende gegevens: Het voorkeursitem computer &#8216;Nordined&#8217; in het groepsbeleidsobject &#8216;De naam van de policy {54A928D5-EAA8-421B-9F12-066B350B6671}&#8217; is niet toegepast, omdat het is mislukt met foutcode &#8217;0&#215;80070057 De parameter is onjuist.&#8217;%%100790273 Oplossing: Edit Datasources.xml &#60;?xml version=&#34;1.0&#34; &#8230; <a href="http://www.wardvissers.nl/2011/03/15/group-policy-preferences-data-sources-failed-with-error-0x80070057/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wardvissers.nl/wp-upload/60808d0d9452_C130/clip_image002.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.wardvissers.nl/wp-upload/60808d0d9452_C130/clip_image002_thumb.jpg" width="217" height="244" /></a>     <br />Group Policy Data Sources is voltooid.</p>
<p><u>Aanvullende gegevens:</u></p>
<p>Het voorkeursitem computer &#8216;Nordined&#8217; in het groepsbeleidsobject &#8216;De naam van de policy {54A928D5-EAA8-421B-9F12-066B350B6671}&#8217; is niet toegepast, omdat het is mislukt met foutcode &#8217;0&#215;80070057 De parameter is onjuist.&#8217;%%100790273</p>
<p>Oplossing:</p>
<p><a href="http://www.wardvissers.nl/wp-upload/60808d0d9452_C130/clip_image004.jpg"><img style="background-image: none; border-right-width: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.wardvissers.nl/wp-upload/60808d0d9452_C130/clip_image004_thumb.jpg" width="244" height="177" /></a></p>
<p><a href="http://www.wardvissers.nl/wp-upload/60808d0d9452_C130/clip_image006.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://www.wardvissers.nl/wp-upload/60808d0d9452_C130/clip_image006_thumb.jpg" width="244" height="154" /></a></p>
<p>Edit Datasources.xml    <br />&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;</p>
<p>&lt;DataSources clsid=&quot;{380F820F-F21B-41ac-A3CC-24D4F80F067B}&quot;&gt;&lt;DataSource clsid=&quot;{5C209626-D820-4d69-8D50-1FACD6214488}&quot; name=&quot;WARD&quot; image=&quot;2&quot; changed=&quot;2011-03-02 09:04:35&quot; uid=&quot;{2E9E5014-DEA3-4B65-AD9A-B8A6C602E576}&quot; userContext=&quot;1&quot; removePolicy=&quot;0&quot;&gt;&lt;Properties action=&quot;U&quot; userDSN=&quot;0&quot; dsn=&quot;WARD&quot; driver=&quot;SQL Server&quot; description=&quot;Ward&quot; username=&quot;&quot; cpassword=&quot;&quot;&gt;&lt;Attributes&gt;&lt;Attribute name=&quot;SERVER&quot; value=&quot;SQLSERVERNAME&quot;/&gt;&lt;Attribute name=&quot;TRUSTED_CONNECTION&quot; value=&quot;Yes&quot;/&gt;&lt;Attribute name=&quot;DATABASE&quot; value=&quot;DATABASENAAM&quot;/&gt;&lt;/Attributes&gt;&lt;/Properties&gt;&lt;/DataSource&gt;</p>
<p>&lt;/DataSources&gt;</p>
<p>Delete username=&quot;&quot; and cpassword=&quot;&quot;    <br />&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;</p>
<p>&lt;DataSources clsid=&quot;{380F820F-F21B-41ac-A3CC-24D4F80F067B}&quot;&gt;&lt;DataSource clsid=&quot;{5C209626-D820-4d69-8D50-1FACD6214488}&quot; name=&quot;WARD&quot; image=&quot;2&quot; changed=&quot;2011-03-02 09:04:35&quot; uid=&quot;{2E9E5014-DEA3-4B65-AD9A-B8A6C602E576}&quot; userContext=&quot;1&quot; removePolicy=&quot;0&quot;&gt;&lt;Properties action=&quot;U&quot; userDSN=&quot;0&quot; dsn=&quot;WARD&quot; driver=&quot;SQL Server&quot; description=&quot;Ward&quot; &gt;&lt;Attributes&gt;&lt;Attribute name=&quot;SERVER&quot; value=&quot;SQLSERVERNAME&quot;/&gt;&lt;Attribute name=&quot;TRUSTED_CONNECTION&quot; value=&quot;Yes&quot;/&gt;&lt;Attribute name=&quot;DATABASE&quot; value=&quot;DATABASENAAM&quot;/&gt;&lt;/Attributes&gt;&lt;/Properties&gt;&lt;/DataSource&gt;</p>
<p>Now the policy is deployed succesvol <img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" class="wlEmoticon wlEmoticon-openmouthedsmile" alt="Open-mouthed smile" src="http://www.wardvissers.nl/wp-upload/60808d0d9452_C130/wlEmoticon-openmouthedsmile.png" /></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Group+Policy+Preferences+Data+Sources+Failed+with+error+0%C3%9780070057+http%3A%2F%2Ftinyurl.com%2F6z9mxnu" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/03/15/group-policy-preferences-data-sources-failed-with-error-0x80070057/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Assessment and Planning Toolkit 5.5</title>
		<link>http://www.wardvissers.nl/2011/01/18/microsoft-assessment-and-planning-toolkit-5-5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-assessment-and-planning-toolkit-5-5</link>
		<comments>http://www.wardvissers.nl/2011/01/18/microsoft-assessment-and-planning-toolkit-5-5/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 20:22:50 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[2003]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/01/18/microsoft-assessment-and-planning-toolkit-5-5/</guid>
		<description><![CDATA[The Microsoft Assessment and Planning Toolkit (MAP) is an agentless, automated, multi-product planning and assessment tool for quicker and easier desktop and server migrations. MAP provides detailed readiness assessment reports and executive proposals with extensive hardware and software information, and &#8230; <a href="http://www.wardvissers.nl/2011/01/18/microsoft-assessment-and-planning-toolkit-5-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.wardvissers.nl/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> Assessment and Planning <a href="http://www.wardvissers.nl/tag/toolkit/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Toolkit">Toolkit</a> (MAP) is an agentless, automated, multi-product planning and assessment tool for quicker and easier desktop and server migrations. MAP provides detailed readiness assessment reports and executive proposals with extensive hardware and software information, and actionable recommendations to help organizations accelerate their IT infrastructure planning process, and gather more detail on assets that reside within their current environment. MAP also provides server utilization data for Hyper-V server virtualization planning; identifying server placements, and performing virtualization candidate assessments, including ROI analysis for server consolidation with Hyper-V. </p>
<p>MAP helps make the following IT planning projects faster and easier:</p>
<ul>
<li>Migration to <a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a>, <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Server <a href="http://www.wardvissers.nl/tag/2008-r2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with 2008 R2">2008 R2</a>, and Microsoft Office 2010 </li>
<li>Migration to Windows 7 compatible versions of Internet Explorer </li>
<li>Migration to cloud-based services </li>
<li>Server virtualization with Hyper-V </li>
<li>SQL Server consolidation and migration to SQL Server 2008 R2 </li>
<li>Assessment of current software usage and client access history for simplified software asset management </li>
<li>PC security assessment and migration to Microsoft Forefront Client Security</li>
</ul>
<p>You can use MAP to inventory the following technologies:</p>
<ul>
<li>Windows 7 </li>
<li>Windows Vista </li>
<li>Windows <a href="http://www.wardvissers.nl/tag/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XP">XP</a> Professional </li>
<li>Office 2010 and previous versions </li>
<li>Windows Server 2008 or Windows Server 2008 R2 </li>
<li>Windows Server 2003 or Windows Server 2003 R2 </li>
<li>Windows 2000 Professional or Windows 2000 Server </li>
<li><a href="http://www.wardvissers.nl/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with VMWare">VMware</a> <a href="http://www.wardvissers.nl/tag/esx/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ESX">ESX</a> </li>
<li>VMware <a href="http://www.wardvissers.nl/tag/esxi/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ESXi">ESXi</a> </li>
<li>VMware Server </li>
<li>Linux variants </li>
<li>LAMP application stack discovery </li>
<li>SQL Server 2008 </li>
<li>SQL Server 2008 R2 </li>
<li>MySQL </li>
<li>Oracle </li>
<li>Sybase</li>
</ul>
<p>Download MAP 5.5 <a href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=67240b76-3148-4e49-943d-4d9ea7f77730" target="_blank">HERE</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Microsoft+Assessment+and+Planning+Toolkit+5.5+http%3A%2F%2Ftinyurl.com%2F6btao3d" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/01/18/microsoft-assessment-and-planning-toolkit-5-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Home folders renamed to My Documents</title>
		<link>http://www.wardvissers.nl/2010/12/07/home-folders-renamed-to-my-documents/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=home-folders-renamed-to-my-documents</link>
		<comments>http://www.wardvissers.nl/2010/12/07/home-folders-renamed-to-my-documents/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 21:39:15 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/12/07/home-folders-renamed-to-my-documents/</guid>
		<description><![CDATA[When you redirect users home folders to network share the folders are show as My Documents folder. This is a bug in Windows 7&#160; http://support.microsoft.com/kb/947222 Solution: Do not grant the Read permission to the administrator for the Desktop.ini files on &#8230; <a href="http://www.wardvissers.nl/2010/12/07/home-folders-renamed-to-my-documents/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you redirect users home folders to network share the folders are show as My Documents folder.   </p>
<p>This is a bug in <a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a>&#160; <br /><a title="http://support.microsoft.com/kb/947222" href="http://support.microsoft.com/kb/947222">http://support.microsoft.com/kb/947222</a>    </p>
<p>Solution:</p>
<p>Do not grant the Read permission to the administrator for the Desktop.ini files on the server. To do this, follow these steps:</p>
<p><b>Note</b> If more than one Desktop.ini file exists, follow these steps for all the Desktop.ini files. </p>
<ol>
<li>Right-click the <strong>Desktop.ini</strong> file, click <strong>Properties</strong>, and then click the <strong>Security</strong> tab. </li>
<li>In the <strong>Group or user names</strong> pane, click <strong>Administrators</strong>. </li>
<li>Click to select the <strong>Deny</strong> check box for the <strong>Read</strong> permission. </li>
<li>Click <strong>OK</strong>.</li>
</ol>
<p>If you have 1000+ home folders this is not great thing to do <img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" class="wlEmoticon wlEmoticon-sadsmile" alt="Sad smile" src="http://www.wardvissers.nl/wp-content/uploads/1f5da53e9c34_13309/wlEmoticon-sadsmile.png" /></p>
<p><a href="http://blog.salamandersoft.co.uk/index.php/2010/09/how-to-stop-home-folders-being-renamed-documents-in-the-network-share/" target="_blank">Richard Willis</a> created a nice <a href="http://www.wardvissers.nl/tag/powershell/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Powershell">powershell</a> script that will do it for you <img style="border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none" class="wlEmoticon wlEmoticon-openmouthedsmile" alt="Open-mouthed smile" src="http://www.wardvissers.nl/wp-content/uploads/1f5da53e9c34_13309/wlEmoticon-openmouthedsmile.png" />    <br />You need only change the <strong>groupName </strong>to the group that you will give deny read permissions.    <br />Save the script in de home folder where all the “My Documents” are and run the script.</p>
<p>The Script:   <br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>$folders = Get-ChildItem | where-object {$_.psiscontainer};   <br />foreach ($folder in $folders)    <br />{    <br />$desktopIni = Get-ChildItem $folder -Filter desktop.ini -Force    <br />if ($desktopIni -ne $null)    <br />{    <br />$Acl = Get-Acl $desktopIni.FullName    <br />$Ar = New-Object system.security.accesscontrol.filesystemaccessrule `    <br />(&quot;groupName&quot;,&quot;Read&quot;,&quot;Deny&quot;)    <br />$Acl.SetAccessRule($Ar)    <br />Set-Acl $desktopIni.FullName $Acl    <br />}    <br />}</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Home+folders+renamed+to+My+Documents+http%3A%2F%2Ftinyurl.com%2F3a8zjgy" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/12/07/home-folders-renamed-to-my-documents/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Install &amp; Configure Immidio Flex Profiles Advanced Edition</title>
		<link>http://www.wardvissers.nl/2010/08/05/how-to-install-configure-immidio-flex-profiles-advanced-edition/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-configure-immidio-flex-profiles-advanced-edition</link>
		<comments>http://www.wardvissers.nl/2010/08/05/how-to-install-configure-immidio-flex-profiles-advanced-edition/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 14:40:08 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/08/05/how-to-install-configure-immidio-flex-profiles-advanced-edition/</guid>
		<description><![CDATA[Install Immidio Flex Profiles Advanced Edition with setup.exe. There is one thing you must no. The Management console is there in to flavors x86 and x64. The Immidio Flex Profiles Advanced Edition.msi that you need later works both fine on &#8230; <a href="http://www.wardvissers.nl/2010/08/05/how-to-install-configure-immidio-flex-profiles-advanced-edition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Install Immidio Flex Profiles Advanced Edition with setup.exe. There is one thing you must no.</p>
<p>The Management console is there in to flavors x86 and x64.    </p>
<p>The Immidio Flex Profiles Advanced Edition.msi that you need later works both fine on x86 and x64 machines.</p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image001.png"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image001_thumb.png" width="244" height="187" /></a><a href="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image002.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image002_thumb.png" width="244" height="186" /></a>     </p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image003.png"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image003_thumb.png" width="244" height="185" /></a><a href="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image004.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image004_thumb.png" width="244" height="187" /></a>     </p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image005.png"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image005" border="0" alt="clip_image005" src="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image005_thumb.png" width="244" height="186" /></a><a href="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image006.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image006_thumb.png" width="244" height="187" /></a>     </p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image007.png"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image007" border="0" alt="clip_image007" src="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image007_thumb.png" width="244" height="187" /></a><a href="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image008.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image008_thumb.png" width="244" height="186" /></a>     </p>
<p>Start Immidio FlexProfile Kit    <br /><a href="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image010.jpg"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image010_thumb.jpg" width="244" height="161" /></a>     <br /><a href="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image011.png"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image011" border="0" alt="clip_image011" src="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image011_thumb.png" width="244" height="59" /></a>     <br />Best Practice is that the ini are placed on a domain controller because If one domain controller fails you have no problems with your flex profile kit.     <br /><a href="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image013.jpg"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image013" border="0" alt="clip_image013" src="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image013_thumb.jpg" width="244" height="161" /></a>     <br />Import the ini files that you will find in the package     <br />I have al ready some ini files (Word 2007, <a href="http://www.wardvissers.nl/tag/outlook/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Outlook">Outlook</a> 2007, Excel 2007) that i used with a older version of flex profile kit.     <br /><a href="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image015.jpg"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image015" border="0" alt="clip_image015" src="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image015_thumb.jpg" width="244" height="161" /></a></p>
<p>Create on a File Server an application install folder. I named it Immidio Flex profiles    <br />Copy the Immidio Flex Profiles Advanced Edition.msi to that folder and the following script.</p>
<p>flexprofilesinstall.cmd</p>
<p>REM Voor Immidio FlexProfiles.    <br />IF EXIST &quot;C:\Program Files\Immidio\Flex Profiles\flexengine.exe&quot; GOTO END     <br />msiexec.exe /i &quot;\\ward-dc01\install\Immidio Flexprofiles\Immidio Flex Profiles Advanced Edition.msi&quot; /qb! LICENSEFILE=&quot;\\ward-dc01\Install\Immidio Flexprofiles\wardvissers.lic&quot; /l* c:\InstallFlex.log</p>
<p>:END</p>
<p>Create A New GPO on the computers where you want to install Immidio Flexprofile kit. I named Install Immidio Flexprofiles. Asssign the&#160; flexprofilesinstall.cmd als a startup script. Set the maximum wait time on 3600.    <br /><a href="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/image.png"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" class="wlDisabledImage" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/image_thumb.png" width="244" height="138" /></a>&#160; </p>
<p>Afther that i created a new policy for my domain users witch a named Immidio FlexProfiles Users</p>
<p>Add the Immidio Flex Profiles.adm to the new created GPO Immidio FlexProfiles Users    <br /><a href="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image018.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image018" border="0" alt="clip_image018" src="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/clip_image018_thumb.png" width="244" height="151" /></a>&#160; <br />I did some settings where to find the ini files and where to save the settings.     <br /><a href="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/image_3.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" class="wlDisabledImage" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/ab9149e89183_DE7D/image_thumb_3.png" width="244" height="208" /></a>     </p>
<p>Now you have a working roaming profile based on Immidio Flexprofiles. It’s a great tool a im loving it.</p>
<p>It’s works great when you migrate from <a href="http://www.wardvissers.nl/tag/xp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XP">XP</a> to <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 7</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=How+to+Install+%26+Configure+Immidio+Flex+Profiles+Advanced+Edition+http%3A%2F%2Ftinyurl.com%2F3amxjwk" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/08/05/how-to-install-configure-immidio-flex-profiles-advanced-edition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enable Windows 7 Features through Group Policy</title>
		<link>http://www.wardvissers.nl/2010/07/21/enable-windows-7-features-through-group-policy-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enable-windows-7-features-through-group-policy-2</link>
		<comments>http://www.wardvissers.nl/2010/07/21/enable-windows-7-features-through-group-policy-2/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 12:11:57 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/07/21/enable-windows-7-features-through-group-policy-2/</guid>
		<description><![CDATA[I love Windows 7. But there is one thing a hate about Windows 7. There is no nice way to enable Windows 7 Features trough Group Policy. So I created a small visual basis script that i used as a &#8230; <a href="http://www.wardvissers.nl/2010/07/21/enable-windows-7-features-through-group-policy-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I love <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 7. But there is one thing a hate about <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 7.    <br />There is no nice way to enable <a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a> Features trough Group Policy. </p>
<p>So I created a small visual basis script that i used as a startup script.</p>
<p>It checks if adsnapins.txt exist in the program files files. If exsist do nothing if it don’t exsist enable the feature.</p>
<p><strong>Windows7ADSnapIns.vbs</strong></p>
<p>&#8216;Installeerd Windows 7 AD Management Snapins.    <br />&#8217;13-07-2010 Ward Vissers </p>
<p>Set fso = CreateObject(&quot;Scripting.FileSystemObject&quot;) </p>
<p>If Not (fso.FileExists(&quot;C:\Program Files\adsnapins.txt&quot;)) Then    <br />&#160;&#160;&#160; Dim Wsh     <br />&#160;&#160;&#160; Set wsh = CreateObject(&quot;WScript.Shell&quot;)     <br />&#160;&#160;&#160; wsh.run &quot;dism /online /enable-feature /featurename:RemoteServerAdministrationTools&quot;, ,1     <br />&#160;&#160;&#160; wsh.run &quot;dism /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles&quot;, ,1     <br />&#160;&#160;&#160; wsh.run &quot;dism /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD&quot;, ,1     <br />&#160;&#160;&#160; wsh.run &quot;dism /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-DS&quot;, ,1     <br />&#160;&#160;&#160; wsh.run &quot;dism /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-DS-SnapIns&quot;, ,1     <br />&#160;&#160;&#160; fso.CopyFile &quot;\\ad.local\afs\install\Windows7Feature\adsnapins.txt&quot;, &quot;C:\Program Files\adsnapins.txt&quot; </p>
<p>End If </p>
<p>Set fso = Nothing</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Enable+Windows+7+Features+through+Group+Policy+http%3A%2F%2Ftinyurl.com%2F35v4psz" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/07/21/enable-windows-7-features-through-group-policy-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>When trying to activate you get 0xC004F074 with description &quot;The Key Management Server (KMS) is unavailable&quot;</title>
		<link>http://www.wardvissers.nl/2010/05/25/when-trying-to-activate-you-get-0xc004f074-with-description-the-key-management-server-kms-is-unavailable/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=when-trying-to-activate-you-get-0xc004f074-with-description-the-key-management-server-kms-is-unavailable</link>
		<comments>http://www.wardvissers.nl/2010/05/25/when-trying-to-activate-you-get-0xc004f074-with-description-the-key-management-server-kms-is-unavailable/#comments</comments>
		<pubDate>Tue, 25 May 2010 15:12:07 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[2003]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/05/25/when-trying-to-activate-you-get-0xc004f074-with-description-the-key-management-server-kms-is-unavailable/</guid>
		<description><![CDATA[Error: The KMS host that is used is very probably a Windows Server 2008 KMS host that cannot standard activate Windows 7 and 2008 R2 machines. When you do not have Windows Server 2008 R2 KMS host key have then &#8230; <a href="http://www.wardvissers.nl/2010/05/25/when-trying-to-activate-you-get-0xc004f074-with-description-the-key-management-server-kms-is-unavailable/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Error:    <br /><a href="http://www.wardvissers.nl/wp-content/uploads/Whentryingtoactvateyouget0xC004F074withd_8EC2/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/Whentryingtoactvateyouget0xC004F074withd_8EC2/image_thumb.png" width="244" height="138" /></a>     </p>
<p>The KMS host that is used is very probably a <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Server 2008 KMS host that cannot standard activate <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 7 and <a href="http://www.wardvissers.nl/tag/2008-r2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with 2008 R2">2008 R2</a> machines.</p>
<p>When you do not have Windows Server 2008 R2 KMS host key have then you must have a Volume License agreement so that your request your <a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a> and <a href="http://www.wardvissers.nl/tag/windows-2008-r2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 2008 R2">Windows 2008 R2</a> kms keys. </p>
<p>Resolution</p>
<p>Step 1:    <br />-If the KMS host a Windows Server 2003 SP2 machine is you have the update from the KB article <a href="http://translate.googleusercontent.com/translate_c?hl=nl&amp;ie=UTF-8&amp;sl=de&amp;tl=en&amp;u=http://support.microsoft.com/kb/968915&amp;prev=_t&amp;rurl=translate.google.com&amp;usg=ALkJrhghI3w6EFWoTmaxqFleM5drFn7eew">KB968915</a> install and restart the machine.     <br />-If the KMS host a Windows Server 2008 SP2 machine is you have the update from the KB article <a href="http://translate.googleusercontent.com/translate_c?hl=nl&amp;ie=UTF-8&amp;sl=de&amp;tl=en&amp;u=http://support.microsoft.com/kb/968912&amp;prev=_t&amp;rurl=translate.google.com&amp;usg=ALkJrhhtwL28mjL9Hdu0lvvVpCMF_2X-VQ">KB968912</a> install and start the new machine.     <br />-If the KMS host one Windows Server 2008 R2 machine is you have to install any further update. </p>
<p>Step 2:    <br />You the new KMS host key import now. The commands are as follows: </p>
<p>1. Uninstall KMS license Key on host &#8211; slmgr.vbs /upk</p>
<p>2. Install Windows Server 2008 R2 KMS license key &#8211; slmgr.vbs /ipk &lt;Your Key&gt;</p>
<p>3. Activate KMS server online: slmgr.vbs /ato</p>
<p>4. Net Stop slsvc </p>
<p>5. Net Start slsvc</p>
<p>The clients can now activate</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=When+trying+to+activate+you+get+0xC004F074+with+description+%22The+Key+Management+Server+%28KMS%29+is+unavailable%22+http%3A%2F%2Ftinyurl.com%2F29dvr8e" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/05/25/when-trying-to-activate-you-get-0xc004f074-with-description-the-key-management-server-kms-is-unavailable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Sysprep</title>
		<link>http://www.wardvissers.nl/2010/03/03/windows-7-sysprep/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-7-sysprep</link>
		<comments>http://www.wardvissers.nl/2010/03/03/windows-7-sysprep/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 20:47:36 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/03/03/windows-7-sysprep/</guid>
		<description><![CDATA[Benodigdheden: Laatste versie van WAIK : KB3AIK_EN.iso Version 1.0 Windows 7 Machine ISO of DVD van Windows 7 (x86 of x64) 1. Open Windows System Image Manager 2. Open de install_Windows 7 ENTERPRISE.clg deze vindt op DVD/ISO onder Sources 3. &#8230; <a href="http://www.wardvissers.nl/2010/03/03/windows-7-sysprep/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Benodigdheden:</strong></p>
<p>Laatste versie van WAIK : <a href="http://www.microsoft.com/DOWNLOADS/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&amp;displaylang=en">KB3AIK_EN.iso Version 1.0</a>     <br /><a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 7 Machine</p>
<p>ISO of DVD van <a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a> (x86 of x64)</p>
<p>1. Open Windows System Image Manager    <br /><a href="http://www.wardvissers.nl/wp-content/uploads/Windows7Sysprep_14324/clip_image002.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.wardvissers.nl/wp-content/uploads/Windows7Sysprep_14324/clip_image002_thumb.jpg" width="244" height="158" /></a></p>
<p>2. Open de install_Windows 7 ENTERPRISE.clg deze vindt op DVD/ISO onder Sources    <br /><a href="http://www.wardvissers.nl/wp-content/uploads/Windows7Sysprep_14324/clip_image004.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.wardvissers.nl/wp-content/uploads/Windows7Sysprep_14324/clip_image004_thumb.jpg" width="244" height="152" /></a></p>
<p>3. Ga naar File New Answer File    <br /><a href="http://www.wardvissers.nl/wp-content/uploads/Windows7Sysprep_14324/clip_image006.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://www.wardvissers.nl/wp-content/uploads/Windows7Sysprep_14324/clip_image006_thumb.jpg" width="244" height="159" /></a></p>
<p>4. Ga naar File à Save Answer File à Ik noem bestand het unattend.xml<a href="http://www.wardvissers.nl/wp-content/uploads/Windows7Sysprep_14324/clip_image008.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://www.wardvissers.nl/wp-content/uploads/Windows7Sysprep_14324/clip_image008_thumb.jpg" width="244" height="179" /></a></p>
<p>5. Overzicht instellingen</p>
<h4>Overzicht instellingen    <br />1 WindowsPE</h4>
<p>Niks</p>
<p><b>2 OfflineServicing</b></p>
<p>Niks</p>
<p><b>3 Generalize</b></p>
<p><b>Niks      <br />4 Specialize</b></p>
<p><b>x86_<a href="http://www.wardvissers.nl/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a>-Windows-Security-SLC-UX_neutral</b></p>
<p><b>SkipAutoActivation:</b> true</p>
<p><b>X86_Microsoft-Windows-Shell-Setup_neutral</b></p>
<p><b>Computer Name:</b> * (Randomly generated name, use this to test)     <br /><b>CopyProfile:</b> false (Werkt niet)     <br /><b>Registered Organization:</b> Microsoft (laten staan)     <br /><b>Registered Owner:</b> AutoBVT (laten staan)     <br /><b>ShowWindowsLive:</b> false     <br /><b>TimeZone:</b> W. Europe Standard Time</p>
<p><b>5 AuditSystem</b></p>
<p>Niks</p>
<p><b>6 AuditUser</b></p>
<p>Niks</p>
<p><b>7 OobeSystem</b></p>
<p><b>x86_Microsoft-Windows-International-Core_neutral</b></p>
<p><b>InputLocale:</b> nl-us     <br /><b>SystemLocale:</b> nl-us     <br /><b>UILanguage:</b> nl-us     <br /><b>UserLocale:</b> nl-us</p>
<p><b>x86_Microsoft-Windows-Shell-Setup_neutral</b></p>
<p><b>RegisteredOrganization:</b> Bedrijfsnaam     <br /><b>RegisteredOwner:</b> Bedrijfsnaam</p>
<p><b>x86</b>_Microsoft-Windows-Shell-Setup_neutral component à <b>OOBE</b>:</p>
<p><b>HideEULAPage</b> true     <br /><b>NetworkLocation:</b> Work     <br /><b>ProtectYourPC:</b> 1 </p>
<p>6. Overzicht    <br /><a href="http://www.wardvissers.nl/wp-content/uploads/Windows7Sysprep_14324/clip_image010.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://www.wardvissers.nl/wp-content/uploads/Windows7Sysprep_14324/clip_image010_thumb.jpg" width="244" height="173" /></a></p>
<p>7. Disable Windows Media Player Networking Sharing Service</p>
<p>8. Zorg dat je geen overbodige Partitie’s hebt zoals oude recovery partitie</p>
<p>9. CMD prompt als administrator: <b>net user administrator /active:yes</b><b>      <br /></b>    <br />10. Kopieer unattend.xml naar C:\windows\system32\sysprep. Even show hidden files &amp; system files aan zetten.</p>
<p>11. Open command prompt en ga naar C:\windows\system32\sysprep</p>
<p>12. Voer het volgende commando in: <b>sysprep /generalize /oobe /shutdown /unattend unattend.xml      </b></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+7+Sysprep+http%3A%2F%2Ftinyurl.com%2Fyzhb6ac" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/03/03/windows-7-sysprep/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 Group Policy preferences printers Acces Denied Error</title>
		<link>http://www.wardvissers.nl/2010/02/05/windows-7-group-policy-preferences-printers-acces-denied-error/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-7-group-policy-preferences-printers-acces-denied-error</link>
		<comments>http://www.wardvissers.nl/2010/02/05/windows-7-group-policy-preferences-printers-acces-denied-error/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 16:10:20 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/02/05/windows-7-group-policy-preferences-printers-issue/</guid>
		<description><![CDATA[Error bij het deployen van printers &#160; Vinkje zetten bij Run in logged-on user’s security context (user policy option) &#160; Nu wordt de printer netjes gecreëerd onder user account]]></description>
			<content:encoded><![CDATA[<p>Error bij het deployen van printers</p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/Windows7GroupPolicypreferencesprintersis_14129/usersettings.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="user settings" border="0" alt="user settings" src="http://www.wardvissers.nl/wp-content/uploads/Windows7GroupPolicypreferencesprintersis_14129/usersettings_thumb.png" width="221" height="244" /></a>&#160;</p>
<p>Vinkje zetten bij Run in logged-on user’s security context (user policy option)</p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/Windows7GroupPolicypreferencesprintersis_14129/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/Windows7GroupPolicypreferencesprintersis_14129/image_thumb.png" width="219" height="244" /></a>&#160; <br />Nu wordt de printer netjes gecreëerd onder user account</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+7+Group+Policy+preferences+printers+Acces+Denied+Error+http%3A%2F%2Ftinyurl.com%2Fylsnma2" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/02/05/windows-7-group-policy-preferences-printers-acces-denied-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 GPO Wallpaper</title>
		<link>http://www.wardvissers.nl/2010/02/02/windows-7-gpo-wallpaper/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-7-gpo-wallpaper</link>
		<comments>http://www.wardvissers.nl/2010/02/02/windows-7-gpo-wallpaper/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 08:49:47 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Algemeen]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/02/02/windows-7-gpo-wallpaper/</guid>
		<description><![CDATA[Windows 7 heeft een bug met het zetten van een Wallpaper in een gpo. Hiervoor heb je twee oplossingen Oplossing 1 Onder Group Policy Preferences moet je een registry key aanmaken met daarin de link naar de achtergrond. en tevens &#8230; <a href="http://www.wardvissers.nl/2010/02/02/windows-7-gpo-wallpaper/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a> heeft een bug met het zetten van een Wallpaper in een gpo.<br />
Hiervoor heb je twee oplossingen</p>
<p>Oplossing 1<br />
Onder Group Policy Preferences moet je een registry key aanmaken met daarin de link naar de achtergrond.</p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/Windows7GPOWallpaper_8A38/image.png"><img style="display: inline; border: 0px;" title="image" src="http://www.wardvissers.nl/wp-content/uploads/Windows7GPOWallpaper_8A38/image_thumb.png" border="0" alt="image" width="244" height="175" /></a></p>
<p>en tevens moet ook nog de volgende policy ingesteld worden</p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/Windows7GPOWallpaper_8A38/image_3.png"><img style="display: inline; border: 0px;" title="image" src="http://www.wardvissers.nl/wp-content/uploads/Windows7GPOWallpaper_8A38/image_thumb_3.png" border="0" alt="image" width="244" height="175" /></a> <a href="http://www.wardvissers.nl/wp-content/uploads/Windows7GPOWallpaper_8A38/image_4.png"><img style="display: inline; border: 0px;" title="image" src="http://www.wardvissers.nl/wp-content/uploads/Windows7GPOWallpaper_8A38/image_thumb_4.png" border="0" alt="image" width="189" height="174" /></a></p>
<p>Oplossing 2:<br />
Is het vervangen van default achtergrond die <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 7 heeft en gelinkt wordt wanneer een nieuwe user op de desbetreffende pc inlogt. Dit scriptje heb ik in <a href="http://www.wardvissers.nl/tag/mdt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT">MDT</a> gehangen.</p>
<p>Scriptje:<br />
takeown /F c:\Windows\Web\Wallpaper\Windows\img0.jpg<br />
echo y| cacls c:\Windows\Web\Wallpaper\Windows\img0.jpg /E /G &#8220;administrator&#8221;:F<br />
echo y| cacls c:\Windows\Web\Wallpaper\Windows\img0.jpg /E /G &#8220;users&#8221;:R<br />
copy &#8220;Z:\Applications\<a href="http://www.wardvissers.nl/tag/algemeen/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algemeen">Algemeen</a>\img0.jpg&#8221; &#8220;c:\Windows\Web\Wallpaper\Windows\img0.jpg&#8221; /Y</p>
<p><strong>Update 07-12-2010<br />
</strong><a href="http://www.wardvissers.nl/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> released a fix for this problem. Check out </p>
<p>http://support.microsoft.com/kb/977944</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+7+GPO+Wallpaper+http%3A%2F%2Ftinyurl.com%2Fyllpkpq" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/02/02/windows-7-gpo-wallpaper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 disable UAC in Group Policy</title>
		<link>http://www.wardvissers.nl/2010/01/15/windows-7-disable-uac-in-group-policy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-7-disable-uac-in-group-policy</link>
		<comments>http://www.wardvissers.nl/2010/01/15/windows-7-disable-uac-in-group-policy/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 08:53:50 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/01/15/windows-7-disable-uac-in-group-policy/</guid>
		<description><![CDATA[Computer Configuration -&#62; Windows Settings -&#62; Security Settings -&#62; Local Policies -&#62; Security Options User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode Value:&#160; Elevate without prompt User Account Control: Detect application installations and prompt &#8230; <a href="http://www.wardvissers.nl/2010/01/15/windows-7-disable-uac-in-group-policy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Computer Configuration -&gt; <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Settings -&gt; Security Settings -&gt; Local Policies -&gt; Security Options</strong> </p>
<p>User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode    <br /><strong>Value:</strong>&#160; Elevate without prompt </p>
<p>User Account Control: Detect application installations and prompt for elevation    <br /><strong>Value</strong>: Disabled </p>
<p>User Account Control: Run all administrators in Admin Approval Mode    <br /><strong>Value</strong>: Disabled     </p>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/Windows7disableUACinGroupPolicy_ECD8/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/Windows7disableUACinGroupPolicy_ECD8/image_thumb.png" width="402" height="92" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+7+disable+UAC+in+Group+Policy+http%3A%2F%2Ftinyurl.com%2Fygeeqkg" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/01/15/windows-7-disable-uac-in-group-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Do you trust this printer</title>
		<link>http://www.wardvissers.nl/2010/01/15/windows-7-do-you-trust-this-printer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-7-do-you-trust-this-printer</link>
		<comments>http://www.wardvissers.nl/2010/01/15/windows-7-do-you-trust-this-printer/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 08:52:56 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/01/15/windows-7-do-you-trust-this-printer/</guid>
		<description><![CDATA[Oplossing: User Configuration &#62; Policies &#62; Administrative Templates &#62; Control Panel/Printers &#62; Point and Print Restrictions When installing drivers for a new connection =&#62; Do not show warning or elevation prompt When installing drivers for an existing connection =&#62; Do &#8230; <a href="http://www.wardvissers.nl/2010/01/15/windows-7-do-you-trust-this-printer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Oplossing:    </p>
<p><strong>User Configuration &gt; Policies &gt; Administrative Templates &gt; Control Panel/Printers &gt; Point and Print Restrictions      <br /></strong>    <br />When installing drivers for a new connection =&gt; Do not show warning or elevation prompt     <br />When installing drivers for an existing connection =&gt; Do not show warning or elevation prompt</p>
<p> <em>
<p><a href="http://www.wardvissers.nl/wp-content/uploads/Windows7Doyoutrustthisprinter_D82A/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/Windows7Doyoutrustthisprinter_D82A/image_thumb.png" width="244" height="236" /></a> </p>
<p><strong>LET OP: De volgende policy is alleen te zien met de Group Policy Management Console (GPMC) welke in <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Server <a href="http://www.wardvissers.nl/tag/2008-r2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with 2008 R2">2008 R2</a> zit.</strong></em>
<p><strong>Computer Configuration &gt; Policies &gt; Administrative Templates &gt; Printers &gt; Point and Print Restrictions</strong></p>
<p>When installing drivers for a new connection =&gt; Do not show warning or elevation prompt    <br />When installing drivers for an existing connection =&gt; Do not show warning or elevation prompt     <br /><a href="http://www.wardvissers.nl/wp-content/uploads/Windows7Doyoutrustthisprinter_D82A/image_3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/Windows7Doyoutrustthisprinter_D82A/image_thumb_3.png" width="244" height="223" /></a>     <br /><a href="http://technet.microsoft.com/en-us/library/cc753269.aspx">BRON</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+7+Do+you+trust+this+printer+http%3A%2F%2Ftinyurl.com%2Fyglh7lo" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/01/15/windows-7-do-you-trust-this-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installeren Windows 7 RSAT unattended</title>
		<link>http://www.wardvissers.nl/2010/01/14/installeren-windows-7-rsat-unattended/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installeren-windows-7-rsat-unattended</link>
		<comments>http://www.wardvissers.nl/2010/01/14/installeren-windows-7-rsat-unattended/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 09:59:19 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[SRM]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2010/01/14/installeren-windows-7-rsat-unattended/</guid>
		<description><![CDATA[Feature Names: RemoteServerAdministrationTools RemoteServerAdministrationTools-ServerManager RemoteServerAdministrationTools-Roles RemoteServerAdministrationTools-Roles-CertificateServices RemoteServerAdministrationTools-Roles-CertificateServices-CA RemoteServerAdministrationTools-Roles-CertificateServices-OnlineResponder RemoteServerAdministrationTools-Roles-AD RemoteServerAdministrationTools-Roles-AD-DS RemoteServerAdministrationTools-Roles-AD-DS-SnapIns RemoteServerAdministrationTools-Roles-AD-DS-AdministrativeCenter RemoteServerAdministrationTools-Roles-AD-DS-NIS RemoteServerAdministrationTools-Roles-AD-LDS RemoteServerAdministrationTools-Roles-AD-Powershell RemoteServerAdministrationTools-Roles-DHCP RemoteServerAdministrationTools-Roles-DNS RemoteServerAdministrationTools-Roles-FileServices RemoteServerAdministrationTools-Roles-FileServices-Dfs RemoteServerAdministrationTools-Roles-FileServices-Fsrm RemoteServerAdministrationTools-Roles-FileServices-StorageMgmt RemoteServerAdministrationTools-Roles-HyperV RemoteServerAdministrationTools-Roles-RDS RemoteServerAdministrationTools-Features RemoteServerAdministrationTools-Features-BitLocker RemoteServerAdministrationTools-Features-Clustering RemoteServerAdministrationTools-Features-GP RemoteServerAdministrationTools-Features-LoadBalancing RemoteServerAdministrationTools-Features-SmtpServer RemoteServerAdministrationTools-Features-StorageExplorer RemoteServerAdministrationTools-Features-StorageManager RemoteServerAdministrationTools-Features-Wsrm Step 1. Installatie the RSAT MSU pakket wusa  &#8230; <a href="http://www.wardvissers.nl/2010/01/14/installeren-windows-7-rsat-unattended/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Feature Names:<br />
RemoteServerAdministrationTools<br />
RemoteServerAdministrationTools-ServerManager</p>
<p>RemoteServerAdministrationTools-Roles</p>
<p>RemoteServerAdministrationTools-Roles-CertificateServices<br />
RemoteServerAdministrationTools-Roles-CertificateServices-CA<br />
RemoteServerAdministrationTools-Roles-CertificateServices-OnlineResponder<br />
RemoteServerAdministrationTools-Roles-AD<br />
RemoteServerAdministrationTools-Roles-AD-DS<br />
RemoteServerAdministrationTools-Roles-AD-DS-SnapIns<br />
RemoteServerAdministrationTools-Roles-AD-DS-AdministrativeCenter<br />
RemoteServerAdministrationTools-Roles-AD-DS-NIS<br />
RemoteServerAdministrationTools-Roles-AD-LDS<br />
RemoteServerAdministrationTools-Roles-AD-<a href="http://www.wardvissers.nl/tag/powershell/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Powershell">Powershell</a><br />
RemoteServerAdministrationTools-Roles-DHCP<br />
RemoteServerAdministrationTools-Roles-DNS<br />
RemoteServerAdministrationTools-Roles-FileServices<br />
RemoteServerAdministrationTools-Roles-FileServices-Dfs<br />
RemoteServerAdministrationTools-Roles-FileServices-Fsrm<br />
RemoteServerAdministrationTools-Roles-FileServices-StorageMgmt<br />
RemoteServerAdministrationTools-Roles-HyperV<br />
RemoteServerAdministrationTools-Roles-RDS<br />
RemoteServerAdministrationTools-Features</p>
<p>RemoteServerAdministrationTools-Features-BitLocker<br />
RemoteServerAdministrationTools-Features-<a href="http://www.wardvissers.nl/tag/clustering/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Clustering">Clustering</a><br />
RemoteServerAdministrationTools-Features-GP<br />
RemoteServerAdministrationTools-Features-LoadBalancing<br />
RemoteServerAdministrationTools-Features-SmtpServer<br />
RemoteServerAdministrationTools-Features-StorageExplorer<br />
RemoteServerAdministrationTools-Features-StorageManager<br />
RemoteServerAdministrationTools-Features-Wsrm</p>
<p><strong>Step 1. Installatie the RSAT MSU pakket</strong></p>
<p>wusa <a href="http://download.microsoft.com/download/A/D/4/AD4D3903-E06D-456D-AED4-D53895D2C1A9/Windows6.1-KB958830-x86.msu"></a> x86fre_GRMRSAT_MSU.msu /quiet  (x86)<br />
wusa  amd64fre_GRMRSATX_MSU.msu /quiet  (x64)</p>
<p><strong>Stap 2 Alle beschikbare opties:</strong></p>
<p>dism /Online /Get-Features</p>
<p><strong>Stap 3: Aanzetten van de beschikbare Opties</strong></p>
<p>dism /Online /Enable-Feature /FeatureName:&lt;FeatureName&gt;</p>
<p><strong>Voorbeeld</strong><br />
Ik wil <a href="http://www.wardvissers.nl/tag/active-directory/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Active Directory">Active Directory</a> snap ins uitrollen.</p>
<p>wusa <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a>6.1-KB958830-x86.msu /quiet<br />
dism /online /enable-feature /featurename:RemoteServerAdministrationTools<br />
dism /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles<br />
dism /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD<br />
dism /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-DS<br />
dism /online /enable-feature /featurename:RemoteServerAdministrationTools-Roles-AD-DS-SnapIns</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Installeren+Windows+7+RSAT+unattended+http%3A%2F%2Ftinyurl.com%2Fyjcndcr" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2010/01/14/installeren-windows-7-rsat-unattended/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Control Panel Items</title>
		<link>http://www.wardvissers.nl/2009/12/15/windows-7-control-panel-items/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-7-control-panel-items</link>
		<comments>http://www.wardvissers.nl/2009/12/15/windows-7-control-panel-items/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:54:58 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2009/12/15/windows-7-control-panel-items/</guid>
		<description><![CDATA[Control Panel Item Naam Action Center Microsoft.ActionCenter (Windows 7 and later only) Administrative Tools Microsoft.AdministrativeTools AutoPlay Microsoft.AutoPlay Backup and Restore Microsoft.BackupAndRestore (Windows 7 and later only) Biometric Devices Microsoft.BiometricDevices (Windows 7 and later only) BitLocker Drive Encryption Microsoft.BitLockerDriveEncryption Color Management &#8230; <a href="http://www.wardvissers.nl/2009/12/15/windows-7-control-panel-items/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="247">Control Panel Item</td>
<td width="481">Naam</td>
</tr>
<tr>
<td width="247">Action Center</td>
<td width="481"><a href="http://www.wardvissers.nl/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a>.ActionCenter (<a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 7 and later only)</td>
</tr>
<tr>
<td width="247">Administrative <a href="http://www.wardvissers.nl/tag/tools/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Tools">Tools</a></td>
<td width="481">Microsoft.AdministrativeTools</td>
</tr>
<tr>
<td width="247">AutoPlay</td>
<td width="481">Microsoft.AutoPlay</td>
</tr>
<tr>
<td width="247">Backup and Restore</td>
<td width="481">Microsoft.BackupAndRestore (<a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a> and later only)</td>
</tr>
<tr>
<td width="247">Biometric Devices</td>
<td width="481">Microsoft.BiometricDevices (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">BitLocker Drive Encryption</td>
<td width="481">Microsoft.BitLockerDriveEncryption</td>
</tr>
<tr>
<td width="247">Color Management</td>
<td width="481">Microsoft.ColorManagement</td>
</tr>
<tr>
<td width="247">Credential Manager</td>
<td width="481">Microsoft.CredentialManager (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">Date and Time</td>
<td width="481">Microsoft.DateAndTime</td>
</tr>
<tr>
<td width="247">Default Location</td>
<td width="481">Microsoft.DefaultLocation (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">Default Programs</td>
<td width="481">Microsoft.DefaultPrograms</td>
</tr>
<tr>
<td width="247">Desktop Gadgets</td>
<td width="481">Microsoft.DesktopGadgets (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">Device Manager</td>
<td width="481">Microsoft.DeviceManager</td>
</tr>
<tr>
<td width="247">Devices and Printers</td>
<td width="481">Microsoft.DevicesAndPrinters (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">Display</td>
<td width="481">Microsoft.Display (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">Ease of Access Center</td>
<td width="481">Microsoft.EaseOfAccessCenter</td>
</tr>
<tr>
<td width="247">Folder Options</td>
<td width="481">Microsoft.FolderOptions</td>
</tr>
<tr>
<td width="247">Fonts</td>
<td width="481">Microsoft.Fonts</td>
</tr>
<tr>
<td width="247">Game Controllers</td>
<td width="481">Microsoft.GameControllers</td>
</tr>
<tr>
<td width="247">Get Programs</td>
<td width="481">Microsoft.GetPrograms</td>
</tr>
<tr>
<td width="247">Getting Started</td>
<td width="481">Microsoft.GettingStarted (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">HomeGroup</td>
<td width="481">Microsoft.HomeGroup (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">Indexing Options</td>
<td width="481">Microsoft.IndexingOptions</td>
</tr>
<tr>
<td width="247">Infrared</td>
<td width="481">Microsoft.Infrared (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">Internet Options</td>
<td width="481">Microsoft.InternetOptions</td>
</tr>
<tr>
<td width="247">iSCSI Initiator</td>
<td width="481">Microsoft.iSCSIInitiator</td>
</tr>
<tr>
<td width="247">Keyboard</td>
<td width="481">Microsoft.Keyboard</td>
</tr>
<tr>
<td width="247">Location and Other Sensors</td>
<td width="481">Microsoft.LocationAndOtherSensors (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">Mouse</td>
<td width="481">Microsoft.Mouse</td>
</tr>
<tr>
<td width="247">Network and Sharing Center</td>
<td width="481">Microsoft.NetworkAndSharingCenter</td>
</tr>
<tr>
<td width="247">Notification Area Icons</td>
<td width="481">Microsoft.NotificationAreaIcons (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">Offline Files</td>
<td width="481">Microsoft.OfflineFiles</td>
</tr>
<tr>
<td width="247">Parental Controls</td>
<td width="481">Microsoft.ParentalControls</td>
</tr>
<tr>
<td width="247">Pen and Touch</td>
<td width="481">Microsoft.PenAndTouch (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">People Near Me</td>
<td width="481">Microsoft.PeopleNearMe</td>
</tr>
<tr>
<td width="247">Performance Information and Tools</td>
<td width="481">Microsoft.PerformanceInformationAndTools</td>
</tr>
<tr>
<td width="247">Personalization</td>
<td width="481">Microsoft.Personalization</td>
</tr>
<tr>
<td width="247">Phone and Modem</td>
<td width="481">Microsoft.PhoneAndModem (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">Power Options</td>
<td width="481">Microsoft.PowerOptions</td>
</tr>
<tr>
<td width="247">Programs and Features</td>
<td width="481">Microsoft.ProgramsAndFeatures</td>
</tr>
<tr>
<td width="247">Recovery</td>
<td width="481">Microsoft.Recovery (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">Region and Language</td>
<td width="481">Microsoft.RegionAndLanguage (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">RemoteApp and Desktop Connections</td>
<td width="481">Microsoft.RemoteAppAndDesktopConnections (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">Scanners and Cameras</td>
<td width="481">Microsoft.ScannersAndCameras</td>
</tr>
<tr>
<td width="247">Sound</td>
<td width="481">Microsoft.Sound (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">Speech Recognition</td>
<td width="481">Microsoft.SpeechRecognition (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">Sync Center</td>
<td width="481">Microsoft.SyncCenter</td>
</tr>
<tr>
<td width="247">System</td>
<td width="481">Microsoft.System</td>
</tr>
<tr>
<td width="247">Tablet PC Settings</td>
<td width="481">Microsoft.TabletPCSettings</td>
</tr>
<tr>
<td width="247">Taskbar and Start Menu</td>
<td width="481">Microsoft.TaskbarAndStartMenu</td>
</tr>
<tr>
<td width="247">Text to Speech</td>
<td width="481">Microsoft.TextToSpeech</td>
</tr>
<tr>
<td width="247">Troubleshooting</td>
<td width="481">Microsoft.Troubleshooting (Windows 7 and later only)</td>
</tr>
<tr>
<td width="247">User Accounts</td>
<td width="481">Microsoft.UserAccounts</td>
</tr>
<tr>
<td width="247">Windows Anytime Upgrade</td>
<td width="481">Microsoft.WindowsAnytimeUpgrade</td>
</tr>
<tr>
<td width="247">Windows CardSpace</td>
<td width="481">Microsoft.CardSpace</td>
</tr>
<tr>
<td width="247">Windows Defender</td>
<td width="481">Microsoft.WindowsDefender</td>
</tr>
<tr>
<td width="247">Windows Firewall</td>
<td width="481">Microsoft.WindowsFirewall</td>
</tr>
<tr>
<td width="247">Windows Mobility Center</td>
<td width="481">Microsoft.MobilityCenter</td>
</tr>
<tr>
<td width="247">Windows SideShow</td>
<td width="481">Microsoft.WindowsSideShow</td>
</tr>
<tr>
<td width="247">Windows Update</td>
<td width="481">Microsoft.WindowsUpdate</td>
</tr>
</tbody>
</table>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+7+Control+Panel+Items+http%3A%2F%2Ftinyurl.com%2Fyk8y7y5" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2009/12/15/windows-7-control-panel-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere Client op Windows 7 32 &amp; 64bits</title>
		<link>http://www.wardvissers.nl/2009/11/26/vsphere-client-op-windows-7-32-64bits/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vsphere-client-op-windows-7-32-64bits</link>
		<comments>http://www.wardvissers.nl/2009/11/26/vsphere-client-op-windows-7-32-64bits/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 14:30:08 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 2008 R2]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2009/11/26/vsphere-client-op-windows-7-32-64bits/</guid>
		<description><![CDATA[&#160; VMWare heeft vorige week Update 1 voor vSphere vrijgegeven. Met deze update wordt de vSphere client volledig ondersteund op Windows 7 &#38; Windows 2008 R2. Download de client (Je moet wel een account hebben om in te loggen)]]></description>
			<content:encoded><![CDATA[<p>&#160;<a href="http://www.wardvissers.nl/wp-content/uploads/vSphereClientopWindows73264bits_E5D3/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.wardvissers.nl/wp-content/uploads/vSphereClientopWindows73264bits_E5D3/image_thumb.png" width="244" height="218" /></a>     </p>
<p><a href="http://www.wardvissers.nl/tag/vmware/" class="st_tag internal_tag" rel="tag" title="Posts tagged with VMWare">VMWare</a> heeft vorige week Update 1 voor <a href="http://www.wardvissers.nl/tag/vsphere/" class="st_tag internal_tag" rel="tag" title="Posts tagged with vSphere">vSphere</a> vrijgegeven.     <br />Met deze update wordt de vSphere client volledig ondersteund op <a href="http://www.wardvissers.nl/tag/windows-7/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 7">Windows 7</a> &amp; <a href="http://www.wardvissers.nl/tag/windows-2008-r2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows 2008 R2">Windows 2008 R2</a>. </p>
<p><a href="https://www.vmware.com/tryvmware/p/activate.php?p=free-esxi&amp;lp=1&amp;a=DOWNLOAD_FILE&amp;baseurl=http://download2.vmware.com/software/vi/&amp;filename=VMware-viclient-all-4.0.0-208111.exe">Download</a> de client (Je moet wel een account hebben om in te loggen)</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=vSphere+Client+op+Windows+7+32+%26+64bits+http%3A%2F%2Ftinyurl.com%2Fyfhgbvg" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2009/11/26/vsphere-client-op-windows-7-32-64bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essentiele Handleiding voor het uitrollen van Windows 7</title>
		<link>http://www.wardvissers.nl/2009/10/20/essentiele-handleiding-voor-het-uitrollen-van-windows-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=essentiele-handleiding-voor-het-uitrollen-van-windows-7</link>
		<comments>http://www.wardvissers.nl/2009/10/20/essentiele-handleiding-voor-het-uitrollen-van-windows-7/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 18:32:30 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Toolkit]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2009/10/20/essentiele-handleiding-voor-het-uitrollen-van-windows-7/</guid>
		<description><![CDATA[Microsoft heeft een gratis E-book ter beschikking gesteld waar door middel van een aantal onderwerpen is uitgelegd wat er allemaal komt bij komen bij een Windows 7 uit rol. Hier komen ook MDT en WDS in voor.&#160; Ik heb het &#8230; <a href="http://www.wardvissers.nl/2009/10/20/essentiele-handleiding-voor-het-uitrollen-van-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wardvissers.nl/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> heeft een gratis E-book ter beschikking gesteld waar door middel van een aantal onderwerpen is uitgelegd wat er allemaal komt bij komen bij een <a href="http://www.wardvissers.nl/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> 7 uit rol. Hier komen ook <a href="http://www.wardvissers.nl/tag/mdt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MDT">MDT</a> en <a href="http://www.wardvissers.nl/tag/wds/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WDS">WDS</a> in voor.&#160; Ik heb het even snel doorgelezen en er zitten zeker een aantal interessante onderwerpen tussen. Lees het pdf goed door.    </p>
<p>Onderwerpen:     <br />- Implementatieplatform     <br />- Planning <a href="http://www.wardvissers.nl/tag/deployment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Deployment">Deployment</a>     <br />- Testen Application Compatibility     <br />- Ontwikkeling Disk Images     <br />- Migrating User State Data     <br />- Deploying Applications     <br />- Voorbereiding Windows PE     <br />- Configuring Windows Deployment Services (WDS)     <br />- Met behulp van Volume Activation     <br />- Implementeren met Microsoft Deployment <a href="http://www.wardvissers.nl/tag/toolkit/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Toolkit">Toolkit</a> (MDT)</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=EE2A1D38-88A9-43B3-95BC-7E962F0B6030&amp;displaylang=en" target="_blank"><img title="eBook" border="0" alt="eBook" src="http://blogs.technet.com/blogfiles/deploymentguys/WindowsLiveWriter/EssentialGuideforDeployingWindows7_87E2/eBook_thumb.jpg" width="288" height="349" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Essentiele+Handleiding+voor+het+uitrollen+van+Windows+7+http%3A%2F%2Ftinyurl.com%2Fykbszax" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2009/10/20/essentiele-handleiding-voor-het-uitrollen-van-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

