<?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>highball.se</title>
	<atom:link href="http://highball.se/feed/" rel="self" type="application/rss+xml" />
	<link>http://highball.se</link>
	<description>Out of Clutter, Find Simplicity</description>
	<lastBuildDate>Thu, 05 Aug 2010 06:47:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How I exported Exchange 2007 mailboxes to pst files</title>
		<link>http://highball.se/2010/08/how-i-exported-exchange-2007-mailboxes-to-pst-files/</link>
		<comments>http://highball.se/2010/08/how-i-exported-exchange-2007-mailboxes-to-pst-files/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 06:22:04 +0000</pubDate>
		<dc:creator>Carl-Fredrik</dc:creator>
				<category><![CDATA[Exchange server]]></category>

		<guid isPermaLink="false">http://highball.se/2010/08/how-i-exported-exchange-2007-mailboxes-to-pst-files/</guid>
		<description><![CDATA[First off you will need a Windows server or client running 32-bit OS. 
The next thing is you need is Exchange Management tools. (link)
Note that I already had powershell installed, so I&#8217;m not sure if you need it before Exchange management tools..Or if the installer will warn you.
Then you will need to install Outlook 2003 [...]]]></description>
			<content:encoded><![CDATA[<p>First off you will need a Windows server or client running 32-bit OS. </p>
<p>The next thing is you need is Exchange Management tools. (<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=6be38633-7248-4532-929b-76e9c677e802&#038;displaylang=en">link</a>)</p>
<p>Note that I already had powershell installed, so I&#8217;m not sure if you need it before Exchange management tools..Or if the installer will warn you.</p>
<p>Then you will need to install Outlook 2003 or 2007 locally. I went with 2007..</p>
<p>Now for the export. Start up the Exchange management shell and use the following command: <strong>Export-Mailbox –Identity &#8220;mailboxUser&#8221; -PSTFolderPath &#8220;pathToSavePST&#8221; </strong><br />
(<a href="http://msexchangeteam.com/archive/2007/04/13/437745.aspx">link</a>)</p>
<p>I got an error. It turned out that my admin account did not have the right permission on the mailboxes.</p>
<p>I fixes this with the following command:</p>
<p><strong>Get-Mailbox | Add-MailboxPermission -User &#8220;YourUserName&#8221; -AccessRights FullAccess </strong><br />
(<a href="http://social.technet.microsoft.com/Forums/en-US/exchangesvrmigration/thread/a143664a-71b1-4c64-9928-71ec3ea809c9">link</a>)</p>
<p>That&#8217;s it. </p>
]]></content:encoded>
			<wfw:commentRss>http://highball.se/2010/08/how-i-exported-exchange-2007-mailboxes-to-pst-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LabManager &#8220;Update storage usage&#8221; problem and fix</title>
		<link>http://highball.se/2010/05/labmanager-update-storage-usage-problem-and-fix/</link>
		<comments>http://highball.se/2010/05/labmanager-update-storage-usage-problem-and-fix/#comments</comments>
		<pubDate>Mon, 24 May 2010 15:43:12 +0000</pubDate>
		<dc:creator>Carl-Fredrik</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Lab Manager]]></category>

		<guid isPermaLink="false">http://highball.se/2010/05/labmanager-update-storage-usage-problem-and-fix/</guid>
		<description><![CDATA[I recently installed LabManager in a somewhat big environment. I personally think that VMware Lab Manager leaves a lot of room for improvement in the monitoring and overview department.
The problem is that the number of linked clones quickly becomes unmanageable and the need for a good overview is needed. There is such a view, but [...]]]></description>
			<content:encoded><![CDATA[<p style="clear: both">I recently installed LabManager in a somewhat big environment. I personally think that VMware Lab Manager leaves a lot of room for improvement in the monitoring and overview department.</p>
<p style="clear: both">The problem is that the number of linked clones quickly becomes unmanageable and the need for a good overview is needed. There is such a view, but when I tried to &#8220;update usage&#8221; nothing happened..</p>
<p style="clear: both"><a href="http://highball.se/wp-content/uploads/2010/05/2010-05-24_1820.png" class="image-link"><img class="linked-to-original" src="http://highball.se/wp-content/uploads/2010/05/2010-05-24_1820-thumb.png" height="325" width="380" style=" text-align: center; display: block; margin: 0 auto 10px;" /></a>After a lot of searching the web I found a <a href="http://communities.vmware.com/thread/253601" target="_blank">KB</a> page that said that you could change the time-out value in the SQL database. This fixed my problem and I thought I would share it.</p>
<p style="clear: both">Start by modifying the dbo.Config table.</p>
<p style="clear: both"><a href="http://highball.se/wp-content/uploads/2010/05/2010-05-07_1611.png" class="image-link"><img class="linked-to-original" src="http://highball.se/wp-content/uploads/2010/05/2010-05-07_1611-thumb.png" height="531" width="380" style=" text-align: center; display: block; margin: 0 auto 10px;" /></a>Change the InventoryWait value. I added a zero..It solved my timeout.</p>
<p style="clear: both"><a href="http://highball.se/wp-content/uploads/2010/05/2010-05-07_1610_001.png" class="image-link"><img class="linked-to-original" src="http://highball.se/wp-content/uploads/2010/05/2010-05-07_1610_001-thumb.png" height="128" width="380" style=" text-align: center; display: block; margin: 0 auto 10px;" /></a></p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://highball.se/2010/05/labmanager-update-storage-usage-problem-and-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free MacFusion instead of ExpanDrive for your SSH mounting needs</title>
		<link>http://highball.se/2010/04/free-macfusion-instead-of-expandrive-for-your-ssh-mounting-needs/</link>
		<comments>http://highball.se/2010/04/free-macfusion-instead-of-expandrive-for-your-ssh-mounting-needs/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 18:07:42 +0000</pubDate>
		<dc:creator>Carl-Fredrik</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://highball.se/2010/04/free-macfusion-instead-of-expandrive-for-your-ssh-mounting-needs/</guid>
		<description><![CDATA[For some time I have been using Expandrive. I simply love the fact that you can mount your *nix server as a drive in you mac.With that said I&#8217;m not such a fan of the the fact that ExpanDrive comes with a price tag and the performance is really quite poor!
Enter MacFusion. A free alternative [...]]]></description>
			<content:encoded><![CDATA[<p style="clear: both"><a href="http://highball.se/wp-content/uploads/2010/04/ExpanDrive_for_Mac__Ridiculously_simple_SFTP_FTP_S3_drive_access.png" class="image-link"><img class="linked-to-original" src="http://highball.se/wp-content/uploads/2010/04/ExpanDrive_for_Mac__Ridiculously_simple_SFTP_FTP_S3_drive_access-thumb.png" height="104" align="left" width="337" style=" display: inline; float: left; margin: 0 10px 10px 0;" /></a><br style="clear: both" />For some time I have been using Expandrive. I simply love the fact that you can mount your *nix server as a drive in you mac.<br />With that said I&#8217;m not such a fan of the the fact that ExpanDrive comes with a price tag and the performance is really quite poor!</p>
<p style="clear: both"><a href="http://highball.se/wp-content/uploads/2010/04/MacFusion___The_GUI_for_MacFUSE.png" class="image-link"><img class="linked-to-original" src="http://highball.se/wp-content/uploads/2010/04/MacFusion___The_GUI_for_MacFUSE-thumb.png" height="145" align="left" width="360" style=" display: inline; float: left; margin: 0 10px 10px 0;" /></a><br style="clear: both" />Enter MacFusion. A free alternative that does the same thing with a big increase in performance as well!</p>
<p style="clear: both">Download: <a href="http://github.com/nall/MacFusion2/downloads" target="_blank">http://github.com/nall/MacFusion2/downloads</a></p>
<p style="clear: both">
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://highball.se/2010/04/free-macfusion-instead-of-expandrive-for-your-ssh-mounting-needs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I ThinApp:ed Office 2007 for both Windows XP and Windows 7</title>
		<link>http://highball.se/2009/11/how-i-thinapped-office-2007-for-both-windows-xp-and-windows-7/</link>
		<comments>http://highball.se/2009/11/how-i-thinapped-office-2007-for-both-windows-xp-and-windows-7/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 15:42:59 +0000</pubDate>
		<dc:creator>Carl-Fredrik</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft Office 2007]]></category>
		<category><![CDATA[thinapp]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://highball.se/?p=390</guid>
		<description><![CDATA[
This week I have played around quite a bit with the latest version of ThinApp from VMware (version 4.0.4). The goal have been to make a ThinApp package of Microsoft Office 2007.
The only problem have been to create a single working package for Windows XP and Windows 7 (32-bit and 64-bit).
Yesterday I finally made it!
Here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://highball.se/wp-content/uploads/2009/11/thinapp-diagram-deploy.jpg"><img class="alignnone size-medium wp-image-392" title="thinapp-diagram-deploy" src="http://highball.se/wp-content/uploads/2009/11/thinapp-diagram-deploy-300x194.jpg" alt="thinapp-diagram-deploy" width="300" height="194" /></a></p>
<p>This week I have played around quite a bit with the latest version of ThinApp from VMware (version 4.0.4). The goal have been to make a ThinApp package of Microsoft Office 2007.</p>
<div>The only problem have been to create a single working package for Windows XP and Windows 7 (32-bit and 64-bit).</div>
<div>Yesterday I finally made it!</div>
<div>Here&#8217;s how I did it&#8230;</div>
<div>
<ol style="clear: both">
<li>Install a clean install of Windows XP PRO</li>
<li>Install .NET 2 and 3</li>
<li>Run a complete Windows Update</li>
<li>Install ThinApp 4.0.4</li>
<li>ThinApp the Office installation by following [<a href="http://blogs.vmware.com/thinapp/2008/10/how-to-thinap-1.html" target="_blank">Step by Step Instructions on How to ThinApp Microsoft Office 2007</a>] but during the Office 2007 installation choose to install the application to C:\Office2007 instead of the regular %Program Files%. This will fix the problem with 32-bit and 64-bit having different paths to %program files% (On 64-bit editions %Program FIles% points to <em>Program Files</em> and not <em>Program Files (x86)</em>)</li>
</ol>
</div>
<p style="clear: both">ThinApp is a wonderful application!</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://highball.se/2009/11/how-i-thinapped-office-2007-for-both-windows-xp-and-windows-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New KB about the problem with VI-Client in Windows 7</title>
		<link>http://highball.se/2009/11/new-kb-about-the-problem-with-vi-client-in-windows-7/</link>
		<comments>http://highball.se/2009/11/new-kb-about-the-problem-with-vi-client-in-windows-7/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 22:40:58 +0000</pubDate>
		<dc:creator>Carl-Fredrik</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://highball.se/?p=382</guid>
		<description><![CDATA[
Today I came across a KB article about the problem with VI-Client in Windows 7.
Link: Cannot launch vSphere Client after installing in Windows 7 or Windows 2008 R2
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="VMware Logo" src="http://www.abbatech.com/partners/vmware/vmware-logo.jpg" alt="" width="361" height="138" /></p>
<p>Today I came across a KB article about the problem with VI-Client in Windows 7.</p>
<p>Link: <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1011329">Cannot launch vSphere Client after installing in Windows 7 or Windows 2008 R2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://highball.se/2009/11/new-kb-about-the-problem-with-vi-client-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip – Send Again</title>
		<link>http://highball.se/2009/11/quick-tip-send-again/</link>
		<comments>http://highball.se/2009/11/quick-tip-send-again/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 12:58:59 +0000</pubDate>
		<dc:creator>Carl-Fredrik</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://highball.se/?p=375</guid>
		<description><![CDATA[I just found this awesome tip in Mail.app!

I had completely missed this feature, witch allows you to resend a mail. Kind of trivial but still, great feature!
via Quick Tip – Send Again.
]]></description>
			<content:encoded><![CDATA[<p>I just found this awesome tip in Mail.app!</p>
<p><a href="http://feedproxy.google.com/~r/NewMacUser/~3/KO--Oz7v6Qo/"><img src="http://highball.se/wp-content/uploads/2009/11/MailMessages-219x300.png" alt="" /></a></p>
<p>I had completely missed this feature, witch allows you to resend a mail. Kind of trivial but still, great feature!</p>
<p>via <a href="http://feedproxy.google.com/~r/NewMacUser/~3/KO--Oz7v6Qo/">Quick Tip – Send Again</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://highball.se/2009/11/quick-tip-send-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Communities: vsphere client on Windows 7 rc</title>
		<link>http://highball.se/2009/08/vmware-communities-vsphere-client-on-windows-7-rc/</link>
		<comments>http://highball.se/2009/08/vmware-communities-vsphere-client-on-windows-7-rc/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 07:00:08 +0000</pubDate>
		<dc:creator>Carl-Fredrik</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://highball.se/?p=370</guid>
		<description><![CDATA[I got this tip from a colleague who found this awesome forum post at VMware.com.

1. Obtain a copy of %SystemRoot%\Microsoft.NET\Framework\v2.0.50727\System.dll from a non Windows 7 machine that has .NET 3.5 SP1 installed.
2. Create a folder in the Windows 7 machine where the vSphere client is installed and copy the file from step 1 into this folder. [...]]]></description>
			<content:encoded><![CDATA[<p>I got this tip from a colleague who found this awesome forum post at VMware.com.</p>
<blockquote>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 14px; padding-left: 0px; line-height: 17px; margin: 0px;">1. Obtain a copy of <strong><em>%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\System.dll</em></strong> from a non Windows 7 machine that has .NET 3.5 SP1 installed.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 14px; padding-left: 0px; line-height: 17px; margin: 0px;">2. Create a folder in the Windows 7 machine where the vSphere client is installed and copy the file from step 1 into this folder. For example, create the folder under the vSphere client launcher installation directory (+<strong>%ProgramFiles%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib</strong>+).</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 14px; padding-left: 0px; line-height: 17px; margin: 0px;">3. In the vSphere client launcher directory, open the <em><strong>VpxClient.exe.config</strong></em> file in a text editor and add a <strong>&lt;runtime&gt;</strong> element and a <strong>&lt;developmentMode&gt;</strong>element as shown below. Save the file.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 14px; padding-left: 0px; line-height: 17px; margin: 0px;">&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
&lt;configuration&gt;<br />
&#8230;<br />
<strong>&lt;runtime&gt;</strong><br />
<strong>&lt;developmentMode developerInstallation=&#8221;true&#8221;/&gt;</strong><br />
<strong>&lt;/runtime&gt;</strong><br />
&lt;/configuration&gt;</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 14px; padding-left: 0px; line-height: 17px; margin: 0px;">3. Create a batch file (e.g. *VpxClient.cmd*) in a suitable location. In this file add a command to set the <strong>DEVPATH</strong> environment variable to the folder where you copied the <strong>System.dll</strong> assembly in step 2 and a second command to launch the vSphere client. Save the file. For example,</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 14px; padding-left: 0px; line-height: 17px; margin: 0px;"><strong>SET DEVPATH=%ProgramFiles%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib</strong><br />
<strong>&#8220;%ProgramFiles%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe&#8221;</strong></p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 14px; padding-left: 0px; line-height: 17px; margin: 0px;">4. (Optional) Replace the shortcut on the start menu to point to the batch file created in the previous step. Change the shortcut properties to run minimized so that the command window is not shown.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 14px; padding-left: 0px; line-height: 17px; margin: 0px;">You can now use the VpxClient.cmd (or the shortcut) to launch the vSphere client in Windows 7.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 14px; padding-left: 0px; line-height: 17px; margin: 0px;">Note that this workaround bypasses the normal .NET Framework loading mechanism so that assembly versions in the DEVPATH folder are no longer checked. Handle with care.</p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 14px; padding-left: 0px; line-height: 17px; margin: 0px;">Fernando</p>
</blockquote>
<p>Via Fernandos post at <a href="http://communities.vmware.com/thread/211440;jsessionid=9AED6B22145D7DEECD4FE49A9B858EE9">VMware Communities: vsphere client on Windows 7 rc</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://highball.se/2009/08/vmware-communities-vsphere-client-on-windows-7-rc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to auto Login to Virtual Center with VI Client</title>
		<link>http://highball.se/2009/08/how-to-auto-login-to-virtual-center-with-vi-client/</link>
		<comments>http://highball.se/2009/08/how-to-auto-login-to-virtual-center-with-vi-client/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 07:00:39 +0000</pubDate>
		<dc:creator>Carl-Fredrik</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://highball.se/?p=366</guid>
		<description><![CDATA[vladan.fr posted how you can create a auto login to your Virtual Center server.
via How-to auto Login to Virtual Center with VI Client.
]]></description>
			<content:encoded><![CDATA[<p>vladan.fr posted how you can create a auto login to your Virtual Center server.</p>
<p>via <a href="http://feedproxy.google.com/~r/EsxVirtualization/~3/ltjWoVsl5K0/">How-to auto Login to Virtual Center with VI Client</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://highball.se/2009/08/how-to-auto-login-to-virtual-center-with-vi-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notify keeps an eye on your Gmail inbox</title>
		<link>http://highball.se/2009/08/notify-keeps-an-eye-on-your-gmail-inbox/</link>
		<comments>http://highball.se/2009/08/notify-keeps-an-eye-on-your-gmail-inbox/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 11:23:37 +0000</pubDate>
		<dc:creator>Carl-Fredrik</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://highball.se/?p=361</guid>
		<description><![CDATA[I tried this little Google Notifier for Mac. It works like a charm and supports multiple accounts.
The only drawback is that it doesn&#8217;t support google apps type accounts yet.
via Notify keeps an eye on your Gmail inbox.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://highball.se/wp-content/uploads/2009/08/bannerheader-1250963556.png"><img class="alignleft size-medium wp-image-363" title="bannerheader-1250963556" src="http://highball.se/wp-content/uploads/2009/08/bannerheader-1250963556-300x112.png" alt="bannerheader-1250963556" width="300" height="112" /></a>I tried this little Google Notifier for Mac. It works like a charm and supports multiple accounts.</p>
<p>The only drawback is that it doesn&#8217;t support google apps type accounts yet.</p>
<p>via <a href="http://feeds.tuaw.com/click.phdo?i=c0dfd3f9d16c451c72c2d5dbfd4d8d84">Notify keeps an eye on your Gmail inbox</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://highball.se/2009/08/notify-keeps-an-eye-on-your-gmail-inbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Hidden Regional Themes in Windows 7</title>
		<link>http://highball.se/2009/08/access-hidden-regional-themes-in-windows-7/</link>
		<comments>http://highball.se/2009/08/access-hidden-regional-themes-in-windows-7/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 11:16:33 +0000</pubDate>
		<dc:creator>Carl-Fredrik</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://highball.se/?p=359</guid>
		<description><![CDATA[the How-To Geek
via Access Hidden Regional Themes in Windows 7.
]]></description>
			<content:encoded><![CDATA[<p>the How-To Geek</p>
<p>via <a href="http://feeds.howtogeek.com/~r/HowToGeek/~3/1rqQgkgZ0Kg/">Access Hidden Regional Themes in Windows 7</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://highball.se/2009/08/access-hidden-regional-themes-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
