<?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>Discombobulator.net</title>
	<atom:link href="http://discombobulator.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://discombobulator.net/blog</link>
	<description></description>
	<lastBuildDate>Sun, 31 Jul 2011 18:23:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Could not find the Database Engine startup handle</title>
		<link>http://discombobulator.net/blog/2011/07/31/could-not-find-the-database-engine-startup-handle/</link>
		<comments>http://discombobulator.net/blog/2011/07/31/could-not-find-the-database-engine-startup-handle/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 18:23:24 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>
		<category><![CDATA[VMWare Server]]></category>
		<category><![CDATA[Windows Virtual PC]]></category>

		<guid isPermaLink="false">http://discombobulator.net/blog/?p=78</guid>
		<description><![CDATA[<p>Today I tripped over an annoying issue when attempting to install a Microsoft SQL Server 2008 R2 instance. About 30% of the way through the installation an error was thrown up:</p>
Could not find the Database Engine startup handle
<p>Not the world&#8217;s most informative error message, but something to search for on Google nonetheless. Unfortunately in this instance the collective <span style="color:#777"> . . . &#8594; Read More: <a href="http://discombobulator.net/blog/2011/07/31/could-not-find-the-database-engine-startup-handle/">Could not find the Database Engine startup handle</a></span>]]></description>
			<content:encoded><![CDATA[<p>Today I tripped over an annoying issue when attempting to install a Microsoft SQL Server 2008 R2 instance. About 30% of the way through the installation an error was thrown up:</p>
<pre><span style="color: #ff0000;">Could not find the Database Engine startup handle</span></pre>
<p>Not the world&#8217;s most informative error message, but something to search for on <a href="http://www.google.com">Google</a> nonetheless. Unfortunately in this instance the collective wisdom of the internet was for the most part wrong, misguided or just plain unhelpful.</p>
<p>So what was actually the problem? And how did I fix it (because fix it I did)?</p>
<p>Well during this past weekend I decided to give <a href="http://www.microsoft.com/windows/virtual-pc/default.aspx">Microsoft Virtual PC </a>a test drive. I&#8217;ve long been a fan of the free <a title="VMWare Server" href="http://www.vmware.com/products/server/overview.html">VMWare Server</a>, but having heard recently it was to be discontinued I thought it time to consider the alternatives. So I ran up a virtual machine, installed the operating system, waited for hours while it completed the seemingly endless series of Windows updates and reboots required to bring the virtual machine up to date, before finally I was ready to install <a href="http://www.microsoft.com/sqlserver/en/us/default.aspx">SQL Server 2008 R2</a>.</p>
<p>I pointed the virtual machine DVD drive to the installation media ISO I had downloaded ages ago off <a href="http://msdn.microsoft.com/en-us/subscriptions/default.aspx">MSDN</a>. It opened the file with no apparent drama, and after clicking on Setup.exe the installation process proceeded as per usual. As mentioned above it got part the way through before raising an error I hadn&#8217;t seen before,  &#8220;Could not find the Database Engine startup handle&#8221;.</p>
<p>At this point I should explain that I&#8217;ve successfully installed instances from this copy of the installation media without issue.</p>
<p>After much trial and error, following bum steers and red herrings off offered by many a self appointed &#8220;expert&#8221; on various technology forums, I got to the bottom of the problem.</p>
<p>Turns out Microsoft Virtual PC has trouble reading ISO files properly. Burn the file to a real live physical DVD and the install works. Extract the contents of the ISO to a file folder, then run the install from there and the install works. However run it from the ISO like I have successfully done with VMWare server and it crashes and burns.</p>
<p>The moral of the story? Virtual PC is actually pretty good, probably a tighter integration with the host operating system than VMWare Server offered. Also you tend to get what you pay for, so take what you read on techie blogs and forums with a large dose of caution.</p>
]]></content:encoded>
			<wfw:commentRss>http://discombobulator.net/blog/2011/07/31/could-not-find-the-database-engine-startup-handle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A connection cannot be made to redirector</title>
		<link>http://discombobulator.net/blog/2011/01/28/a-connection-cannot-be-made-to-redirector/</link>
		<comments>http://discombobulator.net/blog/2011/01/28/a-connection-cannot-be-made-to-redirector/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 20:53:02 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Analysis Services 2005]]></category>
		<category><![CDATA[Analysis Services 2008]]></category>
		<category><![CDATA[Analysis Services 2008 R2]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>

		<guid isPermaLink="false">http://discombobulator.net/blog/?p=67</guid>
		<description><![CDATA[<p>Recently I uninstalled an instance of Analysis Services from a server running SQL Server 2008 R2. It was a development server hosting Reporting Services, a couple of instances of SQL Server, and a couple of named instances of Analysis Services.</p>
<p>The uninstall was uneventful, no error messages or issues were reported by the SQL installation program.</p>
<p>After the uninstall was <span style="color:#777"> . . . &#8594; Read More: <a href="http://discombobulator.net/blog/2011/01/28/a-connection-cannot-be-made-to-redirector/">A connection cannot be made to redirector</a></span>]]></description>
			<content:encoded><![CDATA[<p>Recently I uninstalled an instance of Analysis Services from a server running SQL Server 2008 R2. It was a development server hosting Reporting Services, a couple of instances of SQL Server, and a couple of named instances of Analysis Services.</p>
<p>The uninstall was uneventful, no error messages or issues were reported by the SQL installation program.</p>
<p>After the uninstall was complete I rebooted the box. Then I tested the connectity:</p>
<ul>
<li>Connect to SQL Server instances. <span style="color: #339966;">Check</span></li>
<li>Connect to Reporting Services. <span style="color: #339966;">Check</span></li>
<li>Connect to the remaining named Analysis Services instance&#8230; <span style="color: #ff0000;">Fail</span>!</li>
</ul>
<p>At that point my day took a turn for the worse. When I attempted the connection in Management Studio I got an error stating:</p>
<pre style="padding-left: 30px;">A Connection Cannot be made to redirector.Ensure that 'SQL BROWSER' Service is running</pre>
<pre style="padding-left: 30px;">No Connection could be made because the target machine actively refused it 127.0.0.1:2382</pre>
<p>I had been attempting to connect remotely from my desktop so I thought I&#8217;d have a go logging on to the server and connecting locally, just in case the remote connection property had been switched off somehow. No joy.</p>
<p>I checked that the Analysis Services and SQL Browser services were both up and running. They were.</p>
<p>Out of ideas of my own I turned to Google. It appeared this was a relatively common problem, with people complaining about it on every version since SQL Server 2005. Unfortunately while there was a lot of whinging about the issue nobody seemed to have understood or actually solved it.</p>
<p>The error message mentioned ports so I checked the firewall configuration to ensure that port was still configured to allow connections through. It was.</p>
<p>The common work around people seemed to come up with was change the account that the Analysis Services and SQL Browser services are running as so they use the inbuilt Local System account. Not exactly a solution, the instance could be connected under the existing service account prior to the uninstall after all so this looked like a coincidence rather than a fix of the problem. Plus the SQL Browser service was already running as Local System.</p>
<p>I checked the ini file that SQL Browser uses for port mappings and everything was consistent with the equivalent file on a different server were the connectivity was working correctly.</p>
<p>I didn&#8217;t really want to uninstall, reinstall, and reconfigure the instance I could no longer connect to. So next I tried running the Repair option in the SQL Configuration Manager over the shared components which includes SQL Browser. No luck.</p>
<p>Finally I ran the Repair over the Analysis Services instance I couldn&#8217;t connect to. There was no logical reason for this, I hadn&#8217;t changed anything on that instance so it should all still be configured and functioning as it had been prior to my uninstall.</p>
<p>The Repair exercise reported back after 10 minutes that everything was fine and it didn&#8217;t output anything that indicated it had changed any configuration settings. However when I attempted to connect to the remaining named Analysis Services instance it succeeded. At which point I did the victory dance and decided to write up my misadventure here in case I ever run into the problem again and by then can&#8217;t remember what I did to remedy it.</p>
]]></content:encoded>
			<wfw:commentRss>http://discombobulator.net/blog/2011/01/28/a-connection-cannot-be-made-to-redirector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPod Nano flashing red and green</title>
		<link>http://discombobulator.net/blog/2010/11/27/ipod-nano-flashing-red-and-green/</link>
		<comments>http://discombobulator.net/blog/2010/11/27/ipod-nano-flashing-red-and-green/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 21:48:09 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://discombobulator.net/blog/?p=59</guid>
		<description><![CDATA[<p>Recently I jumped on the treadmill at the gym, all set for a run down the road to nowhere. I went to switch on my iPod Nano only to discover it wouldn&#8217;t play any music. At first I thought it was just a flat battery, but after a couple of hours charging it still wouldn&#8217;t work.</p>
<p>What <span style="color:#777"> . . . &#8594; Read More: <a href="http://discombobulator.net/blog/2010/11/27/ipod-nano-flashing-red-and-green/">iPod Nano flashing red and green</a></span>]]></description>
			<content:encoded><![CDATA[<p>Recently I jumped on the treadmill at the gym, all set for a run down the road to nowhere. I went to switch on my <a title="https://www.amazon.co.uk/dp/B002NX0MUK?tag=discombobulat-21&amp;camp=1406&amp;creative=6394&amp;linkCode=as1&amp;creativeASIN=B002NX0MUK&amp;adid=1J2HJPX2NZ73SX30MYWT&amp;" href="http://">iPod Nano</a> only to discover it wouldn&#8217;t play any music. At first I thought it was just a flat battery, but after a couple of hours charging it still wouldn&#8217;t work.</p>
<p>What it was doing was flashing the LED light in an alternating green and red pattern. Very festive given the season, but pretty unhelpful when you consider that in the gym that day they seemed to be having a Phil Collins lovefest on the inhouse entertainment system.</p>
<p>Doing a bit of research on the internet turned up a bunch of forums and message boards which had the consensus view that (a) the problem was somewhat common, and (b) the iPod was now toast.</p>
<p>One thing I noticed when I&#8217;d plugged it in to charge is that the device still showed up in iTunes even though it wouldn&#8217;t play any music. This got me curious.</p>
<p>To start with I restored iPod to the factory defaults by clicking the Restore button in iTunes. All my music was removed from the device. It still gave me the flashing green and red light treatment, and when I copied a song onto the device it still would not play.</p>
<p>Even though iTunes could see it, the iPod didn&#8217;t show up under Windows Explorer. A bit more research turned up a check box on the Settings screen in iTunes to enable disk usage, which is Apple-speak for make the device visible to Windows Explorer.</p>
<div id="attachment_60" class="wp-caption aligncenter" style="width: 879px"><img class="size-full wp-image-60" title="iPod Nano - enable disk usage" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/ipod_nano_001.png" alt="" width="869" height="808" /><p class="wp-caption-text">iPod Nano - enable disk usage</p></div>
<p>Once done the iPod Nano showed up as a drive letter under Windows Explorer. Right clicking on the drive letter produced the context menu shown below. I chose Format to reformat the drive.</p>
<div id="attachment_61" class="wp-caption aligncenter" style="width: 261px"><img class="size-full wp-image-61" title="Select format from the Windows Explorer context menu" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/ipod_nano_002.png" alt="" width="251" height="352" /><p class="wp-caption-text">Select format from the Windows Explorer context menu</p></div>
<p>This brings up a dialog box where I could specify the details of the reformat operation. To work the iPod needs to be formatted using FAT-32. I opted for a Quick Format and clicked the Start button.</p>
<div id="attachment_62" class="wp-caption aligncenter" style="width: 277px"><img class="size-full wp-image-62" title="Quick format using FAT-32" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/ipod_nano_003.png" alt="" width="267" height="464" /><p class="wp-caption-text">Quick format using FAT-32</p></div>
<p>After a little while the format completed. The drive letter was still visible under Windows Explorer, and under iTunes so on the face of it not much had changed.</p>
<p>However this time when I copied music across to the device gave me a solid green LED light, and more importantly music played!</p>
]]></content:encoded>
			<wfw:commentRss>http://discombobulator.net/blog/2010/11/27/ipod-nano-flashing-red-and-green/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a ringtone in iTunes</title>
		<link>http://discombobulator.net/blog/2010/11/09/how-to-make-a-ringtone-in-itunes/</link>
		<comments>http://discombobulator.net/blog/2010/11/09/how-to-make-a-ringtone-in-itunes/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 21:03:56 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://discombobulator.net/blog/?p=54</guid>
		<description><![CDATA[<p style="text-align: left;">The out of the box ringtones on an iphone are pretty unimaginative. This is an easy problem to solve however as iTunes has a feature that makes it easy to turn a segment of a song into a ringtone.</p>
<p style="text-align: left;">(1) Go into iTunes, navigate to the music library, and pick the song you <span style="color:#777"> . . . &#8594; Read More: <a href="http://discombobulator.net/blog/2010/11/09/how-to-make-a-ringtone-in-itunes/">How to make a ringtone in iTunes</a></span>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">The out of the box ringtones on an iphone are pretty unimaginative. This is an easy problem to solve however as iTunes has a feature that makes it easy to turn a segment of a song into a ringtone.</p>
<p style="text-align: left;">(1) Go into iTunes, navigate to the music library, and pick the song you want to use as the ringtone.</p>
<p style="text-align: left;">(2) Right click on the song and choose <strong>Get Info</strong>.</p>
<p>(3) In the window that opens up click on the <strong>Options</strong> tab.</p>
<p style="text-align: left;">(4) Define the beginning and end positions of the music sample you want to turn into a ring tone by entering the <strong>Start Time</strong> and <strong>Stop Time</strong> positions as shown below. Click <strong>OK</strong> to close the window.</p>
<div class="mceTemp mceIEcenter" style="text-align: center;">
<dl id="attachment_55" class="wp-caption aligncenter" style="width: 553px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-55 " title="ringtone_from_itunes_001" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/ringtone_from_itunes_001.png" alt="Set the start and end times for the ringtone." width="543" height="486" /></dt>
<dd class="wp-caption-dd">Set the start and end times for the ringtone.</dd>
</dl>
</div>
<p style="text-align: left;">(5) Now right click on the song again, this time choose <strong>Create AAC version</strong>. A second copy of the song will appear in your iTunes music library, this one only containing the sample you selected when you supplied the start and end times.</p>
<div class="mceTemp mceIEcenter" style="text-align: left;">
<div id="attachment_56" class="wp-caption aligncenter" style="width: 239px"><img class="size-full wp-image-56" title="ringtone_from_itunes_002" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/ringtone_from_itunes_002.png" alt="Create AAC version of song" width="229" height="494" /><p class="wp-caption-text">Create AAC version of song</p></div>
</div>
<p style="text-align: left;">(6) Open up a Windows Explorer window and navigate to the file system location of your iTunes music library. It will be located somewhere like C:\Users\[your windows user name]\Music\iTunes\iTunes Music</p>
<p style="text-align: left;">(7) Change the file extension of the copy you just created from .m4a to <strong>.m4r</strong>.</p>
<p style="text-align: left;">(8) Go back into iTunes and choose the <strong>File</strong> menu, <strong>Add File To Library</strong> item.</p>
<p style="text-align: left;">(9) Browse to the location of your iTunes music library where you changed the file extension earlier, and select the file with the <strong>.m4r</strong> extension you just renamed. Then click Open.</p>
<p style="text-align: left;">(10) The ringtone will have been added to the Ringtones library in your iTunes.</p>
<p style="text-align: left;">(11) Now for a bit of housekeeping. Go back into your iTunes music library folder again and delete the entry for the copy of the song you made earlier, as it no longer points to anything since you changed the file extension to be a ringtone.</p>
<p style="text-align: left;">(12) Sync the iphone with iTunes to copy the ringtone across to the phone.</p>
<p style="text-align: left;">(13) On the iphone go into <strong>Settings</strong>, <strong>Sounds</strong>, <strong>Ringtone</strong>and browse for your newly created customised ringtone.</p>
<p style="text-align: left;">That&#8217;s all there is to it. The hardest part is choosing the right song to sample.</p>
]]></content:encoded>
			<wfw:commentRss>http://discombobulator.net/blog/2010/11/09/how-to-make-a-ringtone-in-itunes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Colour coded SQL Server 2008 sessions</title>
		<link>http://discombobulator.net/blog/2010/11/05/colour-coded-sql-server-2008-sessions/</link>
		<comments>http://discombobulator.net/blog/2010/11/05/colour-coded-sql-server-2008-sessions/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 21:08:11 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>

		<guid isPermaLink="false">http://discombobulator.net/blog/?p=38</guid>
		<description><![CDATA[

<p style="text-align: left;">Microsoft SQL Server 2008 has a limited capability to provide a visible alert if you are connected to a production server.</p>
<p style="text-align: left;">It does this by changing the colour of the notification bar in the SQL Server Management Console, which can be a life saver if you have numerous SQL Server instances that you <span style="color:#777"> . . . &#8594; Read More: <a href="http://discombobulator.net/blog/2010/11/05/colour-coded-sql-server-2008-sessions/">Colour coded SQL Server 2008 sessions</a></span>]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter">
<div class="mceTemp mceIEcenter">
<p style="text-align: left;"><a title="SQL Server 2008" href="http://www.google.co.uk/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CCsQFjAA&amp;url=http%3A%2F%2Fwww.microsoft.com%2Fsqlserver%2F2008%2F&amp;ei=13vUTJPeGpSOjAfG66XKCQ&amp;usg=AFQjCNGGxdE0AjWd8BLif2y-seVDic_l7A">Microsoft SQL Server 2008 </a>has a limited capability to provide a visible alert if you are connected to a production server.</p>
<p style="text-align: left;">It does this by changing the colour of the notification bar in the SQL Server Management Console, which can be a life saver if you have numerous SQL Server instances that you work with,  or have production access on some instances and not others.</p>
</div>
<div id="attachment_45" class="wp-caption aligncenter" style="width: 810px"><img class="size-full wp-image-45" title="SQLServer2008_Colour_Alerts_003" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/SQLServer2008_Colour_Alerts_003.png" alt="By default all connections look the same." width="800" height="556" /><p class="wp-caption-text">By default all connections look the same.</p></div>
</div>
<p>The implementation isn&#8217;t fool proof, it only works if you create a new query from the Registered Servers menu rather than clicking the New Query button. Hopefully Microsoft will get this right with a future patch or release, but for it now it relies on the user to retrain themselves to create query sessions via a right click on the Registered Servers pane.</p>
<p>To set up the colour coding follow these steps:</p>
<p>(1) From the <strong>View</strong> menu choose the <strong>Registered Servers</strong> item. A new window pane should appear on the left of the Management Console window.</p>
<p>(2) Register the details of the instance you are wanting to connect to by right clicking on the folder you want to include the server registration under, e.g. Local Server Groups, and choose <strong>New Server Registration</strong>.</p>
<p>(2a) Alternatively if you&#8217;re wanting to modify the registration of an already registered instance right click on the registered instance name instead and then choose <strong>Properties</strong>.</p>
<p>(3) Enter the details of the instance to be registered in the General tab.</p>
<p>(4) Click on the <strong>Connection Properties</strong> tab and tick the Use custom color box. Push the <strong>Select</strong> button to choose the colour you wish the notification bar to be colour coded with. Choose the colour and click <strong>OK</strong>.</p>
<div id="attachment_39" class="wp-caption aligncenter" style="width: 418px"><img class="size-full wp-image-39" title="SQLServer2008_Colour_Alerts_001" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/SQLServer2008_Colour_Alerts_001.png" alt="Choose custom colour for notification bar alerts" width="408" height="511" /><p class="wp-caption-text">Choose custom colour for notification bar alerts</p></div>
<p>(5) Click <strong>Save</strong> to persist the instance registration.</p>
<p>(6) Now right click on the newly registered instance and choose <strong>New Query</strong>. The query session that opens up in the right hand pane of the window should display the notification bar coloured with the shade you selected during the registration process.</p>
<div id="attachment_40" class="wp-caption aligncenter" style="width: 810px"><img class="size-full wp-image-40" title="SQLServer2008_Colour_Alerts_002" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/SQLServer2008_Colour_Alerts_002.png" alt="Colour coded notification bar." width="800" height="556" /><p class="wp-caption-text">Colour coded notification bar.</p></div>
<p>Once you have retrained yourself to use the Registered Servers pane to launch new query sessions you will have no excuse for accidentally running code in a production environment!</p>
]]></content:encoded>
			<wfw:commentRss>http://discombobulator.net/blog/2010/11/05/colour-coded-sql-server-2008-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktop themes on Windows Server 2008</title>
		<link>http://discombobulator.net/blog/2010/11/04/desktop-themes-on-windows-server-2008/</link>
		<comments>http://discombobulator.net/blog/2010/11/04/desktop-themes-on-windows-server-2008/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 19:40:21 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://discombobulator.net/blog/?p=19</guid>
		<description><![CDATA[The default interface of Windows Server 2008 is a tad plain. There is a built in option to spruce it up a little, giving it the Vista Aero treatment.
<p>To do this perform the following actions:</p>
<p>(1) Click on the Start menu, then click Server Manager.</p>
<p>(2) In the left pane of the Server Manager window click on the Features item.</p>
<p>(3) <span style="color:#777"> . . . &#8594; Read More: <a href="http://discombobulator.net/blog/2010/11/04/desktop-themes-on-windows-server-2008/">Desktop themes on Windows Server 2008</a></span>]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter" style="text-align: left;">The default interface of <a href="http://technet.microsoft.com/en-us/windowsserver/bb310558.aspx" target="_self">Windows Server 2008</a> is a tad plain. There is a built in option to spruce it up a little, giving it the Vista Aero treatment.</div>
<p>To do this perform the following actions:</p>
<p>(1) Click on the <strong>Start</strong> menu, then click <strong>Server Manager</strong>.</p>
<p>(2) In the left pane of the Server Manager window click on the <strong>Features</strong> item.</p>
<p>(3) In the right window pane click on the <strong>Add Features</strong> menu item.</p>
<div class="mceTemp mceIEcenter">
<div id="attachment_21" class="wp-caption aligncenter" style="width: 702px"><img class="size-full wp-image-21" title="Enable_Themes_001" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/Enable_Themes_001.png" alt="Click add features from the Features section of the Server Manager window." width="692" height="739" /><p class="wp-caption-text">Click Add Features from the Server Manager window.</p></div>
</div>
<p>(4) In the Add Features Wizard dialog that appears tick the <strong>Desktop Experience</strong> box and click <strong>Next</strong>. </p>
<div id="attachment_22" class="wp-caption aligncenter" style="width: 789px"><img class="size-full wp-image-22" title="Enable_Themes_002" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/Enable_Themes_002.png" alt="Tick the Desktop Experience option." width="779" height="586" /><p class="wp-caption-text">Tick the Desktop Experience option.</p></div>
<p>(5) Click the <strong>Install</strong> button on the next screen that appears, then go get a drink and stretch your legs, the feature takes an eternity to finish installing. Click <strong>Close</strong> when it is complete.</p>
<p>(6) When the installation finishes you&#8217;ll need to reboot the machine. After the reboot the Server Manager Features screen will show the Desktop Themes feature as having being installed.</p>
<div id="attachment_24" class="wp-caption aligncenter" style="width: 697px"><img class="size-full wp-image-24" title="Enable_Themes_003" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/Enable_Themes_003.png" alt="Desktop Themes shows as an installed Feature." width="687" height="739" /><p class="wp-caption-text">Desktop Themes shows as an installed Feature.</p></div>
<p>(7) Once the server has restarted click on the <strong>Start</strong> menu, <strong>Administrative Tools</strong>, <strong>Services</strong> item.</p>
<p>(8) Scroll down to find the <strong>Themes</strong> service. It will probably not be running and require a manual start.</p>
<div id="attachment_25" class="wp-caption aligncenter" style="width: 1072px"><img class="size-full wp-image-25" title="Enable_Themes_004" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/Enable_Themes_004.png" alt="The Themes service needs to be running." width="1062" height="631" /><p class="wp-caption-text">The Themes service needs to be running.</p></div>
<p>(9) Right click on the <strong>Themes</strong> service and choose <strong>Properties</strong> from the pop up menu.</p>
<p>(10) Change to the Startup type to <strong>Automatic</strong>, click the <strong>Start</strong> button to initiate the service now, and then click <strong>OK</strong> to make the changes permanent.</p>
<div id="attachment_26" class="wp-caption aligncenter" style="width: 419px"><img class="size-full wp-image-26" title="Enable_Themes_005" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/Enable_Themes_005.png" alt="Start the Themes service automatically each time the server boots up." width="409" height="460" /><p class="wp-caption-text">Start the Themes service automatically each time the server boots up.</p></div>
<p>(11) Now right click somewhere on the desktop background and choose <strong>Personalize</strong> from the pop up menu. From the screen that opens up click on the <strong>Theme</strong> item.</p>
<div id="attachment_27" class="wp-caption aligncenter" style="width: 809px"><img class="size-full wp-image-27" title="Enable_Themes_006" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/Enable_Themes_006.png" alt="Choose Themes from the Personalization screen." width="799" height="571" /><p class="wp-caption-text">Choose Themes from the Personalization screen.</p></div>
<p>(12) Select <strong>Windows Vista</strong> from the Theme drop down, and then click <strong>OK</strong>.</p>
<p><img class="aligncenter size-full wp-image-28" title="Enable_Themes_007" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/Enable_Themes_007.png" alt="Select the Windows Vista theme." width="403" height="447" /></p>
<p>That&#8217;s all there is to it, after a few seconds the windows theme will change and you will be basking in the Aero themed user interface.</p>
<div id="attachment_30" class="wp-caption aligncenter" style="width: 808px"><img class="size-full wp-image-30" title="Enable_Themes_008" src="http://discombobulator.net/blog/wp-content/uploads/2010/11/Enable_Themes_008.png" alt="The new theme has been applied." width="798" height="570" /><p class="wp-caption-text">The new theme has been applied.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://discombobulator.net/blog/2010/11/04/desktop-themes-on-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Internet Explorer Enhanced Security</title>
		<link>http://discombobulator.net/blog/2010/11/01/disable-internet-explorer-enhanced-security/</link>
		<comments>http://discombobulator.net/blog/2010/11/01/disable-internet-explorer-enhanced-security/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 19:09:24 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://discombobulator.net/blog/?p=1</guid>
		<description><![CDATA[Windows Server 2008 has a security feature called Internet Explorer Enhanced Security that makes it difficult to surf the internet. In a production or commercial environment that is probably a great idea, however if you have run up a virtual machine at home to play around on then you may find it gets in the way.
 <span style="color:#777"> . . . &#8594; Read More: <a href="http://discombobulator.net/blog/2010/11/01/disable-internet-explorer-enhanced-security/">Disable Internet Explorer Enhanced Security</a></span>]]></description>
			<content:encoded><![CDATA[<p><a title="Windows Server 2008" href="http://technet.microsoft.com/en-us/windowsserver/bb310558.aspx" target="_self">Windows Server 2008</a> has a security feature called Internet Explorer Enhanced Security that makes it difficult to surf the internet. In a production or commercial environment that is probably a great idea, however if you have run up a virtual machine at home to play around on then you may find it gets in the way.</p>
<p>To disable Internet Explorer Enhanced Security perform the following steps:</p>
<p>(1) Click on the <strong>Start Menu</strong>, then choose<strong> Server Manager</strong>.</p>
<p>(2) Click on the <strong>Server Manager</strong> item from the left window pane, then in the right window pane scroll down to the Security Information heading.</p>
<p>(3) Click the <strong>Configure IE ESC</strong> item from the menu on the right of screen.</p>
<div id="attachment_6" class="wp-caption aligncenter" style="width: 968px"><img class="size-full wp-image-6" title="Disable_IE_ESC_001" src="http://discombobulator.net/blog/wp-content/uploads/2010/07/Disable_IE_ESC_001.png" alt="Configure IE ESC" width="958" height="714" /><p class="wp-caption-text">Configure Internet Explorer Enhanced Security from the Server Manager.</p></div>
<p>(4) In the Internet Explorer Enhanced Security Configuration dialog that opens click on the <strong>Off</strong> option to disable Internet Explorer Enhanced Security, then click <strong>OK</strong>.</p>
<div id="attachment_7" class="wp-caption aligncenter" style="width: 437px"><a href="http://discombobulator.net/blog/wp-content/uploads/2010/07/Disable_IE_ESC_002.png"><img class="size-full wp-image-7" title="Disable_IE_ESC_002" src="http://discombobulator.net/blog/wp-content/uploads/2010/07/Disable_IE_ESC_002.png" alt="Switch off Internet Explorer Enhanced Security Configuration" width="427" height="450" /></a><p class="wp-caption-text">Switch off Internet Explorer Enhanced Security Configuration</p></div>
<p>That&#8217;s it, job done. Do think carefully about whether disabling this security feature is appropriate for your server before switching off Enhanced Security.</p>
]]></content:encoded>
			<wfw:commentRss>http://discombobulator.net/blog/2010/11/01/disable-internet-explorer-enhanced-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

