<?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>Mind Circus &#187; Miscellaneous</title>
	<atom:link href="http://www.twistedethics.com/category/miscellaneous/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twistedethics.com</link>
	<description>Inside the mind of a young IT Professional</description>
	<lastBuildDate>Wed, 25 Aug 2010 13:14:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Remotely enable TPM in the BIOS on a Dell PC</title>
		<link>http://www.twistedethics.com/2010/08/25/how-to-remotely-enable-tpm-in-the-bios-on-a-dell-pc/</link>
		<comments>http://www.twistedethics.com/2010/08/25/how-to-remotely-enable-tpm-in-the-bios-on-a-dell-pc/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 13:14:15 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/?p=636</guid>
		<description><![CDATA[This guide will run through how to remotely turn on and activate TPM in the BIOS on a Dell PC using the Dell Client Configuration ToolKit
Setup
First we need to install the Dell Client Configuration Toolkit (CCTK) on the target system.
To do this:

Log onto the target system via RDP
Grab the CCTK MSI file
Install the CCTK onto the target [...]]]></description>
			<content:encoded><![CDATA[<p>This guide will run through how to remotely turn on and activate TPM in the BIOS on a Dell PC using the Dell Client Configuration ToolKit</p>
<h1>Setup</h1>
<p>First we need to install the Dell Client Configuration Toolkit (CCTK) on the target system.</p>
<p>To do this:</p>
<ol>
<li>Log onto the target system via RDP</li>
<li>Grab the <a href="http://support.dell.com/support/downloads/download.aspx?c=us&amp;l=en&amp;s=gen&amp;releaseid=R229673&amp;formatcnt=1&amp;libid=0&amp;fileid=329826">CCTK MSI file</a></li>
<li>Install the CCTK onto the target system</li>
</ol>
<h1>Making Configuration Changes</h1>
<p>On the target system:</p>
<ol>
<li>Log onto the target system via RDP</li>
<li>Open up a Command Prompt</li>
<li>Navigate to: C:\Program Files\Dell\CCTK\
<ol>
<li>If you’re running 32-bit OS, go into X86 folder</li>
<li>If you’re running 64-bit OS go into X86_64 folder</li>
<li>From here, run the relevant command&#8230;</li>
<li>To enable and activate TPM on the target system:
<ol>
<li>cctk &#8211;tpm=on</li>
<li>cctk &#8211;tpmactivation=activate</li>
</ol>
</li>
<li>Reboot, and TPM will be enabled</li>
</ol>
</li>
</ol>
<h1>Bootnote</h1>
<p>This process was tested and confirmed working on a Dell Latitude E6410 running Windows 7 32-bit. Let us know in the comments if it works for you too! <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h1>More Resources</h1>
<p>There&#8217;s a page from Dell which covers more background here: <a href="http://www.delltechcenter.com/page/Dell+Client+Configuration+Toolkit">http://www.delltechcenter.com/page/Dell+Client+Configuration+Toolkit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2010/08/25/how-to-remotely-enable-tpm-in-the-bios-on-a-dell-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get the Outlook Social Connector in MSI format</title>
		<link>http://www.twistedethics.com/2010/08/19/how-to-get-the-outlook-social-connector-in-msi-format/</link>
		<comments>http://www.twistedethics.com/2010/08/19/how-to-get-the-outlook-social-connector-in-msi-format/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 15:42:47 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/?p=630</guid>
		<description><![CDATA[If you need to Deploy the Outlook Social Connector via GPSI, you&#8217;ll need to get your hands on the MSI files.
To do so, follow these instructions&#8230;

Download the OSC file from Microsoft
Run the following command from a command prompt: outlooksocialconnector-x86-en-us.exe /extract:C:\osc\
This will extract the msi files to c:\osc\
You can then use the MSI file to deploy OSC! [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to Deploy the Outlook Social Connector via GPSI, you&#8217;ll need to get your hands on the MSI files.</p>
<p>To do so, follow these instructions&#8230;</p>
<ol>
<li><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=b638cc14-11e5-448a-b5a6-4f553ce81b94">Download the OSC file</a> from Microsoft</li>
<li>Run the following command from a command prompt: outlooksocialconnector-x86-en-us.exe /extract:C:\osc\</li>
<li>This will extract the msi files to c:\osc\</li>
<li>You can then use the MSI file to deploy OSC! <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<p>If you want to integrate the MSP Patch files are well, just do this:</p>
<div id="_mcePaste">
<ol>
<li>msiexec /p c:\osc\osc-x-none-en-us.msp /a \\yourserver\share\osc.msi</li>
<li>msiexec /p c:\osc\oscintl-en-us.msp /a \\yourserver\share\osc.msi</li>
</ol>
</div>
<p>Then you&#8217;ll be deploying the MSI fully patched <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2010/08/19/how-to-get-the-outlook-social-connector-in-msi-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetApp SnapDrive Error: VDS volume object for the LUN</title>
		<link>http://www.twistedethics.com/2010/06/16/netapp-snapdrive-error-vds-volume-object-for-the-lun/</link>
		<comments>http://www.twistedethics.com/2010/06/16/netapp-snapdrive-error-vds-volume-object-for-the-lun/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 13:55:15 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[netapp]]></category>
		<category><![CDATA[SME]]></category>
		<category><![CDATA[SnapDrive]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/?p=625</guid>
		<description><![CDATA[Earlier today, I was trying  to set up a Remote Verification Server on NetApp SnapManager for Exchange 6.0, but came across this error when the remote verification server tried to mount the snapshot:
[SnapDrive Error]:VDS volume object for the LUN s/n &#8216;&#60;serial&#62;&#8217; has not been found
The error shows up in the Report that SME generates when [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier today, I was trying  to set up a Remote Verification Server on NetApp SnapManager for Exchange 6.0, but came across this error when the remote verification server tried to mount the snapshot:</p>
<p>[SnapDrive Error]:VDS volume object for the LUN s/n &#8216;&lt;serial&gt;&#8217; has not been found</p>
<p>The error shows up in the Report that SME generates when it runs a snapshot/backup job.</p>
<p>To get around this error, install the latest (apparently not-quite-released-yet) SnapDrive on to your Verification Server. You can get it here: <a href="http://now.netapp.com/NOW/download/software/snapdrive_win/6.2P1/">http://now.netapp.com/NOW/download/software/snapdrive_win/6.2P1/</a></p>
<p>This problem appears to happen on Server 2008 R2 servers, and I can confirm that installing the download above fixed the issues for me.</p>
<p>For the record, this is our configuration:</p>
<p>Exchange 2007 SP2 running on a Server 2008 SP2 box, with a Server 2008 R2 box set up for Remote Verification</p>
<p>The full thread discussing this is here: <a href="http://communities.netapp.com/message/24568?tstart=-1">http://communities.netapp.com/message/24568?tstart=-1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2010/06/16/netapp-snapdrive-error-vds-volume-object-for-the-lun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get WMC to play MKV files</title>
		<link>http://www.twistedethics.com/2010/03/26/how-to-get-wmc-to-play-mkv-files/</link>
		<comments>http://www.twistedethics.com/2010/03/26/how-to-get-wmc-to-play-mkv-files/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 14:48:56 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[AC3]]></category>
		<category><![CDATA[Acer Revo]]></category>
		<category><![CDATA[MKV]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[WMC]]></category>
		<category><![CDATA[WMP]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/?p=619</guid>
		<description><![CDATA[How to get Windows Media Center to play MKV files on Windows 7

So I just bought an Acer Revo 3610 so that we can watch MKV files without converting them to MP4 and putting them on the Xbox/faffing around with 4GB file limits etc. The Revo is a brilliant box: cheap, tiny, near-silent and plays [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How to get Windows Media Center to play MKV files on Windows 7</strong></p>
<p><strong><a href="http://www.twistedethics.com/wp-content/uploads/2010/03/acer-revo.jpg"><img class="alignnone size-thumbnail wp-image-623" title="acer revo" src="http://www.twistedethics.com/wp-content/uploads/2010/03/acer-revo-150x150.jpg" alt="" width="150" height="150" /></a></strong></p>
<p>So I just bought an <a href="http://www.amazon.co.uk/gp/product/B002TI844K?ie=UTF8&amp;tag=mincir0e-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B002TI844K">Acer Revo 3610</a> so that we can watch MKV files without converting them to MP4 and putting them on the Xbox/faffing around with 4GB file limits etc. The Revo is a brilliant box: cheap, tiny, near-silent and plays 1080p video with no dropped frames. I got mine from <a href="http://www.amazon.co.uk/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.co.uk%2Fs%3Fie%3DUTF8%26x%3D0%26ref_%3Dnb%5Fsb%5Fnoss%26y%3D0%26field-keywords%3Dacer%2520revo%26url%3Dsearch-alias%253Daps&amp;tag=mincir0e-21&amp;linkCode=ur2&amp;camp=1634&amp;creative=19450">Amazon</a><img style="border: none !important; margin: 0px !important;" src="https://www.assoc-amazon.co.uk/e/ir?t=mincir0e-21&amp;l=ur2&amp;o=2" border="0" alt="" width="1" height="1" />, if you&#8217;re curious. They had the best price at the time <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway, back to Windows Media Center. Out of the box, WMC doesn&#8217;t recognise MKV files. To get this to work:</p>
<p>1. Download and install <a href="http://www.divx.com/en/software/download/start">Divx 7</a>.<br />
You only need the Codec bits, not the player/converter. This will setup MKV integration into WMC.</p>
<p>2. Download and install <a href="http://ac3filter.net/projects/ac3filter/releases">AC3 Filter</a><br />
This will process AC3 audio if your MKV files has AC3 sound (a lot do, so it&#8217;s worth installing, otherwise you won&#8217;t get any sound)</p>
<p>3. Reboot your PC<br />
4. Log back in, and open up WMC.<br />
5. Ta-daa, you can now view (and hear!) MKV files <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><script src="http://ws.amazon.co.uk/widgets/q?ServiceVersion=20070822&amp;MarketPlace=GB&amp;ID=V20070822/GB/mincir0e-21/8001/89460ff0-1dc9-45d2-b0f8-977aee0caf21" type="text/javascript"> </script></p>
<p><noscript>null</noscript></p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2010/03/26/how-to-get-wmc-to-play-mkv-files/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Treats damaging your servers</title>
		<link>http://www.twistedethics.com/2010/03/11/treats-damaging-your-servers/</link>
		<comments>http://www.twistedethics.com/2010/03/11/treats-damaging-your-servers/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 13:28:47 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/?p=611</guid>
		<description><![CDATA[Don&#8217;t you just hate it when treats damage your corporate servers  

  
Spotted on the DrayTek website
]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t you just hate it when treats damage your corporate servers <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><a href="http://www.twistedethics.com/wp-content/uploads/2010/03/damaging-treats.png"><img class="alignnone size-full wp-image-614" title="damaging treats" src="http://www.twistedethics.com/wp-content/uploads/2010/03/damaging-treats.png" alt="" width="593" height="200" /></a></p>
<p> <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Spotted on the <a href="http://www.draytek.com/user/PdInfoDetail.php?Id=18#PdInfo">DrayTek website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2010/03/11/treats-damaging-your-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 &#8211; Cannot remove from network bridge</title>
		<link>http://www.twistedethics.com/2010/03/10/windows-7-cannot-remove-from-network-bridge/</link>
		<comments>http://www.twistedethics.com/2010/03/10/windows-7-cannot-remove-from-network-bridge/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 10:04:24 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2010/03/10/windows-7-cannot-remove-from-network-bridge/</guid>
		<description><![CDATA[Just had a very weird issue on Windows 7, where I was unable to remove a network connection from a network bridge I&#8217;d setup.
The normal way of doing it is described on the Microsoft website. However, right clicking on the network connection had the &#8220;Remove from bridge&#8221; option greyed out, meaning I couldn&#8217;t remove it. [...]]]></description>
			<content:encoded><![CDATA[<p>Just had a very weird issue on Windows 7, where I was unable to remove a network connection from a network bridge I&#8217;d setup.</p>
<p>The normal way of doing it is described on the <a href="http://windows.microsoft.com/en-US/windows-vista/Remove-a-connection-from-a-network-bridge">Microsoft website</a>. However, right clicking on the network connection had the &#8220;Remove from bridge&#8221; option greyed out, meaning I couldn&#8217;t remove it. I was also unable to delete the Bridge miniport itself from within Manage network connections.</p>
<p>To fix this, we can brute force the removal:</p>
<ol>
<li>Open up Device Manager</li>
<li>Expand &#8220;Network Connections&#8221;</li>
<li>Right click on the MAC bridge miniport</li>
<li>Uninstall it</li>
</ol>
<p>As your bridge has been uninstalled, your connections should now be removed from the network bridge <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2010/03/10/windows-7-cannot-remove-from-network-bridge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample Rules for an MDT Deployment Share</title>
		<link>http://www.twistedethics.com/2010/01/20/sample-rules-for-an-mdt-deployment-share/</link>
		<comments>http://www.twistedethics.com/2010/01/20/sample-rules-for-an-mdt-deployment-share/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 16:15:43 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[MDT]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/?p=597</guid>
		<description><![CDATA[Here&#8217;s a sample of the UK rules we use at DisplayLink for our MDT 2010 Deployment Shares:

[Settings]
Priority=Default
Properties=MyCustomProperty

[Default]
OSInstall=Y
SkipAppsOnUpgrade=YES
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES

;Skips Welcome Screen
SkipBDDWelcome=YES

; VISTA LOCALE SETTINGS
KeyboardLocale=0809:00000809
UserLocale=en-GB
InputLocale=0809:00000809
SystemLocale=en-GB
UILanguage=en-US

;BitLocker
OSDBitLockerWaitForEncryption = "FALSE"
BdeRecoveryKey=AD
BDEInstall=TPMPin
BdeInstallSupress=NO
OSDBitLockerMode=TPMKey
OSDBitLockerCreateRecoveryPassword=AD

;SkipTimeZone=YES
TimeZone=85
TimeZoneName=GMT Standard Time

UserDataLocation=AUTO

SkipComputerBackup=YES

]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a sample of the UK rules we use at DisplayLink for our MDT 2010 Deployment Shares:</p>
<pre><code>
[Settings]
Priority=Default
Properties=MyCustomProperty</code>

<code>[Default]
OSInstall=Y
SkipAppsOnUpgrade=YES
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES</code>

<code>;Skips Welcome Screen
SkipBDDWelcome=YES

; VISTA LOCALE SETTINGS
KeyboardLocale=0809:00000809
UserLocale=en-GB
InputLocale=0809:00000809
SystemLocale=en-GB
UILanguage=en-US

;BitLocker
OSDBitLockerWaitForEncryption = "FALSE"
BdeRecoveryKey=AD
BDEInstall=TPMPin
BdeInstallSupress=NO
OSDBitLockerMode=TPMKey
OSDBitLockerCreateRecoveryPassword=AD

;SkipTimeZone=YES
TimeZone=85
TimeZoneName=GMT Standard Time

UserDataLocation=AUTO

SkipComputerBackup=YES
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2010/01/20/sample-rules-for-an-mdt-deployment-share/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample BOOTSTRAP.INI for UK deployments</title>
		<link>http://www.twistedethics.com/2010/01/20/sample-bootstrap-ini-for-uk-deployments/</link>
		<comments>http://www.twistedethics.com/2010/01/20/sample-bootstrap-ini-for-uk-deployments/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 16:11:12 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/?p=594</guid>
		<description><![CDATA[Here&#8217;s a sample BOOTSTRAP.INI that we use at DisplayLink for MDT deployments.
This will pre-fill a number of options throughout the MDT WinPE Deployment Wizard.
Share and enjoy  

[Settings]
Priority=Default

[Default]
DeployRoot=\\MDTSERVER\Distribution$

SkipBDDWelcome=YES



KeyboardLocale=0809:00000809
UserLocale=en-GB
InputLocale=0809:00000809
SystemLocale=en-GB
UILanguage=en-US
UserDomain=YOURDOMAIN

]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a sample BOOTSTRAP.INI that we use at DisplayLink for MDT deployments.</p>
<p>This will pre-fill a number of options throughout the MDT WinPE Deployment Wizard.</p>
<p>Share and enjoy <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<pre><code>
[Settings]
Priority=Default</code>

<code>[Default]
DeployRoot=\\MDTSERVER\Distribution$</code>

<code>SkipBDDWelcome=YES

</code>

<code>KeyboardLocale=0809:00000809
UserLocale=en-GB
InputLocale=0809:00000809
SystemLocale=en-GB
UILanguage=en-US
UserDomain=YOURDOMAIN
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2010/01/20/sample-bootstrap-ini-for-uk-deployments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Hot-Add RAM to a Linux Guest OS in VMware ESX 4.0</title>
		<link>http://www.twistedethics.com/2010/01/19/how-to-hot-add-ram-to-a-linux-guest-os-in-vmware-esx-4-0/</link>
		<comments>http://www.twistedethics.com/2010/01/19/how-to-hot-add-ram-to-a-linux-guest-os-in-vmware-esx-4-0/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 13:24:59 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[vmware vsphere]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/?p=591</guid>
		<description><![CDATA[Need to hot-add RAM to a Linux Guest OS in VMware vShpere 4? Some good instructions are provided here  
]]></description>
			<content:encoded><![CDATA[<p>Need to hot-add RAM to a Linux Guest OS in VMware vShpere 4? Some good instructions are provided <a href="http://adaptivethinking.wordpress.com/2009/07/27/vsphere-esx4-hot-add-memory-for-linux-guests/">here</a> <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2010/01/19/how-to-hot-add-ram-to-a-linux-guest-os-in-vmware-esx-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to easily deploy DisplayLink drivers</title>
		<link>http://www.twistedethics.com/2010/01/11/how-to-easily-deploy-displaylink-drivers/</link>
		<comments>http://www.twistedethics.com/2010/01/11/how-to-easily-deploy-displaylink-drivers/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 09:01:32 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[autoit]]></category>
		<category><![CDATA[automated]]></category>
		<category><![CDATA[DisplayLink]]></category>
		<category><![CDATA[Driver]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[silent install]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/?p=583</guid>
		<description><![CDATA[Some quick notes on how we deploy DisplayLink drivers internally here at DisplayLink. Due to our unique requirements, we don&#8217;t deploy our software via GPSI, as our Developers need to use bleeding-edge drivers, rather than the publicly released ones!
Instead we deploy them manually when setting up a PC. DisplayLink IT uses the publicly available Corporare Install [...]]]></description>
			<content:encoded><![CDATA[<p>Some quick notes on how we deploy DisplayLink drivers internally here at DisplayLink. Due to our unique requirements, we don&#8217;t deploy our software via GPSI, as our Developers need to use bleeding-edge drivers, rather than the publicly released ones!</p>
<p>Instead we deploy them manually when setting up a PC. DisplayLink IT uses the publicly available Corporare Install files, which are distributed as MSIs. This allows you to do silent, automated installs of our software without having to accept a EULA each time. For ease, I  use AutoIT to do the actual installation as it&#8217;s nice and flexible, and we tend to buy laptops on an ad-hoc/purpose specific basis, so Drive Imaging would consume more time than it would save!</p>
<ol>
<li>Get the DisplayLink Corporate Install files from here: http://www.displaylink.com/corporateinstall/ (You&#8217;ll need to register, but it&#8217;s a one-time thing)</li>
<li>Extract the both the 32-bit and 64-bit MSIs in the zip file to somewhere useful. If you want to deploy them via GPSI, check out the PDF (I wrote it, and welcome any comments/suggestions, as I have a lot to learn about GPSI!)</li>
<li>For silent installations, I put the MSIs all in one directory and just rename the files as appropriate for each architecture (see below for the naming I use)</li>
</ol>
<p>The main command lines you need are:</p>
<p>32-bit:</p>
<blockquote><p>msiexec /i \\server\share\DisplayLinkCore-32bit.msi /norestart /passive</p>
<p>msiexec /i \\server\share\DisplayLinkSetup-32bit.msi /norestart /passive</p></blockquote>
<p>64-bit:</p>
<blockquote><p>msiexec /i \\server\share\DisplayLinkCore-64bit.msi /norestart /passive</p>
<p>msiexec /i \\server\share\DisplayLinkSetup-64bit.msi /norestart /passive</p></blockquote>
<p>Here&#8217;s the AutoIT code, should you need it:</p>
<pre><code>
<div id="_mcePaste">If @OSArch = "X86" Then</div>
<blockquote>
<div id="_mcePaste">$PID = Run('msiexec /i \\server\share\DisplayLinkCore-32bit.msi /norestart /passive')</div>
<div id="_mcePaste">ProcessWaitClose($PID)</div>
<div id="_mcePaste">$PID = Run('msiexec /i \\server\share\DisplayLinkSetup-32bit.msi /norestart /passive')</div>
<div id="_mcePaste">ProcessWaitClose($PID)</div>
</blockquote>
<div id="_mcePaste">ElseIf @OSArch = "X64" Then</div>
<blockquote>
<div id="_mcePaste">$PID = Run('msiexec /i \\server\share\DisplayLinkCore-64bit.msi /norestart /passive')</div>
<div id="_mcePaste">ProcessWaitClose($PID)</div>
<div id="_mcePaste">$PID = Run('msiexec /i \\server\share\DisplayLinkSetup-64bit.msi /norestart /passive')</div>
<div id="_mcePaste">ProcessWaitClose($PID)</div>
</blockquote>
<div id="_mcePaste">EndIf</div>

</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2010/01/11/how-to-easily-deploy-displaylink-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the source UNC path in a GPSI GPO</title>
		<link>http://www.twistedethics.com/2009/12/21/how-to-change-the-source-unc-path-in-a-gpsi-gpo/</link>
		<comments>http://www.twistedethics.com/2009/12/21/how-to-change-the-source-unc-path-in-a-gpsi-gpo/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 13:46:50 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[gpsi]]></category>
		<category><![CDATA[group policy]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/?p=579</guid>
		<description><![CDATA[Some brief notes on how to change the source UNC path in a GPSI GPO
Instructions are for Server 2008.
Backup the GPO&#8230;

Open up “Group Policy Management” console
Find the GPO with the GPSI source UNC you’d like to change
Right click it, choose “Backup”
Back up the GPO a directory, eg C:\GPOs\

Now we need to edit the GPO and [...]]]></description>
			<content:encoded><![CDATA[<p>Some brief notes on how to change the source UNC path in a GPSI GPO</p>
<p>Instructions are for Server 2008.</p>
<p>Backup the GPO&#8230;</p>
<ol>
<li>Open up “Group Policy Management” console</li>
<li>Find the GPO with the GPSI source UNC you’d like to change</li>
<li>Right click it, choose “Backup”</li>
<li>Back up the GPO a directory, eg C:\GPOs\</li>
</ol>
<p>Now we need to edit the GPO and change the UNC&#8230;</p>
<ol>
<li>In the GPMC left-hand pane, click on Domains</li>
<li>In the GPMC toolbar, click on Actions, then Open Migration Table Editor</li>
<li> In the Migration Table Editor, click on “Tools” then “populate from Backup”</li>
<li>Choose the backup you want to change</li>
<li>In the Table Editor, change the Destination name to the new UNC path</li>
<li>Now we need to save the migration table.</li>
<li>Click File, Save.</li>
<li>Save the file as something meaningful, preferably in C:\GPOs\</li>
</ol>
<p>Now we need to apply the new settings&#8230;</p>
<ol>
<li>Go back to the Group Policy Management Console</li>
<li>Find the GPO you need to change and Right-click on it</li>
<li>Choose “Import Settings&#8230;”</li>
<li>Click Next twice.</li>
<li>Browse to your backup folder (C:\GPOs)</li>
<li>Confirm the GPO backup whose settings you want to import, then click next.</li>
<li>After the scan is complete, click Next</li>
<li>Now we need to apply the Migration Table mapping:
<ol>
<li>Choose “Using this migration table&#8230;”</li>
<li>Browse to your migration table settings that you saved earlier.</li>
<li>Now click Next, and then Finish</li>
<li>That’s it! <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2009/12/21/how-to-change-the-source-unc-path-in-a-gpsi-gpo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Updates on Linux &#8211; Another instance of SUU is already running</title>
		<link>http://www.twistedethics.com/2009/12/15/dell-updates-on-linux-another-instance-of-suu-is-already-running/</link>
		<comments>http://www.twistedethics.com/2009/12/15/dell-updates-on-linux-another-instance-of-suu-is-already-running/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 12:45:15 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Dell SUU]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2009/12/15/dell-updates-on-linux-another-instance-of-suu-is-already-running/</guid>
		<description><![CDATA[If you&#8217;re trying to run Dell&#8217;s SUU on a Linux box and get the error &#8220;Another instance of SUU is already running&#8221;, check out this FAQ
I have summarised the steps below:
chattr -i /var/log/dell/suu/suu.lck
rm -f /var/log/dell/suu/suu.lck
You can then run SUU  
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re trying to run Dell&#8217;s SUU on a Linux box and get the error &#8220;Another instance of SUU is already running&#8221;, check out <a href="http://support.euro.dell.com/support/edocs/software/smsuu/1.6/en/ug/html/faq.htm">this FAQ</a></p>
<p>I have summarised the steps below:</p>
<p>chattr -i /var/log/dell/suu/suu.lck<br />
rm -f /var/log/dell/suu/suu.lck</p>
<p>You can then run SUU <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2009/12/15/dell-updates-on-linux-another-instance-of-suu-is-already-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win7 + Bitlocker = Can&#8217;t Shutdown?</title>
		<link>http://www.twistedethics.com/2009/11/26/win7-bitlocker-cant-shutdown/</link>
		<comments>http://www.twistedethics.com/2009/11/26/win7-bitlocker-cant-shutdown/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 15:21:02 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[BitLocker]]></category>
		<category><![CDATA[Shutdown]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2009/11/26/win7-bitlocker-cant-shutdown/</guid>
		<description><![CDATA[If you have Windows 7 with Bitlocker enabled, and are sometimes unable to shutdown your PC properly, check out this article: http://social.answers.microsoft.com/Forums/en-US/GettingReadyforWindows7/thread/66b6e093-9de7-4e76-84cf-322bd1e35f22
The hotfix is available here: http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=975496&#38;kbln=en-us
Symptoms for us were that Windows 7 itself would shut down, but the power would not be switched off from the laptop, leaving it running (often with the fans [...]]]></description>
			<content:encoded><![CDATA[<p>If you have Windows 7 with Bitlocker enabled, and are sometimes unable to shutdown your PC properly, check out this article: <a href="http://social.answers.microsoft.com/Forums/en-US/GettingReadyforWindows7/thread/66b6e093-9de7-4e76-84cf-322bd1e35f22">http://social.answers.microsoft.com/Forums/en-US/GettingReadyforWindows7/thread/66b6e093-9de7-4e76-84cf-322bd1e35f22</a></p>
<p>The hotfix is available here: <a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=975496&amp;kbln=en-us">http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=975496&amp;kbln=en-us</a></p>
<p>Symptoms for us were that Windows 7 itself would shut down, but the power would not be switched off from the laptop, leaving it running (often with the fans whizzing away and LEDs on)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2009/11/26/win7-bitlocker-cant-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Windows 7 and Vista play nice with SAMBA</title>
		<link>http://www.twistedethics.com/2009/10/20/making-windows-7-and-vista-play-nice-with-samba/</link>
		<comments>http://www.twistedethics.com/2009/10/20/making-windows-7-and-vista-play-nice-with-samba/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 16:44:53 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/?p=559</guid>
		<description><![CDATA[If Windows 7 and Vista won&#8217;t work &#8220;properly&#8221; with your SAMBA servers, give this a try:

Create a new Group Policy Object in GPMC, and give it a name. I chose &#8220;Samba Compatibility&#8221;.
Edit the GPO&#8230;
Navigate to : Computer Configuration &#62; Policies &#62; Windows Settings &#62; Security Settings &#62; Local Policies &#62; Security Options &#62; Network Security
Now [...]]]></description>
			<content:encoded><![CDATA[<p>If Windows 7 and Vista won&#8217;t work &#8220;properly&#8221; with your SAMBA servers, give this a try:</p>
<ol>
<li><span style="background-color: #ffffff;">Create a new Group Policy Object in GPMC, and give it a name. I chose &#8220;Samba Compatibility&#8221;.</span></li>
<li><span style="background-color: #ffffff;">Edit the GPO&#8230;</span></li>
<li><span style="background-color: #ffffff;">Navigate to : Computer Configuration &gt; Policies &gt; Windows Settings &gt; Security Settings &gt; Local Policies &gt; Security Options &gt; Network Security</span></li>
<li><span style="background-color: #ffffff;">Now edit the setting &#8220;Network security: LAN Manager Authentication level&#8221;, and change it to &#8220;Send LM &amp; NTLM &#8211; use NTLMv2 session security if negotiated&#8221;.</span></li>
<li><span style="background-color: #ffffff;">Apply that GPO to the appropriate OU, and you&#8217;re away* <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></li>
</ol>
<p>* People will probably need to reboot for the changes to take effect.</p>
<p>Key symptoms we saw were Vista/Win7 rejecting the initial connection, prompting for a username and password, then rejecting the domain credentials you just entered. This fixes those issues!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2009/10/20/making-windows-7-and-vista-play-nice-with-samba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Reader 9.2 MSI</title>
		<link>http://www.twistedethics.com/2009/10/14/adobe-reader-9-2-msi/</link>
		<comments>http://www.twistedethics.com/2009/10/14/adobe-reader-9-2-msi/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 08:37:12 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2009/10/14/adobe-reader-9-2-msi/</guid>
		<description><![CDATA[For anyone who needs it, the Adobe Reader 9.2 MSI is here:
ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.2/enu/
Share and enjoy  
]]></description>
			<content:encoded><![CDATA[<p>For anyone who needs it, the Adobe Reader 9.2 MSI is here:</p>
<p><a href="ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.2/enu/">ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.2/enu/</a></p>
<p>Share and enjoy <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2009/10/14/adobe-reader-9-2-msi/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Group Policy</title>
		<link>http://www.twistedethics.com/2009/10/06/troubleshooting-group-policy/</link>
		<comments>http://www.twistedethics.com/2009/10/06/troubleshooting-group-policy/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 10:17:27 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2009/10/06/troubleshooting-group-policy/</guid>
		<description><![CDATA[Group Policy not working how you expect? Check this out:
Troubleshooting Group Policy Using Event Logs
Of particular use is the section on the Group Policy operational log  
]]></description>
			<content:encoded><![CDATA[<p>Group Policy not working how you expect? Check this out:</p>
<p><a href="http://technet.microsoft.com/en-us/library/cc749336(WS.10).aspx">Troubleshooting Group Policy Using Event Logs</a></p>
<p>Of particular use is the section on the Group Policy operational log <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2009/10/06/troubleshooting-group-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two years</title>
		<link>http://www.twistedethics.com/2009/09/17/two-years/</link>
		<comments>http://www.twistedethics.com/2009/09/17/two-years/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 14:18:34 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2009/09/17/two-years/</guid>
		<description><![CDATA[Two years ago today, I joined DisplayLink.
Blimey!
]]></description>
			<content:encoded><![CDATA[<p>Two years ago today, I joined DisplayLink.</p>
<p>Blimey!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2009/09/17/two-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set up Remote Assistance under Group Policy</title>
		<link>http://www.twistedethics.com/2009/09/10/how-to-set-up-remote-assistance-under-group-policy/</link>
		<comments>http://www.twistedethics.com/2009/09/10/how-to-set-up-remote-assistance-under-group-policy/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 15:06:18 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2009/09/10/how-to-set-up-remote-assistance-under-group-policy/</guid>
		<description><![CDATA[Easy when you know how:
How to set up Remote Assistance under Group Policy
]]></description>
			<content:encoded><![CDATA[<p>Easy when you know how:</p>
<p><a href="http://community.spiceworks.com/how_to/show/210">How to set up Remote Assistance under Group Policy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2009/09/10/how-to-set-up-remote-assistance-under-group-policy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automated, Deployable File Synchronization with file extension rules?</title>
		<link>http://www.twistedethics.com/2009/09/09/automated-deployable-file-synchronization-with-file-extension-rules/</link>
		<comments>http://www.twistedethics.com/2009/09/09/automated-deployable-file-synchronization-with-file-extension-rules/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 13:30:33 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2009/09/09/automated-deployable-file-synchronization-with-file-extension-rules/</guid>
		<description><![CDATA[I&#8217;ve had this recurring nightmare over the past year. How on Earth can we easily deploy a file sync solution for our laptop and desktop users?
Due to our company&#8217;s flexibility with end-user&#8217;s computers, we have to have rulesets (i.e. do not back up .avi or .mp3 files). Otherwise we&#8217;ll fill up our NAS/SAN with useless [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had this recurring nightmare over the past year. How on Earth can we easily deploy a file sync solution for our laptop and desktop users?</p>
<p>Due to our company&#8217;s flexibility with end-user&#8217;s computers, we have to have rulesets (i.e. do not back up .avi or .mp3 files). Otherwise we&#8217;ll fill up our NAS/SAN with useless media files within a few hours <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The solution needs to sync between the end-users local computer &#8220;My Documents&#8221; folder, to their network storage space. And it needs to be able to be deployed in an automated, pre-configured way, complete with scheduling. <strong>EDIT</strong>: By deployed, I don&#8217;t mean exclusively with GPSI. I&#8217;m more than happy just running some kind of AutoIT Script or Batch file that installs the software then dumps/edits the config files for the end-user based on env variables or whatever, but it must not require any &#8211; or at least minimise &#8211; end-user interaction.</p>
<p>I&#8217;ve checked out SyncToy and it&#8217;s nice, but a complete pain to automate the actual Scheduling &#8220;part&#8221;.</p>
<p>I&#8217;m currently looking at Toucan Backup, but that seems more keen on backing up *everything*, then applying exclusions. I need something that will back up nothing, except what I tell it to.</p>
<p>Any ideas or pointers? I&#8217;d greatly appreciate it! <img src='http://www.twistedethics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2009/09/09/automated-deployable-file-synchronization-with-file-extension-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>64-bit Touchpad Driver for Dell Latitude laptops</title>
		<link>http://www.twistedethics.com/2009/08/28/64-bit-touchpad-driver-for-dell-latitude-laptops/</link>
		<comments>http://www.twistedethics.com/2009/08/28/64-bit-touchpad-driver-for-dell-latitude-laptops/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 14:14:25 +0000</pubDate>
		<dc:creator>Phil Wiffen</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[dell]]></category>

		<guid isPermaLink="false">http://www.twistedethics.com/2009/08/28/64-bit-touchpad-driver-for-dell-latitude-laptops/</guid>
		<description><![CDATA[It&#8217;s not shown on the Dell Driver download pages, but if you need the 64-bit touchpad drivers for the Latitude &#8220;D&#8221; Series laptops, you can grab it here:
Download Dell 64-bit Touchpad Driver for Vista and Windows 7
The Driver should work on the following laptops:
Dell Latitude D430
Dell Latitude D630
Dell Latitude D830
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not shown on the Dell Driver download pages, but if you need the 64-bit touchpad drivers for the Latitude &#8220;D&#8221; Series laptops, you can grab it here:</p>
<p><a href="http://support.us.dell.com/support/downloads/download.aspx?c=us&#038;l=en&#038;s=gen&#038;releaseid=R157047&#038;formatcnt=1&#038;libid=0&#038;fileid=209648">Download Dell 64-bit Touchpad Driver for Vista and Windows 7</a></p>
<p>The Driver should work on the following laptops:</p>
<p>Dell Latitude D430<br />
Dell Latitude D630<br />
Dell Latitude D830</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twistedethics.com/2009/08/28/64-bit-touchpad-driver-for-dell-latitude-laptops/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
