<?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>bloody error &#187; Windows</title>
	<atom:link href="http://www.bloodyerror.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloodyerror.com</link>
	<description>hope something here may help you...</description>
	<lastBuildDate>Thu, 14 Jan 2010 17:29:34 +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>Installing Windows XP over Linux Fedora Core over Windows Vista</title>
		<link>http://www.bloodyerror.com/2009/05/installing-windows-xp-over-linux-fedora-core-over-windows-vista/</link>
		<comments>http://www.bloodyerror.com/2009/05/installing-windows-xp-over-linux-fedora-core-over-windows-vista/#comments</comments>
		<pubDate>Fri, 29 May 2009 16:08:05 +0000</pubDate>
		<dc:creator>Jeevan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[boot loader]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Dual boot]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[GRUB]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MBR]]></category>
		<category><![CDATA[Rescue]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.bloodyerror.com/?p=13</guid>
		<description><![CDATA[How to Fix Boot Loader after Installing Windows XP over Vista and Linux (Fedora Core)
Problem
I brought a New Laptop and it comes with Vista by Default. That’s not really a problem unless you want to install XP and / or Linux.
Since I had vista, it’s much easier to create a new partition using vistas Disk [...]]]></description>
			<content:encoded><![CDATA[<p>How to Fix Boot Loader after Installing Windows XP over Vista and Linux (Fedora Core)</p>
<h3>Problem</h3>
<p>I brought a New Laptop and it comes with Vista by Default. That’s not really a problem unless you want to install XP and / or Linux.<br />
Since I had vista, it’s much easier to create a new partition using vistas Disk manager Utility (You can simple Right Click on any Vista partition / volume and Select option Shrink to Split / Join partitions). You need to read some guide about how to shrink volume and create partitions, this will help you getting the job done quickly without worrying too much why and what! Try reading this simple guide:  <a href="http://www.howtogeek.com/howto/windows-vista/working-around-windows-vistas-shrink-volume-inadequacy-problems/" target="_blank">Working Around Windows Vista&#8217;s &#8220;Shrink Volume&#8221; Inadequacy Problems</a></p>
<p>Okay, Now I have created two new partitions for Linux and Windows XP to be installed. First I installed Linux Fedora Core 10 and Used GRUB boot loader as main boot loader. GRUB worked perfectly detecting Vista’s present (as Other) and I were able to boot Vista or Fedora core whenever booting.</p>
<p>When I Installed Windows XP Professional, Everything gone wrong? My Master Boot Record (MBR) is overwritten by Windows XP and its directly booting Windows XP and none other or shows any other choices. I went on searching for solution but in many Forums they keep on telling to Use Vistas Install CD to recover its boot loader and Add Windows XP into its boot loader.  Vista comes with my Laptop and I have no Installation CD of vista other than Recovery Disk created via Manufactures software. Plus I want to have the GRUB as main boot loader (because, every time Kernel updated, it will amend its Menu List to support backward compatibility and I want that option too&#8230;).</p>
<p><span id="more-13"></span></p>
<h3>Solution</h3>
<p>Fist as suggested in many Forums and articles, Fix or Re-install Vista’s boot-loader and Add XP into its menu list.</p>
<p><strong>Step 1:</strong> Read <a href="http://www.bloodyerror.com/2009/05/installing-windows-xp-over-windows-vista/" target="_blank">Installing Windows XP over Windows Vista </a>for more detailed information on how to set up Dual boot for Windows Vista and XP even <span style="text-decoration: underline;">without Vista installation CD</span>.</p>
<p>Now you should be able to Boot into Vista and XP without any problem&#8230; Only Thing is that Linux MBR record has been deleted and overwritten by Vistas Boot loader (by following Step 1). You will need to Re-install / recover Linux GRUB MBR record. Many forums suggested that unless you have a Backup copy of Linux MBR, you may not be able to boot again and or you may have to re-install again. Well for me, I used my Fedora core 10 installations DVD to recover GRUB boot loader and override MBR record again.</p>
<p><strong>Step 2: </strong>User your <span style="text-decoration: underline;">Linux Installation</span> DVD (I used Fedora Core 10, because I had Fedora Core 10 Installed) to “<strong>Rescue Installed System</strong>”. Make sure you don’t Re-install again (unless of-cause you want to) and select “<strong>Rescue Installed System</strong>” when CD / DVD booted. It will than ask you series of question regarding your language, keyboard, network and each&#8230; goo through until you come up with a Shell Command (Usually it will end-up at Shell command for you to continue fixing or rescuing your system). When you get to the command prompt, follow these instructions to Get back your GRUB boot loader and overwrite the MBR again!</p>
<p><strong>Step 2:</strong> Type <span style="color: #ff0000;">grub </span>and hit &lt;ENTER&gt;  : Once you hit enter, shell command will switch to grub command prompt.</p>
<p><strong>Step 3:</strong> Type <span style="color: #ff0000;">find /boot/grub/stage1</span> to find out your Linux partition.</p>
<p><strong>Step 4: </strong>Then use the device name that was output in the next command, say<span style="color: #808000;"> (hd0,1)</span>. Then the command would be <span style="color: #ff0000;">root (hd0,1)</span>.</p>
<p><strong>Step 5:</strong> After this, say <span style="color: #ff0000;">setup (hd0)</span>. Replace hd0 with your hard drive.</p>
<p>This will Re-install your GRUB boot loader into MBR. Now when the system boot up it will Boot GRUB boot loader and It will shows you the Options for Kernels of your Linux and Also ONLY ONE for Other or Windows Boot. Once you into Linux you can add remove edit other operating system Boot from GRUB menu (Read this Guide for Full and More information)&#8230;</p>
<p>I manage to get the boot loader working in this order</p>
<ul>
<li>Linux Fedora Core</li>
<li>Windows OS
<ul>
<li>Windows Vista</li>
<li>Windows XP</li>
</ul>
</li>
</ul>
<p>If I select windows OS, it will than Show me Windows Vista and Windows XP using Vista boot loader (Which we did on Step 1).<br />
Well, this is not a good guide but good enough to do something&#8230;. If you have any ideas let me know and I will update. If you find anything wrong&#8230; well let me know too I will try and find a solution for you&#8230;</p>
<blockquote><p>I guarantee none, Information provided here from my own experience and how I solved the problem. What you may be different from mine / this and it may need other solutions. Please Do it at your own risk</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.bloodyerror.com/2009/05/installing-windows-xp-over-linux-fedora-core-over-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Windows XP over Windows Vista</title>
		<link>http://www.bloodyerror.com/2009/05/installing-windows-xp-over-windows-vista/</link>
		<comments>http://www.bloodyerror.com/2009/05/installing-windows-xp-over-windows-vista/#comments</comments>
		<pubDate>Fri, 29 May 2009 15:01:49 +0000</pubDate>
		<dc:creator>Jeevan</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[boot loader]]></category>
		<category><![CDATA[bootloader]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[MBR]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.bloodyerror.com/?p=7</guid>
		<description><![CDATA[In spite of the problems of incompatibility of some software, many users are still reluctant to switch to Windows Vista. In addition, computers today are sold with Windows Vista, although some software&#8217;s work only under XP.
So many of us would like dual boot the two operating systems so that they can enjoy the new features [...]]]></description>
			<content:encoded><![CDATA[<p>In spite of the problems of incompatibility of some software, many users are still reluctant to switch to Windows Vista. In addition, computers today are sold with Windows Vista, although some software&#8217;s work only under XP.</p>
<p>So many of us would like dual boot the two operating systems so that they can enjoy the new features of Windows Vista as well as retain the flexibility of Windows XP. It is possible to install both systems on the same computer, creating a menu multi boot in two completely different ways:</p>
<ul>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">By installing Windows XP and Windows Vista, dual boot is then automatically</li>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">By installing Vista and XP, or XP over Vista, especially if the computer is sold with Windows Vista but without a CD (usually with a partition restoration).</li>
</ul>
<p><span id="more-7"></span></p>
<h3>Installing Windows XP and Then Windows Vista</h3>
<p>This is the case most simple! Just follow the steps of installation of Windows XP and then install Windows Vista specifying another partition or the same score but a different name for the Windows directory (e.g. WinVista).</p>
<p><span class="Apple-style-span" style="border-collapse: separate; color: #000000; font-family: 'times new roman'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span class="Apple-style-span" style="font-family: verdana; font-size: 13px; text-align: left;">The Vista installer creates a boot menu to switch from one environment to another at start-up.</span></span></p>
<h3>Installing Windows XP over Windows Vista</h3>
<p>If Vista is already installed on the computer, you can either:</p>
<ul>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">Reformat the disk, install XP, and then install Windows Vista (as in above method)</li>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">In case you do not have the installation DVD of Vista, install XP over Vista, then reactivate the start of Vista with the Vista Boot Pro software</li>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">In case you have the DVD installation of Vista (not the System Restore that comes with certain brands of PCs), make a repair to start Vista with this DVD.</li>
</ul>
<p>It must then take care to specify another partition or another directory for Windows XP (WinXP for example). Following the installation of Windows XP, the system ignores the Windows Vista.</p>
<h4><strong>1. You do not have the installation DVD of Vista</strong></h4>
<p>Just download Vista Boot Pro to edit, and then activate the BCD Vista, which contains the settings for your system.</p>
<ul>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">Following the installation of Vista Boot Pro, take the time to make a backup of the existing facility, to return in case of problems:</li>
</ul>
<p><img class="alignnone size-full wp-image-8" title="Installing Windows XP over Windows Vista - Step 1" src="http://www.bloodyerror.com/wp-content/uploads/2009/05/installing-windows-xp-over-windows-vista-step-1.jpg" alt="Installing Windows XP over Windows Vista - Step 1" width="449" height="500" /></p>
<ul>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">Vista Boot Pro displays information on registered systems in the BCD (Vista only):</li>
</ul>
<p><img class="alignnone size-full wp-image-9" title="Installing Windows XP over Windows Vista - Step 2" src="http://www.bloodyerror.com/wp-content/uploads/2009/05/installing-windows-xp-over-windows-vista-step-2.jpg" alt="Installing Windows XP over Windows Vista - Step 2" width="449" height="500" /></p>
<ul>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">Click on <strong>Manage OS entries</strong> and add a Windows Legacy</li>
</ul>
<p><img class="alignnone size-full wp-image-10" title="Installing Windows XP over Windows Vista - Step 3" src="http://www.bloodyerror.com/wp-content/uploads/2009/05/installing-windows-xp-over-windows-vista-step-3.jpg" alt="Installing Windows XP over Windows Vista - Step 3" width="449" height="500" /></p>
<ul>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">Possibly change the order of the systems installed to the first set your system of choice</li>
</ul>
<p><img class="alignnone size-full wp-image-11" title="Installing Windows XP over Windows Vista - Step 4" src="http://www.bloodyerror.com/wp-content/uploads/2009/05/installing-windows-xp-over-windows-vista-step-4.jpg" alt="Installing Windows XP over Windows Vista - Step 4" width="449" height="500" /></p>
<ul>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">Finally click <strong>Bootloader </strong>and replace the Windows Vista BCD your new configuration by selecting &#8220;<strong>Windows Vista Bootloader</strong>&#8221; and &#8220;<strong>System Partition</strong>&#8221; to install the bootloader on the system partition. Then click<strong> Install Bootloader</strong></li>
</ul>
<p><img class="alignnone size-full wp-image-12" title="Installing Windows XP over Windows Vista - Step 5" src="http://www.bloodyerror.com/wp-content/uploads/2009/05/installing-windows-xp-over-windows-vista-step-5.jpg" alt="Installing Windows XP over Windows Vista - Step 5" width="449" height="500" /></p>
<ul>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">Restart the computer. It should now offer the choice between the two systems!</li>
</ul>
<h4><strong>2. You have the installation DVD of Vista</strong></h4>
<p>In this case, a repair of your startup should be sufficient to enable the choice between the two systems.</p>
<ul>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">Start by activating the boot CD from the BIOS</li>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">Press a button, if we ask you to press any key to start the installation of Vista</li>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">Click Repair your computer</li>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">Then click the Startup Repair.</li>
<li style="font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;">Wait for the repair and restart the PC. The screen of choice between the two systems should appear.</li>
</ul>
<h3>Download VistaBootPRO</h3>
<p>Visit <a href="http://www.vistabootpro.org/" target="_blank">http://www.vistabootpro.org/</a> It&#8217;s Totally <span style="color: #ff0000;"><strong>FREE</strong></span></p>
<blockquote><p>Source:</p>
<p>This article was published by <strong>Techy Guy</strong> @ <a href="http://forums.techarena.in/tips-tweaks/1077417.htm" target="_blank">http://forums.techarena.in/tips-tweaks/1077417.htm</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.bloodyerror.com/2009/05/installing-windows-xp-over-windows-vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Object doesn’t support this property or method</title>
		<link>http://www.bloodyerror.com/2009/05/object-doesn%e2%80%99t-support-this-property-or-method/</link>
		<comments>http://www.bloodyerror.com/2009/05/object-doesn%e2%80%99t-support-this-property-or-method/#comments</comments>
		<pubDate>Fri, 15 May 2009 21:10:18 +0000</pubDate>
		<dc:creator>Jeevan</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[MFC]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[RegEdit]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[VS]]></category>
		<category><![CDATA[VS 2005]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Wizard]]></category>

		<guid isPermaLink="false">http://www.bloodyerror.com/?p=4</guid>
		<description><![CDATA[Problem:
You may come across this Error if you were working on Visual Studio 2005 (which I was working on) or 2008 with Internet Explorer 8 (IE8) and trying to run some VC++ Wizards. This is due to security warning using Microsoft Active X Controls. For some reason, Microsoft Active X controls are marked as unverified?
Solution:
Simple [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><strong>Problem:</strong></p>
<p class="MsoNormal">You may come across this Error if you were working on Visual Studio 2005 (which I was working on) or 2008 with Internet Explorer 8 (IE8) and trying to run some VC++ Wizards. This is due to security warning using Microsoft Active X Controls. For some reason, Microsoft Active X controls are marked as unverified?</p>
<div id="attachment_5" class="wp-caption alignnone" style="width: 452px"><img class="size-full wp-image-5" title="IE8 RTW is incompatible with VSTS 2008" src="http://www.bloodyerror.com/wp-content/uploads/2009/05/ie8-rtw-is-incompatible-with-vsts-2008.png" alt="Object doesn’t support this property or method" width="442" height="375" /><p class="wp-caption-text">Object doesn’t support this property or method</p></div>
<p><strong>Solution:</strong></p>
<p class="MsoNormal">Simple word-around for this to edit your registry and add a key / data as follows</p>
<p class="MsoNormal">Run your Registry and Navigate to:</p>
<p class="MsoNormal"><strong>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones</strong></p>
<p class="MsoNormal">If there is no key (A folder inside Zones) called “<strong><span style="color: #ff0000;">1000</span></strong>”, create a new key Called “1000” and create the following <strong>DWORD </strong><strong><span style="color: #ff0000;">1207</span></strong>. Set its Value to <strong><span style="color: #ff0000;">0×000000</span></strong> (HEX).</p>
<p class="MsoNormal">Well, this worked for me&#8230; Hope this helps you too&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloodyerror.com/2009/05/object-doesn%e2%80%99t-support-this-property-or-method/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
