<?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>Darren Watt &#187; windows</title>
	<atom:link href="http://darrenwatt.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://darrenwatt.com</link>
	<description>That&#039;s Watt without an &#039;S&#039;</description>
	<lastBuildDate>Tue, 31 Jan 2012 18:35:49 +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>Virtualbox, Ubuntu Host, Windows XP Guest</title>
		<link>http://darrenwatt.com/virtualbox-ubuntu-host-windowsxp-guest/</link>
		<comments>http://darrenwatt.com/virtualbox-ubuntu-host-windowsxp-guest/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 12:36:52 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://darrenwatt.com/?p=499</guid>
		<description><![CDATA[Ran into a problem after running a Windows XP guest in Virtualbox, where I was unable to access some of the shares on a Virtualbox Share, giving me the helpful message &#8220;the request is not supported&#8221;. This share was working fine previously, and only occurred after updated to Virtualbox 3.2.12. After trawling forums I came [...]]]></description>
			<content:encoded><![CDATA[<p>Ran into a problem after running a Windows XP guest in <a href="http://www.virtualbox.org/">Virtualbox</a>, where I was unable to access some of the shares on a Virtualbox Share, giving me the helpful message &#8220;the request is not supported&#8221;. This share was working fine previously, and only occurred after updated to Virtualbox 3.2.12.</p>
<p>After trawling forums I came across a post recommending turning off Offline Files.<br />
From Explorer go to Tools, Options, Offline Files &#8211; and disable this feature.</p>
<p>Fixed it for me. Original post <a href="http://forums.virtualbox.org/viewtopic.php?f=2&#038;t=27062&#038;sid=1629a2afdfc89371b77d35f4ee6d4c06&#038;start=15#p151734">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://darrenwatt.com/virtualbox-ubuntu-host-windowsxp-guest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP printing via Samba Share on Ubuntu: Access Denied</title>
		<link>http://darrenwatt.com/windows-xp-printing-via-samba-share-on-ubuntu-access-denied/</link>
		<comments>http://darrenwatt.com/windows-xp-printing-via-samba-share-on-ubuntu-access-denied/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 13:19:24 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[shared printer]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://darrenwatt.com/?p=316</guid>
		<description><![CDATA[Ok, I keep running into this and trying to work out how to fix it. The setup is WinXP trying to print via a shared printer on Ubuntu server. In XP the printer shows as available but &#8216;unable to connect, access denied&#8217;. To sort this: edit the smb.conf file. sudo nano /etc/samba/smb.conf Find the [printers] [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, I keep running into this and trying to work out how to fix it. The setup is WinXP trying to print via a shared printer on Ubuntu server. In XP the printer shows as available but &#8216;unable to connect, access denied&#8217;.</p>
<p>To sort this:<br />
edit the smb.conf file.<br />
<code>sudo nano /etc/samba/smb.conf</code></p>
<p>Find the [printers] section, add this to it:<br />
<code>use client driver = yes</code></p>
<p>Ctrl-x to save and exit then:<br />
<code>sudo service smbd restart</code></p>
<p>Should find everything works brilliantly now.</p>
]]></content:encoded>
			<wfw:commentRss>http://darrenwatt.com/windows-xp-printing-via-samba-share-on-ubuntu-access-denied/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing SVN on Windows</title>
		<link>http://darrenwatt.com/installing-svn-on-windows/</link>
		<comments>http://darrenwatt.com/installing-svn-on-windows/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 20:12:54 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.darrenwatt.com/installing-svn-on-windows/</guid>
		<description><![CDATA[There&#8217;s a handy site here on setting up SVN in Windows. Quite handy, if that&#8217;s what you&#8217;re trying to do. Only problem I had was removing blank spaces in the config, which was probably notepad evil.]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a handy site <a href="http://www.codinghorror.com/blog/archives/001093.html">here</a> on setting up SVN in Windows. Quite handy, if that&#8217;s what you&#8217;re trying to do. Only problem I had was removing blank spaces in the config, which was probably notepad evil.</p>
]]></content:encoded>
			<wfw:commentRss>http://darrenwatt.com/installing-svn-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

