- MAXIMUMpcguides – Windows Vista tips, tricks, help, and how-to guides - http://maximumpcguides.com/windows-vista -

Uninstall Windows Vista

Posted By Brent Trahan On February 22, 2007 @ 3:34 pm In All, Installation, Vista, Windows | 14 Comments

Introduction

If you upgraded to Windows Vista from an older version of Windows with a clean install, you should be able to uninstall Windows Vista and use the previous version of Windows again.

Before you go any further, check to see if you have a Windows.OLD folder in the root of your C: drive. If you do, you should be good to go. If you don’t, you didn’t perform a clean install during the upgrade or you deleted the Windows.OLD folder and this won’t work for you.

Note: If you’re looking for a guide on how-to install Windows XP on a computer that came pre-installed with Windows Vista, The How-To Geek [1] has a great guide that’ll help.

Before You Start

If you have anything important on your computer, you might want to back it up before you go any further.

Make sure you have enough hard drive space. You’ll need double what is in the Windows.OLD folder in free space to revert back to the old version of Windows.

Please Note: If you don’t follow instructions exactly you could loose everything. I’m not responsible for any damage or lost data caused by following this guide.

Let’s Uninstall Windows Vista

Start the Windows Recovery Environment with DOS Prompt

  1. Put your Windows Vista DVD in your DVD drive and restart your computer.
  2. Press any key on your keyboard to boot to the DVD when asked by your computer.

    uninstall_vista1.png [2]

  3. Select your language and keyboard layout, and then press Next.

    uninstall_vista2.png [3]

  4. Click Repair your computer.

    uninstall_vista3.png [4]

  5. Select Windows Vista, and then press Next.

    uninstall_vista4.png [5]

  6. Click Command Prompt.

    uninstall_vista5.png [6]

Now that the command prompt is open we can get to work.

Rename the Windows and Program Files folders

  1. Type the following in the command prompt and press Enter after on your keyboard:

    c:

    uninstall_vista6.png [7]

  2. Type the following in the command prompt and press Enter after on your keyboard:

    cd\

    uninstall_vista7.png [8]

  3. Type the following in the command prompt and press Enter after on your keyboard:

    ren Windows Windows.Vista

    uninstall_vista8.png [9]

  4. Type the following in the command prompt and press Enter after on your keyboard:

    ren “Program Files” “Program Files.Vista”

    uninstall_vista9.png [10]

Remove the Documents and Settings Junction Point

Type the following in the command prompt and press Enter after on your keyboard:

rd “Documents and Settings”

uninstall_vista10.png [11]

Copy the Contents of Windows.OLD to the Root of C:

Type the following in the command prompt and press Enter after on your keyboard:

xcopy /s /h c:\windows.old\*.* c:\

uninstall_vista11.png [12]

Note: If you get asked if you want to overwrite files tell it yes by pressing y. The xcopy process will take a little while to complete. You’ll see a lot of activity in the DOS box while xcopy is working.

Restore the Old Boot Sector

Type the following in the command prompt and press Enter after on your keyboard:

D:\boot\bootsect /nt52 c:

uninstall_vista12.png [13]

Note: If you receive an error like the one in the screen shot below, use the next letter in the alphabet in the command above until it works.

uninstall_vista13.png [14]

Restore the Old Boot.ini File

  1. Type the following in the command prompt and press Enter after on your keyboard:

    c:

    then type:

    cd\

    just like you did earlier.

    uninstall_vista14.png [15]

  2. Type the following in the command prompt and press Enter after on your keyboard:

    attrib boot.ini.saved -s -h –r

    uninstall_vista15.png [16]

  3. Type the following in the command prompt and press Enter after on your keyboard:

    ren “boot.ini.saved” “boot.ini”

    uninstall_vista16.png [17]

  4. Type the following in the command prompt and press Enter after on your keyboard:

    attrib boot.ini +s +h +r

    uninstall_vista17.png [18]

Close the DOS Prompt and Restart

  1. Type:

    exit

    and then press enter on your keyboard to close the DOS prompt.

  2. Click Restart in the System Recovery Options box.

Cross your fingers and hold your mouth the right way and your previous version of Windows will boot up.

Clean Up Vista

Once you are absolutely sure you don’t need any of the old files used when you were using Windows Vista you can delete the Windows.Vista and Program Files.Vista folders in the root of your C: drive to free up a few gigabytes of space on your hard drive.


Article printed from MAXIMUMpcguides – Windows Vista tips, tricks, help, and how-to guides: http://maximumpcguides.com/windows-vista

URL to article: http://maximumpcguides.com/windows-vista/uninstall-windows-vista/

URLs in this post:

[1] The How-To Geek: http://www.howtogeek.com/howto/windows-vista/install-windows-xp-on-your-pre-installed-windows-vista-computer/

[2] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista1.png

[3] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista2.png

[4] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista3.png

[5] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista4.png

[6] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista5.png

[7] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista6.png

[8] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista7.png

[9] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista8.png

[10] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista9.png

[11] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista10.png

[12] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista11.png

[13] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista12.png

[14] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista13.png

[15] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista14.png

[16] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista15.png

[17] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista16.png

[18] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/02/uninstall_vista17.png

Copyright © 2008 MAXIMUMpcguides Windows Vista. All rights reserved.