<?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>dave.harris.net</title>
	<atom:link href="http://dave.harris.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://dave.harris.net</link>
	<description>Sysadmin and part time Gadgeteer</description>
	<lastBuildDate>Mon, 06 May 2013 10:20:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Removing the &#8220;Do you trust this printer&#8221; message box</title>
		<link>http://dave.harris.net/removing-the-do-you-trust-this-printer-message-box/</link>
		<comments>http://dave.harris.net/removing-the-do-you-trust-this-printer-message-box/#comments</comments>
		<pubDate>Mon, 06 May 2013 10:18:52 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Sysadmin Stuff]]></category>
		<category><![CDATA[GP]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Printer]]></category>

		<guid isPermaLink="false">http://dave.harris.net/?p=1821</guid>
		<description><![CDATA[When changing printers recently  I noticed when testing that users would receive the following message: This was a bit of a pain so I set about looking to remove this via Group Policy. The option I settle on was documented here, but basically involved adding the following &#8230;<p class="read-more"><a href="http://dave.harris.net/removing-the-do-you-trust-this-printer-message-box/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>When changing printers recently  I noticed when testing that users would receive the following message:</p>
<p><a href="http://dave.harris.net/wp-content/files/2013/05/trustprinter.jpg"><img class="aligncenter size-medium wp-image-1822" alt="trustprinter" src="http://dave.harris.net/wp-content/files/2013/05/trustprinter-300x180.jpg" width="300" height="180" /></a></p>
<p>This was a bit of a pain so I set about looking to remove this via Group Policy.</p>
<p>The option I settle on was documented <a href="http://social.technet.microsoft.com/Forums/en-US/w7itprogeneral/thread/ff0971b5-cd26-40cc-bebe-346137cbce89">here</a>, but basically involved adding the following settings:</p>
<ul>
<li>Create a new GPO</li>
<li>Navigate to Computer Configuration, Policies, Administrative Templates, Printers, Point and Print Restrictions and set it to Enabled.</li>
</ul>
<p>Then change the following settings:</p>
<ul>
<li>Users can only point and print to these servers &gt; Unticked (Disabled)</li>
<li>Users can only point and print to machines in their forest &gt; Enabled</li>
<li>When installing drivers for a new connection &gt; Do not show warning or elevation prompt</li>
<li>When updating drivers for an existing connection &gt; Do not show warning or elevation prompt</li>
</ul>
<p>You now shouldn&#8217;t see the warning message.</p>
]]></content:encoded>
			<wfw:commentRss>http://dave.harris.net/removing-the-do-you-trust-this-printer-message-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PPTP VPN on Windows 8 through Cisco ASA5510</title>
		<link>http://dave.harris.net/pptp-vpn-on-windows-8-through-cisco-asa5510/</link>
		<comments>http://dave.harris.net/pptp-vpn-on-windows-8-through-cisco-asa5510/#comments</comments>
		<pubDate>Mon, 06 May 2013 10:10:23 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Sysadmin Stuff]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[PPTP]]></category>
		<category><![CDATA[VDI]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://dave.harris.net/?p=1814</guid>
		<description><![CDATA[I came across this error on my Windows 8 VDI, basically I couldn&#8217;t create a PPTP VPN Connection to an external site. I tried the same connection from a separate WiFi connection and it worked perfectly, leading me to think that something on the &#8230;<p class="read-more"><a href="http://dave.harris.net/pptp-vpn-on-windows-8-through-cisco-asa5510/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>I came across this error on my Windows 8 VDI, basically I couldn&#8217;t create a PPTP VPN Connection to an external site. I tried the same connection from a separate WiFi connection and it worked perfectly, leading me to think that something on the Cisco box was blocking it.</p>
<p>It turns out that it was, the fix is pretty simple though (original article found <a href="http://www.petenetlive.com/KB/Article/0000009.htm">here</a>)</p>
<p>Open up the ASDM and navigate to:</p>
<ul>
<li>Configuration</li>
<li>Firewall</li>
<li>Access Rules</li>
<li>Add</li>
<li>Inside Interface</li>
<li>Allow</li>
<li>Source = Any</li>
<li>Destination = Any</li>
<li>Service = GRE</li>
<li>OK</li>
<li>Apply</li>
</ul>
<p>Then, add another rule and select TCP and then select &#8216;More Options&#8217;. Change the Source/Service to TCP/PPTP and click Ok.</p>
<p><a href="http://dave.harris.net/wp-content/files/2013/05/cisco1.png"><img class="aligncenter size-medium wp-image-1815" alt="cisco1" src="http://dave.harris.net/wp-content/files/2013/05/cisco1-300x248.png" width="300" height="248" /></a> <a href="http://dave.harris.net/wp-content/files/2013/05/cisco2.png"><img class="aligncenter size-medium wp-image-1816" alt="cisco2" src="http://dave.harris.net/wp-content/files/2013/05/cisco2-300x248.png" width="300" height="248" /></a></p>
<p>Select service policy rules and then select Inspection_Default, Edit, Rule Action and tick the box next to PPTP.</p>
<p><a href="http://dave.harris.net/wp-content/files/2013/05/cisco3.png"><img class="aligncenter size-medium wp-image-1817" alt="cisco3" src="http://dave.harris.net/wp-content/files/2013/05/cisco3-300x258.png" width="300" height="258" /></a></p>
<p>Save this config and you should be away. Happy days.</p>
]]></content:encoded>
			<wfw:commentRss>http://dave.harris.net/pptp-vpn-on-windows-8-through-cisco-asa5510/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL 2012 DPM Backup Failure &#8211; The SQL Server instance refused the connection</title>
		<link>http://dave.harris.net/sql-2012-dpm-backup-failure-the-sql-server-instance-refused-the-connection/</link>
		<comments>http://dave.harris.net/sql-2012-dpm-backup-failure-the-sql-server-instance-refused-the-connection/#comments</comments>
		<pubDate>Mon, 06 May 2013 09:56:26 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Sysadmin Stuff]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[DPM]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://dave.harris.net/?p=1808</guid>
		<description><![CDATA[Some of my DPM Backups on a new 2012 box were failing with the error The fix can be found here and is pretty straight forward. Add the account NT_AUTHORITY\System to have sysadmin priviledges within SSMS. Once added you should receive no more &#8230;<p class="read-more"><a href="http://dave.harris.net/sql-2012-dpm-backup-failure-the-sql-server-instance-refused-the-connection/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Some of my DPM Backups on a new 2012 box were failing with the error</p>
<p><a href="http://dave.harris.net/wp-content/files/2013/05/sysadmin.jpg"><img class="aligncenter size-medium wp-image-1809" alt="sysadmin" src="http://dave.harris.net/wp-content/files/2013/05/sysadmin-300x188.jpg" width="300" height="188" /></a></p>
<p>The fix can be found <a href="http://social.technet.microsoft.com/Forums/en-US/winserverTS/thread/3cf776f4-ee7d-48c6-9eba-895a696ac380">here</a> and is pretty straight forward.</p>
<p>Add the account <strong>NT_AUTHORITY\System</strong> to have sysadmin priviledges within SSMS.</p>
<p>Once added you should receive no more DPM errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://dave.harris.net/sql-2012-dpm-backup-failure-the-sql-server-instance-refused-the-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Temporary VM Pools for Server O/S&#8217;s using RDV_ROLLBACK</title>
		<link>http://dave.harris.net/creating-temporary-vm-pools-for-server-oss-using-rdv_rollback/</link>
		<comments>http://dave.harris.net/creating-temporary-vm-pools-for-server-oss-using-rdv_rollback/#comments</comments>
		<pubDate>Mon, 06 May 2013 09:51:18 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Sysadmin Stuff]]></category>
		<category><![CDATA[RDS]]></category>
		<category><![CDATA[RDV_ROLLBACK]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[VDI]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://dave.harris.net/?p=1805</guid>
		<description><![CDATA[I had a situation where some users needed a temporary machine, mostly for creating documentation and taking screenshots on a fresh install that hadn&#8217;t been modified. I created a desktop pool for some Windows 7 and Windows 8 VM&#8217;s and set them &#8230;<p class="read-more"><a href="http://dave.harris.net/creating-temporary-vm-pools-for-server-oss-using-rdv_rollback/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>I had a situation where some users needed a temporary machine, mostly for creating documentation and taking screenshots on a fresh install that hadn&#8217;t been modified.</p>
<p>I created a desktop pool for some Windows 7 and Windows 8 VM&#8217;s and set them to return to the original settings when the user logs off. Behind the scenes, all this does is look for a snapshot that starts with</p>
<p><strong>&#8220;RDV_ROLLBACK&#8221;</strong></p>
<p>If it finds this, it applies it, and bingo, your VM&#8217;s back to it&#8217;s original state.</p>
<p>However, when I tried to create a pool of Server 2008 R2 machines, it complained that this could only be used for Windows 7 and Windows 8. To get around this, I manually created 2 Server 2008 R2 VM&#8217;s and created snapshots called &#8220;RDV_ROLLBACK&#8221; for each of these. I then created a managed pool of machines and added these 2 VM&#8217;s into that.</p>
<p><a href="http://dave.harris.net/wp-content/files/2013/05/rdv_rollback.jpg"><img class="aligncenter" alt="rdv_rollback" src="http://dave.harris.net/wp-content/files/2013/05/rdv_rollback-300x230.jpg" width="300" height="230" /></a></p>
<p>It works perfectly and I now also have some Server 2012 temporary machines that can be played with and will reset when the user logs off.<a href="http://dave.harris.net/wp-content/files/2013/05/rdv_rollback.jpg"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dave.harris.net/creating-temporary-vm-pools-for-server-oss-using-rdv_rollback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server 2012 Virtual Desktop Collection Save Delay</title>
		<link>http://dave.harris.net/server-2012-virtual-desktop-collection-save-delay/</link>
		<comments>http://dave.harris.net/server-2012-virtual-desktop-collection-save-delay/#comments</comments>
		<pubDate>Mon, 06 May 2013 09:41:43 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Sysadmin Stuff]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Save]]></category>
		<category><![CDATA[VDC]]></category>
		<category><![CDATA[VDI]]></category>

		<guid isPermaLink="false">http://dave.harris.net/?p=1802</guid>
		<description><![CDATA[I finally figured out what this option was when configuring a virtual desktop collection. It basically will save the virtual machine if it has been inactive for the specified number of minutes. Seems pretty obvious now, a bot more documentation &#8230;<p class="read-more"><a href="http://dave.harris.net/server-2012-virtual-desktop-collection-save-delay/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>I finally figured out what this option was when configuring a virtual desktop collection.</p>
<p><a href="http://dave.harris.net/wp-content/files/2013/05/savedelay.png"><img class="aligncenter size-medium wp-image-1803" alt="savedelay" src="http://dave.harris.net/wp-content/files/2013/05/savedelay-300x240.png" width="300" height="240" /></a></p>
<p>It basically will save the virtual machine if it has been inactive for the specified number of minutes.</p>
<p>Seems pretty obvious now, a bot more documentation from MS on this wouldn&#8217;t have gone a miss though.</p>
]]></content:encoded>
			<wfw:commentRss>http://dave.harris.net/server-2012-virtual-desktop-collection-save-delay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error Connecting to TMG server with PRTG</title>
		<link>http://dave.harris.net/error-connecting-to-tmg-server-with-prtg/</link>
		<comments>http://dave.harris.net/error-connecting-to-tmg-server-with-prtg/#comments</comments>
		<pubDate>Mon, 06 May 2013 09:35:17 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Sysadmin Stuff]]></category>
		<category><![CDATA[PRTG]]></category>
		<category><![CDATA[RPC]]></category>
		<category><![CDATA[TMG]]></category>

		<guid isPermaLink="false">http://dave.harris.net/?p=1796</guid>
		<description><![CDATA[When attempting to add a TMG server to PRTG, the following error was thrown up: &#8220;RPC Server not accessible&#8221; To resolve this, in TMG add a new rule for TMG Access from the monitoring server. Select it and go to &#8220;Configure &#8230;<p class="read-more"><a href="http://dave.harris.net/error-connecting-to-tmg-server-with-prtg/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>When attempting to add a TMG server to PRTG, the following error was thrown up:</p>
<p><strong>&#8220;RPC Server not accessible&#8221;</strong></p>
<p>To resolve this, in TMG add a new rule for TMG Access from the monitoring server. Select it and go to &#8220;Configure RPC Protocol&#8221; <a href="http://dave.harris.net/wp-content/files/2013/05/tmg1.jpg"><img class="aligncenter size-medium wp-image-1798" alt="tmg1" src="http://dave.harris.net/wp-content/files/2013/05/tmg1-300x145.jpg" width="300" height="145" /></a>You will then see the following screen:</p>
<p><a href="http://dave.harris.net/wp-content/files/2013/05/rpc1.png"><img class="aligncenter" alt="rpc1" src="http://dave.harris.net/wp-content/files/2013/05/rpc1-270x300.png" width="270" height="300" /></a></p>
<p>Enable this and you should then be able to connect from PRTG.</p>
]]></content:encoded>
			<wfw:commentRss>http://dave.harris.net/error-connecting-to-tmg-server-with-prtg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows update failure on TMG 2010 server, Error 80072EE2</title>
		<link>http://dave.harris.net/windows-update-failure-on-tmg-2010-server-error-80072ee2/</link>
		<comments>http://dave.harris.net/windows-update-failure-on-tmg-2010-server-error-80072ee2/#comments</comments>
		<pubDate>Sun, 14 Apr 2013 16:59:12 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Sysadmin Stuff]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[TMG]]></category>
		<category><![CDATA[Windows Update]]></category>
		<category><![CDATA[WSUS]]></category>

		<guid isPermaLink="false">http://dave.harris.net/?p=1787</guid>
		<description><![CDATA[My TMG 2010 proxy server refused to update. Every other server updates correctly using my internal WSUS server, so it had to be a setting within TMG. Turns out that it was and it pretty simple to fix the best guide that &#8230;<p class="read-more"><a href="http://dave.harris.net/windows-update-failure-on-tmg-2010-server-error-80072ee2/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>My TMG 2010 proxy server refused to update. Every other server updates correctly using my internal WSUS server, so it had to be a setting within TMG.</p>
<p><a href="http://dave.harris.net/wp-content/files/2013/04/wup.jpg"><img class="aligncenter" alt="wup" src="http://dave.harris.net/wp-content/files/2013/04/wup-300x187.jpg" width="300" height="187" /></a></p>
<p>Turns out that it was and it pretty simple to fix the best guide that I found is <a href="http://social.technet.microsoft.com/wiki/contents/articles/1531.how-to-fix-error-80072ee2-when-running-windows-update-on-tmg-server.aspx" target="_blank">here</a>, but to simplify things, from an admin command prompt, type:</p>
<p><code>netsh winhttp set proxy localhost:8080</code></p>
<p>Happy days.<a href="http://dave.harris.net/wp-content/files/2013/04/wup.jpg"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dave.harris.net/windows-update-failure-on-tmg-2010-server-error-80072ee2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting a thin client locale and region settings with WES7</title>
		<link>http://dave.harris.net/setting-a-thin-client-locale-and-region-settings-with-wes7/</link>
		<comments>http://dave.harris.net/setting-a-thin-client-locale-and-region-settings-with-wes7/#comments</comments>
		<pubDate>Sun, 14 Apr 2013 16:48:29 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Sysadmin Stuff]]></category>
		<category><![CDATA[Locale]]></category>
		<category><![CDATA[Regions]]></category>
		<category><![CDATA[sysprep]]></category>
		<category><![CDATA[Thin Client]]></category>

		<guid isPermaLink="false">http://dave.harris.net/?p=1781</guid>
		<description><![CDATA[I recently go my newest thin client image all lovely and working, but when I rolled it out all the settings, including the IE Homepage, keyboard layout and regional settings had all gone back to US &#8211; doh! Turns out that the &#8230;<p class="read-more"><a href="http://dave.harris.net/setting-a-thin-client-locale-and-region-settings-with-wes7/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>I recently go my newest thin client image all lovely and working, but when I rolled it out all the settings, including the IE Homepage, keyboard layout and regional settings had all gone back to US &#8211; doh!</p>
<p>Turns out that the HP Device Manager sysprep&#8217;s the image when it&#8217;s creating it and the c:\windows\system32\sysprep_unattend.xml file was set for the US defaults.</p>
<p>So, by changing this file before the clone image is created, all the settings would then be correct.</p>
<p>For reference, my new think client sysprep_unattend.xml file is:</p><pre class="crayon-plain-tag">&lt;code&gt;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;unattend xmlns=&quot;urn:schemas-microsoft-com:unattend&quot; xmlns:wcm=&quot;http://schemas.microsoft.com/WMIConfig/2002/State&quot; xmlns:ew=&quot;urn:schemas-microsoft-com:embedded.unattend.internal.v1&quot;&gt;
    &lt;servicing&gt;
        &lt;package action=&quot;configure&quot;&gt;
            &lt;assemblyIdentity name=&quot;Microsoft-Windows-EmbeddedEdition&quot; version=&quot;6.1.7600.16385&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; versionScope=&quot;nonSxS&quot; /&gt;
            &lt;ew:packageInfo releaseType=&quot;Product&quot; customInfoVersion=&quot;1.0&quot; /&gt;
        &lt;/package&gt;
    &lt;/servicing&gt;
    &lt;settings pass=&quot;generalize&quot;&gt;
        &lt;component name=&quot;Microsoft-Windows-PnpSysprep&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; versionScope=&quot;nonSxS&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
            &lt;PersistAllDeviceInstalls&gt;true&lt;/PersistAllDeviceInstalls&gt;
            &lt;DoNotCleanUpNonPresentDevices&gt;true&lt;/DoNotCleanUpNonPresentDevices&gt;
        &lt;/component&gt;
        &lt;component name=&quot;Microsoft-Windows-Security-SPP&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; versionScope=&quot;nonSxS&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
            &lt;SkipRearm&gt;1&lt;/SkipRearm&gt;
        &lt;/component&gt;
    &lt;/settings&gt;
    &lt;settings pass=&quot;specialize&quot;&gt;
        &lt;component name=&quot;Microsoft-Windows-IE-InternetExplorer&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; versionScope=&quot;nonSxS&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
            &lt;Home_Page&gt;http://internal-vdi-gateway-address&lt;/Home_Page&gt;
        &lt;/component&gt;
        &lt;component name=&quot;Microsoft-Windows-Shell-Setup&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; versionScope=&quot;nonSxS&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
            &lt;ComputerName&gt;*&lt;/ComputerName&gt;
            &lt;RegisteredOwner&gt;HP&lt;/RegisteredOwner&gt;
            &lt;CopyProfile&gt;true&lt;/CopyProfile&gt;
        &lt;/component&gt;
        &lt;component name=&quot;Microsoft-Windows-Deployment&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; versionScope=&quot;nonSxS&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
            &lt;RunSynchronous&gt;
                &lt;RunSynchronousCommand wcm:action=&quot;add&quot;&gt;
                    &lt;Order&gt;1&lt;/Order&gt;
                    &lt;Path&gt;net user administrator /active:yes&lt;/Path&gt;
                &lt;/RunSynchronousCommand&gt;
                &lt;RunSynchronousCommand wcm:action=&quot;add&quot;&gt;
                    &lt;Order&gt;2&lt;/Order&gt;
                    &lt;Path&gt;net user Administrateur /active:yes&lt;/Path&gt;
                &lt;/RunSynchronousCommand&gt;
                &lt;RunSynchronousCommand wcm:action=&quot;add&quot;&gt;
                    &lt;Order&gt;3&lt;/Order&gt;
                    &lt;Path&gt;net user Administrador /active:yes&lt;/Path&gt;
                &lt;/RunSynchronousCommand&gt;
            &lt;/RunSynchronous&gt;
        &lt;/component&gt;
    &lt;/settings&gt;
    &lt;settings pass=&quot;oobeSystem&quot;&gt;
        &lt;component name=&quot;Microsoft-Windows-International-Core&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; versionScope=&quot;nonSxS&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
            &lt;InputLocale&gt;en-GB&lt;/InputLocale&gt;
            &lt;SystemLocale&gt;en-GB&lt;/SystemLocale&gt;
            &lt;UILanguage&gt;en-GB&lt;/UILanguage&gt;
            &lt;UserLocale&gt;en-GB&lt;/UserLocale&gt;
        &lt;/component&gt;
        &lt;component name=&quot;Microsoft-Windows-Shell-Setup&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; versionScope=&quot;nonSxS&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
            &lt;OOBE&gt;
                &lt;HideWirelessSetupInOOBE&gt;true&lt;/HideWirelessSetupInOOBE&gt;
                &lt;HideEULAPage&gt;true&lt;/HideEULAPage&gt;
                &lt;NetworkLocation&gt;Work&lt;/NetworkLocation&gt;
                &lt;ProtectYourPC&gt;3&lt;/ProtectYourPC&gt;
            &lt;/OOBE&gt;
            &lt;UserAccounts&gt;
                &lt;LocalAccounts&gt;
                    &lt;LocalAccount wcm:action=&quot;add&quot;&gt;
                        &lt;Password&gt;
                            &lt;Value&gt;tempaccount&lt;/Value&gt;
                            &lt;PlainText&gt;true&lt;/PlainText&gt;
                        &lt;/Password&gt;
                        &lt;Name&gt;tempaccount&lt;/Name&gt;
                        &lt;DisplayName&gt;tempaccount&lt;/DisplayName&gt;
                        &lt;Group&gt;Users&lt;/Group&gt;
                    &lt;/LocalAccount&gt;
                &lt;/LocalAccounts&gt;
            &lt;/UserAccounts&gt;
            &lt;TimeZone&gt;GMT Standard Time&lt;/TimeZone&gt;
        &lt;/component&gt;
        &lt;component name=&quot;Microsoft-Windows-Deployment&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;31bf3856ad364e35&quot; language=&quot;neutral&quot; versionScope=&quot;nonSxS&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
            &lt;ExtendOSPartition&gt;
                &lt;Extend&gt;true&lt;/Extend&gt;
            &lt;/ExtendOSPartition&gt;
        &lt;/component&gt;
    &lt;/settings&gt;
    &lt;ew:answerFileInfo distributionSharePath=&quot;C:\Program Files (x86)\Windows Embedded Standard 2011\DS&quot; footprint=&quot;576716800&quot; ecoreFootprint=&quot;576716800&quot; /&gt;
&lt;/unattend&gt;&lt;/code&gt;</pre><p></p>
]]></content:encoded>
			<wfw:commentRss>http://dave.harris.net/setting-a-thin-client-locale-and-region-settings-with-wes7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktop shortcut for display settings</title>
		<link>http://dave.harris.net/desktop-shortcut-for-display-settings/</link>
		<comments>http://dave.harris.net/desktop-shortcut-for-display-settings/#comments</comments>
		<pubDate>Sun, 14 Apr 2013 16:42:53 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Sysadmin Stuff]]></category>
		<category><![CDATA[CDI]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[resolution]]></category>

		<guid isPermaLink="false">http://dave.harris.net/?p=1779</guid>
		<description><![CDATA[For my recent thin client image, users needed the ability to change the screen resolution (the VDI&#8217;s inherit the TC resolution) a simple desktop shortcut and icon works well for this. For reference: control desk.cpl,1,4 %windir%\System32\control.exe desk.cpl,1,4]]></description>
				<content:encoded><![CDATA[<p>For my recent thin client image, users needed the ability to change the screen resolution (the VDI&#8217;s inherit the TC resolution) a simple desktop shortcut and icon works well for this.</p>
<p>For reference:</p>
<ul>
<li>control desk.cpl,1,4</li>
<li>%windir%\System32\control.exe desk.cpl,1,4</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dave.harris.net/desktop-shortcut-for-display-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replacing S2000 Front Brake Pads</title>
		<link>http://dave.harris.net/replacing-s2000-front-brake-pads/</link>
		<comments>http://dave.harris.net/replacing-s2000-front-brake-pads/#comments</comments>
		<pubDate>Sun, 14 Apr 2013 16:35:29 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Honda S2000]]></category>
		<category><![CDATA[brake]]></category>
		<category><![CDATA[pads]]></category>
		<category><![CDATA[S2000]]></category>

		<guid isPermaLink="false">http://dave.harris.net/?p=1768</guid>
		<description><![CDATA[A little while back I wrote a post on replacing the rear pads on an S2000, now the snow has all but gone, it was time to do the front pads. The job is very similar, so I won&#8217;t go &#8230;<p class="read-more"><a href="http://dave.harris.net/replacing-s2000-front-brake-pads/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>A little while back I wrote a post on <a href="http://dave.harris.net/replacing-s2000-rear-brake-pads/" target="_blank">replacing the rear pads on an S2000</a>, now the snow has all but gone, it was time to do the front pads.</p>
<p>The job is very similar, so I won&#8217;t go into too much detail.</p>
<p>Jack up the car and take off the wheel.</p>
<p><a href="http://dave.harris.net/wp-content/files/2013/04/IMG_0123.jpg"><img class="aligncenter size-medium wp-image-1769" alt="IMG_0123" src="http://dave.harris.net/wp-content/files/2013/04/IMG_0123-300x225.jpg" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<p>Look to the back of the caliper and you&#8217;ll want to loosen both bolts using a 12mm socket and remove the bottom bolt completely. You will need to use a 21mm spanner to hold the nuts in place.<br />
<a href="http://dave.harris.net/wp-content/files/2013/04/IMG_0124.jpg"><img class="aligncenter size-medium wp-image-1770" alt="IMG_0124" src="http://dave.harris.net/wp-content/files/2013/04/IMG_0124-225x300.jpg" width="225" height="300" /></a></p>
<p>Then you can easily pivot the calliper upwards and use a bungee cord or similar to hold it place.</p>
<p><a href="http://dave.harris.net/wp-content/files/2013/04/IMG_0125.jpg"><img class="aligncenter size-medium wp-image-1771" alt="IMG_0125" src="http://dave.harris.net/wp-content/files/2013/04/IMG_0125-225x300.jpg" width="225" height="300" /></a></p>
<p>The pads themselves can be popped out, use a flat head screwdriver if required.</p>
<p>If you can&#8217;t see the wear mark indicator (the groove down the middle) you probably needed to change them. I forgot to photograph under the bonnet, but take off the brake reservoir cap and place newspaper around it. In the next step when we squeeze the piston back, the brake level will rise and this will catch anything that spills over.<a href="http://dave.harris.net/wp-content/files/2013/04/IMG_0127.jpg"><img class="aligncenter size-medium wp-image-1772" alt="IMG_0127" src="http://dave.harris.net/wp-content/files/2013/04/IMG_0127-225x300.jpg" width="225" height="300" /></a>There are specialist tools for getting the piston back, but I used a G clamp and one of the old brake pads. By slowing turning the G clamp the piston will return level with the calliper allowing you to then return it to it&#8217;s correct position.<br />
<a href="http://dave.harris.net/wp-content/files/2013/04/IMG_0128.jpg"><img class="aligncenter size-medium wp-image-1773" alt="IMG_0128" src="http://dave.harris.net/wp-content/files/2013/04/IMG_0128-225x300.jpg" width="225" height="300" /></a>You can then pop in the new pads, and put a bit of copper grease on there where the calliper makes contact. Be careful with this stuff as it can easily get everywhere, and you don&#8217;t want it on your disks.</p>
<p><em id="__mceDel"> <em id="__mceDel"><a href="http://dave.harris.net/wp-content/files/2013/04/IMG_0129.jpg"><img class="aligncenter size-medium wp-image-1774" alt="IMG_0129" src="http://dave.harris.net/wp-content/files/2013/04/IMG_0129-225x300.jpg" width="225" height="300" /></a></em></em>Slot the calliper back and tighten the bolts. Do the same on the other side and then replace the reservoir cap, pump the brake pedal a few times and go on a slow drive, lightly testing the brakes until you are happy that they are correct. Easy Peasy.</p>
]]></content:encoded>
			<wfw:commentRss>http://dave.harris.net/replacing-s2000-front-brake-pads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
