<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How-To: Hide Vista Partition from XP with NeoGrub!</title>
	<atom:link href="http://neosmart.net/blog/2007/hide-vista-partition-from-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/</link>
	<description>Connecting Ideas</description>
	<lastBuildDate>Sun, 08 Nov 2009 03:11:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mahmoud Al-Qudsi</title>
		<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-295799</link>
		<dc:creator>Mahmoud Al-Qudsi</dc:creator>
		<pubDate>Sat, 08 Nov 2008 08:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-295799</guid>
		<description>Use Vista Hide &#039;n Seek instead of NeoGrub to accomplish this. It&#039;ll automate the entire procedure for you:

http://neosmart.net/forums/showthread.php?t=1341</description>
		<content:encoded><![CDATA[<p>Use Vista Hide &#8216;n Seek instead of NeoGrub to accomplish this. It&#8217;ll automate the entire procedure for you:</p>
<p><a href="http://neosmart.net/forums/showthread.php?t=1341" rel="nofollow">http://neosmart.net/forums/showthread.php?t=1341</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sydney Hilton</title>
		<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-295623</link>
		<dc:creator>sydney Hilton</dc:creator>
		<pubDate>Sat, 08 Nov 2008 01:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-295623</guid>
		<description>Copied and pasted menu.1st code over the existing menu.1st file. Adjusted drives and partitions as in bootloader. On reboot &gt; “Boot XP – Hide Vista” everything proceeds as expected and XP installs normally.
On rebooting to Vista (Business SP1) all restore points have vanished.


Boot Loader
;
;Warning: Boot.ini is used on Windows XP and earlier operating systems.
;Warning: Use BCDEDIT.exe to modify Windows Vista boot options.
;
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=&quot;Microsoft Windows XP Professional&quot; /NOEXECUTE=OPTIN /FASTDETECT

 
Settings in EasyBCD
There are a total of 2 entries listed in the Vista Bootloader.
Bootloader Timeout: 10 seconds.
Default OS: Windows Vista

Entry #1
Name:  Windows Vista
BCD ID:  {default}
Drive:  E:\
Bootloader Path:  \Windows\system32\winload.exe
Windows Directory:  \Windows

Entry #2
Name:  Windows XP
BCD ID:  {2c3daec5-ab75-11dd-9a62-000ea61b5a2f}
Drive:  C:\
Bootloader Path:  \NST\NeoGrub.mbr

menu.1st (LST file in C:\NST\menu.1st
along with NeoGrub MBR file)

# NeoSmart NeoGrub Bootloader Configuration File
#
# This is the NeoGrub menu.lst file, and should be located at C:\\menu.lst
# Please see the EasyBCD Documentation for information on how to create/modify entries
# http://neosmart.net/wiki/display/EBCD
	
default 0
timeout 10
title Boot XP - Hide Vista
hide (hd1,1)			# SET THIS TO THE VISTA DRIVE   
# Optionally repeat the above entry for all the Vista drives
chainloader (hd0,0)/ntldr	# SET THIS TO THE BOOT PARTITION  

Detailed  settings in EasyBCD (debug mode)
 Windows Boot Manager
--------------------
identifier              {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device                  partition=C:
description             Windows Boot Manager
locale                  en-US
inherit                 {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default                 {e8709fb6-fa5f-11db-be4d-e219ece5282e}
displayorder            {e8709fb6-fa5f-11db-be4d-e219ece5282e}
                        {2c3daec5-ab75-11dd-9a62-000ea61b5a2f}
toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout                 10

Windows Boot Loader
-------------------
identifier              {e8709fb6-fa5f-11db-be4d-e219ece5282e}
device                  partition=E:
path                    \Windows\system32\winload.exe
description             Windows Vista
locale                  en-US
inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
osdevice                partition=E:
systemroot              \Windows
resumeobject            {e8709fb7-fa5f-11db-be4d-e219ece5282e}
nx                      OptOut

Real-mode Boot Sector
---------------------
identifier              {2c3daec5-ab75-11dd-9a62-000ea61b5a2f}
device                  partition=C:
path                    \NST\NeoGrub.mbr
description             Windows XP</description>
		<content:encoded><![CDATA[<p>Copied and pasted menu.1st code over the existing menu.1st file. Adjusted drives and partitions as in bootloader. On reboot &gt; “Boot XP – Hide Vista” everything proceeds as expected and XP installs normally.<br />
On rebooting to Vista (Business SP1) all restore points have vanished.</p>
<p>Boot Loader<br />
;<br />
;Warning: Boot.ini is used on Windows XP and earlier operating systems.<br />
;Warning: Use BCDEDIT.exe to modify Windows Vista boot options.<br />
;<br />
[boot loader]<br />
timeout=30<br />
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS<br />
[operating systems]<br />
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS=&#8221;Microsoft Windows XP Professional&#8221; /NOEXECUTE=OPTIN /FASTDETECT</p>
<p>Settings in EasyBCD<br />
There are a total of 2 entries listed in the Vista Bootloader.<br />
Bootloader Timeout: 10 seconds.<br />
Default OS: Windows Vista</p>
<p>Entry #1<br />
Name:  Windows Vista<br />
BCD ID:  {default}<br />
Drive:  E:\<br />
Bootloader Path:  \Windows\system32\winload.exe<br />
Windows Directory:  \Windows</p>
<p>Entry #2<br />
Name:  Windows XP<br />
BCD ID:  {2c3daec5-ab75-11dd-9a62-000ea61b5a2f}<br />
Drive:  C:\<br />
Bootloader Path:  \NST\NeoGrub.mbr</p>
<p>menu.1st (LST file in C:\NST\menu.1st<br />
along with NeoGrub MBR file)</p>
<p># NeoSmart NeoGrub Bootloader Configuration File<br />
#<br />
# This is the NeoGrub menu.lst file, and should be located at C:\\menu.lst<br />
# Please see the EasyBCD Documentation for information on how to create/modify entries<br />
# <a href="http://neosmart.net/wiki/display/EBCD" rel="nofollow">http://neosmart.net/wiki/display/EBCD</a></p>
<p>default 0<br />
timeout 10<br />
title Boot XP &#8211; Hide Vista<br />
hide (hd1,1)			# SET THIS TO THE VISTA DRIVE<br />
# Optionally repeat the above entry for all the Vista drives<br />
chainloader (hd0,0)/ntldr	# SET THIS TO THE BOOT PARTITION  </p>
<p>Detailed  settings in EasyBCD (debug mode)<br />
 Windows Boot Manager<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
identifier              {9dea862c-5cdd-4e70-acc1-f32b344d4795}<br />
device                  partition=C:<br />
description             Windows Boot Manager<br />
locale                  en-US<br />
inherit                 {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}<br />
default                 {e8709fb6-fa5f-11db-be4d-e219ece5282e}<br />
displayorder            {e8709fb6-fa5f-11db-be4d-e219ece5282e}<br />
                        {2c3daec5-ab75-11dd-9a62-000ea61b5a2f}<br />
toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}<br />
timeout                 10</p>
<p>Windows Boot Loader<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
identifier              {e8709fb6-fa5f-11db-be4d-e219ece5282e}<br />
device                  partition=E:<br />
path                    \Windows\system32\winload.exe<br />
description             Windows Vista<br />
locale                  en-US<br />
inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}<br />
osdevice                partition=E:<br />
systemroot              \Windows<br />
resumeobject            {e8709fb7-fa5f-11db-be4d-e219ece5282e}<br />
nx                      OptOut</p>
<p>Real-mode Boot Sector<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
identifier              {2c3daec5-ab75-11dd-9a62-000ea61b5a2f}<br />
device                  partition=C:<br />
path                    \NST\NeoGrub.mbr<br />
description             Windows XP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to keep Vista retore points when dual booting Vista and XP - Notebook Forums and Laptop Discussion</title>
		<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-50311</link>
		<dc:creator>How to keep Vista retore points when dual booting Vista and XP - Notebook Forums and Laptop Discussion</dc:creator>
		<pubDate>Sun, 16 Sep 2007 16:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-50311</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] + Vista: http://apcmag.com/5023/dual_booting_xp_with_vista  Instructions for hiding Vista from Xp: http://neosmart.net/blog/2007/hide-v...ition-from-xp/  Instructions for labeling drive and partitions: [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] + Vista: <a href="http://apcmag.com/5023/dual_booting_xp_with_vista" rel="nofollow">http://apcmag.com/5023/dual_booting_xp_with_vista</a>  Instructions for hiding Vista from Xp: <a href="http://neosmart.net/blog/2007/hide-v...ition-from-xp/" rel="nofollow">http://neosmart.net/blog/2007/hide-v&#8230;ition-from-xp/</a>  Instructions for labeling drive and partitions: [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dual Boot</title>
		<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-48699</link>
		<dc:creator>Dual Boot</dc:creator>
		<pubDate>Tue, 11 Sep 2007 23:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-48699</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Vista so you have to hide the Vista partition from XP, here is another tutorial on how to do it:  http://neosmart.net/blog/2007/hide-vista-partition-from-xp/   Good luck and I hope this helps.    _____________________________-EVGA nForce 680i A1 MB  -Intel [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] Vista so you have to hide the Vista partition from XP, here is another tutorial on how to do it:  <a href="http://neosmart.net/blog/2007/hide-vista-partition-from-xp/" rel="nofollow">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/</a>   Good luck and I hope this helps.    _____________________________-EVGA nForce 680i A1 MB  -Intel [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Issue when trying to hide XP from Vista on a dual boot machine</title>
		<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-47663</link>
		<dc:creator>Issue when trying to hide XP from Vista on a dual boot machine</dc:creator>
		<pubDate>Sun, 09 Sep 2007 07:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-47663</guid>
		<description>[...] from XP by using the instructions that I mentioned before, the link to the instructions is: How-To: Hide Vista Partition from XP with NeoGrub! at The NeoSmart Files Does anyone have an alternate method or suggestion? Thanks for your [...]</description>
		<content:encoded><![CDATA[<p>[...] from XP by using the instructions that I mentioned before, the link to the instructions is: How-To: Hide Vista Partition from XP with NeoGrub! at The NeoSmart Files Does anyone have an alternate method or suggestion? Thanks for your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: using vista on XP</title>
		<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-38044</link>
		<dc:creator>using vista on XP</dc:creator>
		<pubDate>Mon, 13 Aug 2007 05:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-38044</guid>
		<description>[...] visit.  How to dual-boot Vista with XP - step-by-step guide with screenshots &#124; APC Magazine and How-To: Hide Vista Partition from XP with NeoGrub! at The NeoSmart Files  These sites will guide you thuough the steps and also suggest the softwares you will need in order [...]</description>
		<content:encoded><![CDATA[<p>[...] visit.  How to dual-boot Vista with XP &#8211; step-by-step guide with screenshots | APC Magazine and How-To: Hide Vista Partition from XP with NeoGrub! at The NeoSmart Files  These sites will guide you thuough the steps and also suggest the softwares you will need in order [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Restore points &#171; How-To Geek Forums</title>
		<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-33837</link>
		<dc:creator>Restore points &#171; How-To Geek Forums</dc:creator>
		<pubDate>Sun, 29 Jul 2007 20:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-33837</guid>
		<description>[...] Now, I understand why, and even read this primer: http://neosmart.net/blog/2007/hide-vista-partition-from-xp/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Now, I understand why, and even read this primer: <a href="http://neosmart.net/blog/2007/hide-vista-partition-from-xp/" rel="nofollow">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: On easybcd</title>
		<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-33365</link>
		<dc:creator>On easybcd</dc:creator>
		<pubDate>Fri, 27 Jul 2007 15:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-33365</guid>
		<description>[...] How To: Hide Vista Partition from XP with...   One of the biggest problems that faces dual-booters is data corruption on many different fronts ... EasyBCD. Run EasyBCD and go to the “Add/Remove Entries” screen. Delete any and all “Windows XP” entries ... # # This is the NeoGrub menu.lst file, and should be located at C:menu.lst # Please see the EasyBCD Documentation [...]</description>
		<content:encoded><![CDATA[<p>[...] How To: Hide Vista Partition from XP with&#8230;   One of the biggest problems that faces dual-booters is data corruption on many different fronts &#8230; EasyBCD. Run EasyBCD and go to the “Add/Remove Entries” screen. Delete any and all “Windows XP” entries &#8230; # # This is the NeoGrub menu.lst file, and should be located at C:menu.lst # Please see the EasyBCD Documentation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UMG League :: View topic - UMG home page shuts down Vista Aero</title>
		<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-30671</link>
		<dc:creator>UMG League :: View topic - UMG home page shuts down Vista Aero</dc:creator>
		<pubDate>Fri, 13 Jul 2007 20:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-30671</guid>
		<description>[...] On another note...2 out of 4 computers put Vista Ultimate on no problem. 2. The other 2, the first it took 5 installs and somehow managed to mess up the file system on the secondary HD. the second computer I can&#039;t even install, multiple different BSOD install errors. Considering all of these computers have 1-5 year old hardware in them, and nothing special like a soundcard in any of them, you&#039;d think all should be no issue. The computer it won&#039;t install to after 10 attempts is just an Asus a7n8x-x board with an Nvidia 5500. And it&#039;s not liking the BIOS or the video card.....     I had the same issue many times, and after 6 fresh installs I read online that the system restore folders between XP and Vista are not compatible.   XP will detect partition errors and destroy the partition table. This killed my XP that I had for 6 years. (ps: I too have a a7n8x and use it as my tv-box, it houses my old 4200Ti too)   I still have the broken XP partition and will try to fix it when time permits.  I can email you the partition recovery software I use If you need it.   If I need to dual boot vista and xp again I will try this: http://neosmart.net/blog/2007/hide-vista-partition-from-xp/ [...]</description>
		<content:encoded><![CDATA[<p>[...] On another note&#8230;2 out of 4 computers put Vista Ultimate on no problem. 2. The other 2, the first it took 5 installs and somehow managed to mess up the file system on the secondary HD. the second computer I can&#8217;t even install, multiple different BSOD install errors. Considering all of these computers have 1-5 year old hardware in them, and nothing special like a soundcard in any of them, you&#8217;d think all should be no issue. The computer it won&#8217;t install to after 10 attempts is just an Asus a7n8x-x board with an Nvidia 5500. And it&#8217;s not liking the BIOS or the video card&#8230;..     I had the same issue many times, and after 6 fresh installs I read online that the system restore folders between XP and Vista are not compatible.   XP will detect partition errors and destroy the partition table. This killed my XP that I had for 6 years. (ps: I too have a a7n8x and use it as my tv-box, it houses my old 4200Ti too)   I still have the broken XP partition and will try to fix it when time permits.  I can email you the partition recovery software I use If you need it.   If I need to dual boot vista and xp again I will try this: <a href="http://neosmart.net/blog/2007/hide-vista-partition-from-xp/" rel="nofollow">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hide Vista partition(s) from Windows XP - Fix for System Restore Point Corruption! - Vista Ready Games</title>
		<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-23152</link>
		<dc:creator>Hide Vista partition(s) from Windows XP - Fix for System Restore Point Corruption! - Vista Ready Games</dc:creator>
		<pubDate>Tue, 19 Jun 2007 03:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-23152</guid>
		<description>[...] &gt; system restore bug entirely. &gt; &gt; These are the detailed step-by-step instructions: &gt; http://neosmart.net/blog/2007/hide-v...ition-from-xp/ &gt; &gt; EasyBCD can be downloaded for free from http://neosmart.net/dl.php?id=1 &gt; NeoGrub [...]</description>
		<content:encoded><![CDATA[<p>[...] &gt; system restore bug entirely. &gt; &gt; These are the detailed step-by-step instructions: &gt; <a href="http://neosmart.net/blog/2007/hide-v...ition-from-xp/" rel="nofollow">http://neosmart.net/blog/2007/hide-v&#8230;ition-from-xp/</a> &gt; &gt; EasyBCD can be downloaded for free from <a href="http://neosmart.net/dl.php?id=1" rel="nofollow">http://neosmart.net/dl.php?id=1</a> &gt; NeoGrub [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hide partitions xp vista boot - Web - WebCrawler</title>
		<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-20733</link>
		<dc:creator>hide partitions xp vista boot - Web - WebCrawler</dc:creator>
		<pubDate>Thu, 14 Jun 2007 20:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-20733</guid>
		<description>[...] Vista Boot on Sale.      Sponsored by: www.NexTag.com/computers   [Found on Ads by Yahoo!]      5.  How-To: Hide Vista Partition from XP with NeoGrub! at The NeoSmar...    This will show give you two options, Hide Vista and Unhide Vista - whereupon you can [...]</description>
		<content:encoded><![CDATA[<p>[...] Vista Boot on Sale.      Sponsored by: <a href="http://www.NexTag.com/computers" rel="nofollow">http://www.NexTag.com/computers</a>   [Found on Ads by Yahoo!]      5.  How-To: Hide Vista Partition from XP with NeoGrub! at The NeoSmar&#8230;    This will show give you two options, Hide Vista and Unhide Vista &#8211; whereupon you can [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Multiple OS&#39;s...need help&#33;&#33; - H2V Gaming</title>
		<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-20722</link>
		<dc:creator>Multiple OS&#39;s...need help&#33;&#33; - H2V Gaming</dc:creator>
		<pubDate>Thu, 14 Jun 2007 19:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-20722</guid>
		<description>[...] http://neosmart.net/blog/2007/hide-vista-partition-from-xp/^^ dno if that helps atall lol. Just found it on google.dont blame me if anything breaks tho    -------------------- &#124; Ollie &quot;cryogeN&quot; Sutton :: age: 18 :: Location: UK :: email: olliesutton@yahoo.co.uk :: xfire: oll13 &#124; [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://neosmart.net/blog/2007/hide-vista-partition-from-xp/" rel="nofollow">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/</a>^^ dno if that helps atall lol. Just found it on google.dont blame me if anything breaks tho    &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; | Ollie &quot;cryogeN&quot; Sutton :: age: 18 :: Location: UK :: email: <a href="mailto:olliesutton@yahoo.co.uk">olliesutton@yahoo.co.uk</a> :: xfire: oll13 | [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hide Vista partition(s) from Windows XP - Fix for System Restore Point Corruption! - Vista x64 Forums</title>
		<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-20516</link>
		<dc:creator>Hide Vista partition(s) from Windows XP - Fix for System Restore Point Corruption! - Vista x64 Forums</dc:creator>
		<pubDate>Thu, 14 Jun 2007 04:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-20516</guid>
		<description>[...] circumventing the system restore bug entirely.  These are the detailed step-by-step instructions: http://neosmart.net/blog/2007/hide-v...ition-from-xp/  EasyBCD can be downloaded for free from http://neosmart.net/dl.php?id=1 NeoGrub Documentation [...]</description>
		<content:encoded><![CDATA[<p>[...] circumventing the system restore bug entirely.  These are the detailed step-by-step instructions: <a href="http://neosmart.net/blog/2007/hide-v...ition-from-xp/" rel="nofollow">http://neosmart.net/blog/2007/hide-v&#8230;ition-from-xp/</a>  EasyBCD can be downloaded for free from <a href="http://neosmart.net/dl.php?id=1" rel="nofollow">http://neosmart.net/dl.php?id=1</a> NeoGrub Documentation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hide Vista partition(s) from Windows XP - Fix for System R..</title>
		<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-20212</link>
		<dc:creator>Hide Vista partition(s) from Windows XP - Fix for System R..</dc:creator>
		<pubDate>Mon, 11 Jun 2007 13:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-20212</guid>
		<description>[...] the  system restore bug entirely.   These are the detailed step-by-step instructions:  http://neosmart.net/blog/2007/hide-vista-partition-from-xp/   EasyBCD can be downloaded for free from http://neosmart.net/dl.php?id=1  NeoGrub Documentation [...]</description>
		<content:encoded><![CDATA[<p>[...] the  system restore bug entirely.   These are the detailed step-by-step instructions:  <a href="http://neosmart.net/blog/2007/hide-vista-partition-from-xp/" rel="nofollow">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/</a>   EasyBCD can be downloaded for free from <a href="http://neosmart.net/dl.php?id=1" rel="nofollow">http://neosmart.net/dl.php?id=1</a>  NeoGrub Documentation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hide Vista partition(s) from Windows XP - Fix for System Restore Point Corruption! - Setup and Install</title>
		<link>http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-20031</link>
		<dc:creator>Hide Vista partition(s) from Windows XP - Fix for System Restore Point Corruption! - Setup and Install</dc:creator>
		<pubDate>Sat, 09 Jun 2007 22:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2007/hide-vista-partition-from-xp/#comment-20031</guid>
		<description>[...] circumventing the system restore bug entirely.  These are the detailed step-by-step instructions: http://neosmart.net/blog/2007/hide-v...ition-from-xp/  EasyBCD can be downloaded for free from http://neosmart.net/dl.php?id=1 NeoGrub Documentation [...]</description>
		<content:encoded><![CDATA[<p>[...] circumventing the system restore bug entirely.  These are the detailed step-by-step instructions: <a href="http://neosmart.net/blog/2007/hide-v...ition-from-xp/" rel="nofollow">http://neosmart.net/blog/2007/hide-v&#8230;ition-from-xp/</a>  EasyBCD can be downloaded for free from <a href="http://neosmart.net/dl.php?id=1" rel="nofollow">http://neosmart.net/dl.php?id=1</a> NeoGrub Documentation [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
