<?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>The Ramblings of a Geek… &#187; Windows 7 &raquo; The Ramblings of a Geek…</title>
	<atom:link href="http://ramblinggeek.co.uk/category/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://ramblinggeek.co.uk</link>
	<description>Day-to-day life of a geek working with technology</description>
	<lastBuildDate>Thu, 02 Feb 2012 23:02:59 +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>How to disable SMB 2.0 &#8230;</title>
		<link>http://ramblinggeek.co.uk/2012/01/how-to-disable-smb-2-0/</link>
		<comments>http://ramblinggeek.co.uk/2012/01/how-to-disable-smb-2-0/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 14:31:00 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SBS2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[SMB 2.0]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://ramblinggeek.co.uk/?p=746</guid>
		<description><![CDATA[For Windows 7 Open an Windows Command Prompt and enter the following to disable: - sc config lanmanworkstation depend= bowser/mrxsmb10/nsi sc config mrxsmb20 start= disabled To enabled, enter the following: - sc config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi sc config mrxsmb20 start= auto For Windows Server 2008 Run &#34;regedit&#34; on Windows Server 2008 based computer. Expand and &#8230; </p><p><a class="more-link block-button" href="http://ramblinggeek.co.uk/2012/01/how-to-disable-smb-2-0/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<pre><strong>For Windows 7</strong></pre>
<pre>Open an Windows Command Prompt and enter the following to disable: - </pre>
<pre>sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc config mrxsmb20 start= disabled</pre>
<p>To enabled, enter the following: -</p>
<pre>sc config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
sc config mrxsmb20 start= auto</pre>
<pre><strong>For Windows Server 2008</strong></pre>
<p>Run &quot;regedit&quot; on Windows Server 2008 based computer.</p>
<p>Expand and locate the sub tree as follows.</p>
<pre>HKLM\System\CurrentControlSet\Services\LanmanServer\Parameters</pre>
<p>Add a new REG_DWORD key with the name of &quot;Smb2&quot; (without quotation mark)</p>
<pre>Value name: Smb2
Value type: REG_DWORD
0 = disabled
1 = enabled</pre>
<p>Set the value to 0 to disable SMB 2.0, or set it to 1 to re-enable SMB 2.0.</p>
<p>Reboot the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://ramblinggeek.co.uk/2012/01/how-to-disable-smb-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution to the Windows Exception: &quot;The security database on the server does not have a computer account for this workstation trust relationship&quot;</title>
		<link>http://ramblinggeek.co.uk/2011/04/solution-to-the-windows-exception-the-security-database-on-the-server-does-not-have-a-computer-account-for-this-workstation-trust-relationship/</link>
		<comments>http://ramblinggeek.co.uk/2011/04/solution-to-the-windows-exception-the-security-database-on-the-server-does-not-have-a-computer-account-for-this-workstation-trust-relationship/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 13:58:31 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Annoying]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SBS2003]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://ramblinggeek.co.uk/2011/04/solution-to-the-windows-exception-the-security-database-on-the-server-does-not-have-a-computer-account-for-this-workstation-trust-relationship/</guid>
		<description><![CDATA[I came across this issue today and found this solution.&#160; Got this error when logging into a machine that I hadn&#8217;t touched in months: &#34;the security database on the server does not have a computer account for this workstation trust relationship&#34; Not exactly sure why, but changing from a FQDN to a short name resolved &#8230; </p><p><a class="more-link block-button" href="http://ramblinggeek.co.uk/2011/04/solution-to-the-windows-exception-the-security-database-on-the-server-does-not-have-a-computer-account-for-this-workstation-trust-relationship/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>I came across this issue today and found this solution.&#160; </p>
<p>Got this error when logging into a machine that I hadn&#8217;t touched in months:</p>
<p>&quot;the security database on the server does not have a computer account for this workstation trust relationship&quot;</p>
<p>Not exactly sure why, but changing from a FQDN to a short name resolved the issue.</p>
<ol>
<li>Login on to your computer with an account that has Administrator privileges.</li>
<li>Change domain from FQDN (in my case Redmond.corp.microsoft.com) to the short name (in my case Redmond) </li>
<li>Logout and log back in as the domain user.</li>
</ol>
<p><a href="http://blogs.msdn.com/b/jongallant/archive/2008/11/19/solution-to-the-windows-exception-the-security-database-on-the-server-does-not-have-a-computer-account-for-this-workstation-trust-relationship.aspx">Link</a> to original post.</p>
]]></content:encoded>
			<wfw:commentRss>http://ramblinggeek.co.uk/2011/04/solution-to-the-windows-exception-the-security-database-on-the-server-does-not-have-a-computer-account-for-this-workstation-trust-relationship/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The remote computer disconnected the session because of an error in the licensing protocol.</title>
		<link>http://ramblinggeek.co.uk/2011/02/the-remote-computer-disconnected-the-session-because-of-an-error-in-the-licensing-protocol/</link>
		<comments>http://ramblinggeek.co.uk/2011/02/the-remote-computer-disconnected-the-session-because-of-an-error-in-the-licensing-protocol/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 14:16:14 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Annoying]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Server 2008 R2]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://ramberlinggeek.co.uk/2011/02/the-remote-computer-disconnected-the-session-because-of-an-error-in-the-licensing-protocol/</guid>
		<description><![CDATA[Kept receiving this error trying to connect to Windows Server 2008 R2 – Remote Desktop Server. After using RD Web Access page. The solution was to right click on the RDP client and run as Admin which ensures that it can update the registry, you only have to do this once and then from there &#8230; </p><p><a class="more-link block-button" href="http://ramblinggeek.co.uk/2011/02/the-remote-computer-disconnected-the-session-because-of-an-error-in-the-licensing-protocol/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ramberlinggeek.co.uk/wp-content/uploads/2011/02/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://ramberlinggeek.co.uk/wp-content/uploads/2011/02/image_thumb.png" width="244" height="104"></a></p>
<p>Kept receiving this error trying to connect to Windows Server 2008 R2 – Remote Desktop Server. After using RD Web Access page.</p>
<p>The solution was to right click on the RDP client and run as Admin which ensures that it can update the registry, you only have to do this once and then from there it works fine from the website from then on.</p>
]]></content:encoded>
			<wfw:commentRss>http://ramblinggeek.co.uk/2011/02/the-remote-computer-disconnected-the-session-because-of-an-error-in-the-licensing-protocol/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sage Line 50 and Windows 7 64bit</title>
		<link>http://ramblinggeek.co.uk/2010/05/sage-line-50-and-windows-7-64bit/</link>
		<comments>http://ramblinggeek.co.uk/2010/05/sage-line-50-and-windows-7-64bit/#comments</comments>
		<pubDate>Tue, 11 May 2010 15:18:52 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Fix]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[x64]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Excel 2010]]></category>
		<category><![CDATA[ODBC]]></category>
		<category><![CDATA[ODBC32]]></category>
		<category><![CDATA[Sage]]></category>

		<guid isPermaLink="false">http://ramberlinggeek.co.uk/2010/05/sage-line-50-and-windows-7-64bit/</guid>
		<description><![CDATA[Ran into an issue with 64 bit windows and Sage Line 50.   We use excel to suck data from sage for our stock, accounts, etc… All of the spreadsheets that we have rely on the ODBC connector but it wouldn’t work, even when we tried to configure it via the 32 ODBC control panel applet.   &#8230; </p><p><a class="more-link block-button" href="http://ramblinggeek.co.uk/2010/05/sage-line-50-and-windows-7-64bit/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Ran into an issue with 64 bit windows and Sage Line 50.   We use excel to suck data from sage for our stock, accounts, etc… All of the spreadsheets that we have rely on the ODBC connector but it wouldn’t work, even when we tried to configure it via the 32 ODBC control panel applet.   I had another look at it today and a little Google later I found this <a href="http://postgresqldbnews.blogspot.com/2008/03/32-bit-odbc-drivers-in-vista-64.html">link</a>.</p>
<p>Here&#8217;s what I got from it.  Browse to the C:\Windows\syswow64 folder and run odbcad32.exe, you should now be able to configure the path to your sage data ase before.  This basically fixed the issue, seems to me that Microsoft have some more work do to.</p>
<p>I belive that this is only an issue with Windows 7 64 bit.  I have installed Windows 7 (64 bit) clean and then installed Sage on top of the clean Windows 7, then Excel 2010 (it was Excel 2007 when I first had the issue) and it worked frist time so if you having issues, a bit drastic but maybe a format reinstall will work.  If you go down the reinstall route ensure that you have a fully tested backup.</p>
<p>UPDATE (16/07/2010):</p>
<p>Put the insturctions for the fix on this post, to save a click.</p>
<p>Would you like a video demo?  If so then please leave a comment telling me so, if I receive enough then I, i&#8217;ll do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://ramblinggeek.co.uk/2010/05/sage-line-50-and-windows-7-64bit/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>HDMI Screen Resolution</title>
		<link>http://ramblinggeek.co.uk/2009/09/hdmi-screen-resolution/</link>
		<comments>http://ramblinggeek.co.uk/2009/09/hdmi-screen-resolution/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 16:02:10 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Fix]]></category>
		<category><![CDATA[Full HD]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://kryptossolutions.wordpress.com/2009/09/07/hdmi-screen-resolution/</guid>
		<description><![CDATA[I plugged my Laptop into my TV (42” Sharp 1080i) and I received this: - As you can see the taskbar and the left edge aren’t visible, after playing around with screen resolution and not getting anywhere I decided to take a look at my remote.&#160; I found an option which allowed me to put &#8230; </p><p><a class="more-link block-button" href="http://ramblinggeek.co.uk/2009/09/hdmi-screen-resolution/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>I plugged my Laptop into my TV (42” Sharp 1080i) and I received this: -</p>
<p><a href="http://ramberlinggeek.co.uk/wp-content/uploads/2009/09/iphone013.jpg"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="Iphone 013" border="0" alt="Iphone 013" src="http://ramberlinggeek.co.uk/wp-content/uploads/2009/09/iphone013_thumb.jpg" width="244" height="184" /></a> </p>
<p>As you can see the taskbar and the left edge aren’t visible, after playing around with screen resolution and not getting anywhere I decided to take a look at my remote.&#160; I found an option which allowed me to put the TV into under scan which resolved this issue.<a href="http://ramberlinggeek.co.uk/wp-content/uploads/2009/09/iphone014.jpg"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="Iphone 014" border="0" alt="Iphone 014" src="http://ramberlinggeek.co.uk/wp-content/uploads/2009/09/iphone014_thumb.jpg" width="244" height="184" /></a>&#160; <a href="http://ramberlinggeek.co.uk/wp-content/uploads/2009/09/iphone015.jpg"><img style="border-bottom:0;border-left:0;display:block;float:none;margin-left:auto;border-top:0;margin-right:auto;border-right:0;" title="Iphone 015" border="0" alt="Iphone 015" src="http://ramberlinggeek.co.uk/wp-content/uploads/2009/09/iphone015_thumb.jpg" width="244" height="184" /></a></p>
</p>
<p>Problem fixed, I searched for this and didn’t come across that much that helped….. so I hope this does. <img src='http://ramblinggeek.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Wikipedia article for further information: <a title="http://en.wikipedia.org/wiki/Underscan" href="http://en.wikipedia.org/wiki/Underscan">http://en.wikipedia.org/wiki/Underscan</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ramblinggeek.co.uk/2009/09/hdmi-screen-resolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Box</title>
		<link>http://ramblinggeek.co.uk/2009/09/virtual-box/</link>
		<comments>http://ramblinggeek.co.uk/2009/09/virtual-box/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 21:57:54 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://kryptossolutions.wordpress.com/2009/09/02/virtual-box/</guid>
		<description><![CDATA[So I came across Sun’s Virtual Box software some time ago and tried booting a 64bit OS on it which at the time seemed a little buggy. I decided that  I would give it another go and it seems to just work….. and running on Windows 7 as well. See for yourself….. So if Sun &#8230; </p><p><a class="more-link block-button" href="http://ramblinggeek.co.uk/2009/09/virtual-box/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>So I came across Sun’s Virtual Box software some time ago and tried booting a 64bit OS on it which at the time seemed a little buggy.</p>
<p>I decided that  I would give it another go and it seems to just work….. and running on Windows 7 as well. <img src='http://ramblinggeek.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>See for yourself…..</p>
<p><object id="scPlayer" class="embeddedObject" width="512" height="384" type="application/x-shockwave-flash" data="http://content.screencast.com/users/RamberlingGeek/folders/RG/media/bbc55840-5ee6-482d-8c20-af54a2c68a92/mp4h264player.swf" ><param name="movie" value="http://content.screencast.com/users/RamberlingGeek/folders/RG/media/bbc55840-5ee6-482d-8c20-af54a2c68a92/mp4h264player.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="thumb=http://content.screencast.com/users/RamberlingGeek/folders/RG/media/bbc55840-5ee6-482d-8c20-af54a2c68a92/FirstFrame.jpg&#038;containerwidth=512&#038;containerheight=384&#038;content=http://content.screencast.com/users/RamberlingGeek/folders/RG/media/bbc55840-5ee6-482d-8c20-af54a2c68a92/2009-09-02_2242.mp4&#038;blurover=false" /><param name="allowFullScreen" value="true" /><param name="scale" value="showall" /><param name="allowScriptAccess" value="always" /><param name="base" value="http://content.screencast.com/users/RamberlingGeek/folders/RG/media/bbc55840-5ee6-482d-8c20-af54a2c68a92/" /><iframe type="text/html" frameborder="0" scrolling="no" style="overflow:hidden;" src="http://www.screencast.com/users/RamberlingGeek/folders/RG/media/bbc55840-5ee6-482d-8c20-af54a2c68a92/embed" height="384" width="512" ></iframe></object></p>
<p>So if Sun can do this and give it a way for free, why can’t Microsoft enable Windows Virtual PC to have 64bit support?</p>
<p>Update: Download link <a href="http://www.virtualbox.org/wiki/Downloads">http://www.virtualbox.org/wiki/Downloads</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ramblinggeek.co.uk/2009/09/virtual-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Family Pack</title>
		<link>http://ramblinggeek.co.uk/2009/08/windows-7-family-pack/</link>
		<comments>http://ramblinggeek.co.uk/2009/08/windows-7-family-pack/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 14:14:33 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[Intresting]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://kryptossolutions.wordpress.com/2009/08/24/windows-7-family-pack/</guid>
		<description><![CDATA[Just reading on the Windows Team Blog, that we are indeed going to be able to purchase the Windows 7 Family Pack here in the UK. This will allow 3 PC’s to be upgraded in the home.&#160; This is good news, however the bad news, is that’s it’s only going to be on sale for &#8230; </p><p><a class="more-link block-button" href="http://ramblinggeek.co.uk/2009/08/windows-7-family-pack/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Just reading on the Windows Team Blog, that we are indeed going to be able to purchase the Windows 7 Family Pack here in the UK.</p>
<p>This will allow 3 PC’s to be upgraded in the home.&#160; This is good news, however the bad news, is that’s it’s only going to be on sale for a limited period, this should be on sale full stop.</p>
<p><a href="http://windowsteamblog.com/blogs/windows7/archive/2009/08/24/update-on-windows-7-in-europe.aspx">Windows Team Blog</a></p>
<p>Update:&#160; <a href="http://www.pcpro.co.uk/news/351049/microsoft-confirms-150-windows-7-family-pack">PC Pro</a> have pricing.</p>
]]></content:encoded>
			<wfw:commentRss>http://ramblinggeek.co.uk/2009/08/windows-7-family-pack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual PC x64 Support</title>
		<link>http://ramblinggeek.co.uk/2008/08/virtual-pc-x64-support/</link>
		<comments>http://ramblinggeek.co.uk/2008/08/virtual-pc-x64-support/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 12:10:06 +0000</pubDate>
		<dc:creator>Wayne</dc:creator>
				<category><![CDATA[PDC]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://kryptossolutions.wordpress.com/2008/08/26/virtual-pc-x64-support/</guid>
		<description><![CDATA[&#160; I&#8217;ve e-mail and spoken with every Microsoft employee that I&#8217;ve come across and there not talking about Virtual PC x64 Support. I&#8217;ve been told to wait for PDC. So my best guess is the Virtual/Hyper-V is going to be a built in option to Windows 7. We&#8217;ll have to wait and see thou&#8230;.]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>I&#8217;ve e-mail and spoken with every Microsoft employee that I&#8217;ve come across and there not talking about Virtual PC x64 Support.</p>
<p>I&#8217;ve been told to wait for PDC. So my best guess is the Virtual/Hyper-V is going to be a built in option to Windows 7.</p>
<p>We&#8217;ll have to wait and see thou&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://ramblinggeek.co.uk/2008/08/virtual-pc-x64-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

