<?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>Blackforce &#187; workstation</title>
	<atom:link href="http://www.blackforce.co.uk/tag/workstation/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blackforce.co.uk</link>
	<description>just a few random articles and photos from my life!!</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:50:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using VMware &#8211; Run trial software indefinitely without registration.</title>
		<link>http://www.blackforce.co.uk/2009/01/28/using-vmware-run-trial-software-indefinitely-without-registration</link>
		<comments>http://www.blackforce.co.uk/2009/01/28/using-vmware-run-trial-software-indefinitely-without-registration#comments</comments>
		<pubDate>Wed, 28 Jan 2009 12:56:31 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[keygen]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[registration]]></category>
		<category><![CDATA[rtc.startTime]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[trial]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[workstation]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=303</guid>
		<description><![CDATA[I&#8217;ve been playing round with VMware Workstation recently. I&#8217;ve found a neat trick that you can do with it which could allow you to run trial software indefinitely without registering it. I suppose this could also be used for Beta&#8217;s of windows etc. This should also work on Vmware ESX, Workstation and Vmware Server. (Vmware [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing round with VMware Workstation recently. I&#8217;ve found a neat trick that you can do with it which could allow you to run trial software indefinitely without registering it. I suppose this could also be used for Beta&#8217;s of windows etc. This should also work on Vmware ESX, Workstation and Vmware Server. (Vmware Server is Free)</p>
<p><span id="more-303"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-1385369004445697";
google_ad_slot = "0341002983";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>In order to do it you would do the following :</p>
<p>- Install your flavour of windows in your vmware product.<br />
- Install VMware tools<br />
- Disable Windows Time Sync<br />
- Power off the Virtual Machine<br />
- Navigate to the folder where the Virtual Machine is stored.<br />
- Open the .vmx file in notepad<br />
- Add the following lines to the end of the file.</p>
<p><code>rtc.startTime = "1230800400"<br />
tools.syncTime = "FALSE"<br />
time.synchronize.continue = "FALSE"<br />
time.synchronize.restore = "FALSE"<br />
time.synchronize.resume.disk = "FALSE"<br />
time.synchronize.shrink = "FALSE"<br />
time.synchronize.tools.startup = "FALSE"<br />
</code>- Power on the VM<br />
- Install your trial software<br />
- Power off the VM<br />
- Edit the .vmx file<br />
- Change the following lines<br />
<code><br />
from:<br />
rtc.startTime = "1230800400"<br />
to:<br />
rtc.startTime = "1230886800"<br />
</code>- Power on your VM<br />
- Start using your machine and software.</p>
<p>Basically the way that this works is that everytime you power on your Virtual machine, the date and time of it gets set to 2nd Jan, so you will always be on day 1 of your trial.</p>
<p>Obviously this might break some softwares t&#038;c&#8217;s so be careful. Proof of concept really.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2009/01/28/using-vmware-run-trial-software-indefinitely-without-registration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xbox 360 Streaming with Vista, VMware Workstation and Windows Media Player 11</title>
		<link>http://www.blackforce.co.uk/2009/01/27/xbox-360-streaming-with-vista-and-vmware-workstation</link>
		<comments>http://www.blackforce.co.uk/2009/01/27/xbox-360-streaming-with-vista-and-vmware-workstation#comments</comments>
		<pubDate>Tue, 27 Jan 2009 22:30:10 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[workstation]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://www.blackforce.co.uk/?p=278</guid>
		<description><![CDATA[I&#8217;ve been able to stream movies etc to my Xbox for a while now using Vista Home Premium and Windows Media Player 11. However the other day I decided to install VMware Workstation 6.5 on my laptop. Streaming then stopped working. Whenever I went into &#8220;configure sharing&#8221; in media player. I was presented with the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been able to stream movies etc to my Xbox for a while now using Vista Home Premium and Windows Media Player 11. However the other day I decided to install VMware Workstation 6.5 on my laptop. Streaming then stopped working. Whenever I went into &#8220;configure sharing&#8221; in media player. I was presented with the following error message :</p>
<blockquote><p>Media sharing is currently disabled, either because the sharing service is not running or your firewall settings have changed. To restart sharing, you must first confirm your sharing settings.</p></blockquote>
<p><img src="http://www.blackforce.co.uk/media/media.gif" alt="Media Player 11" /></p>
<p>I tried a couple of things to get streaming to work, all resulted in no joy. Eventually I found 2 ways of getting it to work.</p>
<p>1) In Network and Sharing Center simply change the unidentified network to private. However when you next reboot it goes back to its prior state. This is less than ideal.</p>
<p>2) Disable the 2 VMware NICs. This is the option I took. Since I only use Bridged networking in my VM&#8217;s there is no impact. If you use NAT or host then this is not an option for you.</p>
<p>If anyone know any permanent way to make the vmware network private permanently then please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackforce.co.uk/2009/01/27/xbox-360-streaming-with-vista-and-vmware-workstation/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

