<?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 &#187; hack</title>
	<atom:link href="http://highball.se/tag/hack/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>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>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>Dell mini 9 Hackintosh</title>
		<link>http://highball.se/2009/03/dell-mini-9-hackintosh/</link>
		<comments>http://highball.se/2009/03/dell-mini-9-hackintosh/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 12:45:06 +0000</pubDate>
		<dc:creator>Carl-Fredrik</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[Hackintosh]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://highball.se/?p=296</guid>
		<description><![CDATA[I just had to share this great video from MacBreak weeklys own Andy Ihnatko. The video makes me want to buy one. :)

Dell Mini 9 Hackintosh Test Drive from Andy Ihnatko on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p>I just had to share this great video from MacBreak weeklys own Andy Ihnatko. The video makes me want to buy one. :)</p>
<p><object width="400" height="230" data="http://vimeo.com/moogaloop.swf?clip_id=3630135&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3630135&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object><br />
<a href="http://vimeo.com/3630135">Dell Mini 9 Hackintosh Test Drive</a> from <a href="http://vimeo.com/user573761">Andy Ihnatko</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://highball.se/2009/03/dell-mini-9-hackintosh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage VMware server 2.0 from VI client</title>
		<link>http://highball.se/2008/12/manage-vmware-server-20-from-vi-client/</link>
		<comments>http://highball.se/2008/12/manage-vmware-server-20-from-vi-client/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 16:04:20 +0000</pubDate>
		<dc:creator>Carl-Fredrik</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://highball.se/?p=70</guid>
		<description><![CDATA[If you have tested the latest version of VMware server 2.0 you&#8217;ll notice the lack of a decent console interface. In my personal opinion the web console leaves much to the imagination.
Luckily there is a quick fix. You can use the Virtual infrastructure client, the one that is used with the VI3 suit. All you [...]]]></description>
			<content:encoded><![CDATA[<p>If you have tested the latest version of VMware server 2.0 you&#8217;ll notice the lack of a decent console interface. In my personal opinion the web console leaves much to the imagination.</p>
<p>Luckily there is a quick fix. You can use the Virtual infrastructure client, the one that is used with the VI3 suit. All you have to point the client to the address used by the standard web-gui of the VMware 2.0 server.</p>
<p><a href="http://highball.se/wp-content/uploads/2008/12/2008-12-10_1653.png"><img class="aligncenter size-medium wp-image-72" title="2008-12-10_1653" src="http://highball.se/wp-content/uploads/2008/12/2008-12-10_1653.png" alt="" width="300" height="257" /></a></p>
<p>Works like a charm.</p>
<p>Source:</p>
]]></content:encoded>
			<wfw:commentRss>http://highball.se/2008/12/manage-vmware-server-20-from-vi-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
