Difference between revisions of "Winxp"

From Bashlinux
Jump to: navigation, search
Line 1: Line 1:
 
__NOTITLE__
 
__NOTITLE__
  +
__NOTOC__
  +
 
= Windows XP =
 
= Windows XP =
 
== How to recover Boot Sector ==
 
== How to recover Boot Sector ==
Line 6: Line 8:
   
 
In the recovery console, type the number of the partition with the windows installation, usually
 
In the recovery console, type the number of the partition with the windows installation, usually
 
<pre><nowiki>
 
 
1: C:\\WINDOWS
 
1: C:\\WINDOWS
</nowiki></pre>
 
   
 
Then run the following commands:
 
Then run the following commands:
 
> fixmbr
 
 
> fixboot
<pre><nowiki>
 
 
> exit
> fixmbr
 
> fixboot
 
> exit
 
</nowiki></pre>
 
   
 
Now windows will restart and boot directly into Windows XP.
 
Now windows will restart and boot directly into Windows XP.
   
 
{{Importantbox | Important | To make this happen, you must ensure the ''Administrator'' account has non-empty password }}
 
<pre><nowiki>#!wiki important
 
'''Important'''
 
 
To make this happen, you must ensure the ''Administrator'' account has non-empty password
 
</nowiki></pre>
 
 
   
 
== Defrag tools ==
 
== Defrag tools ==

Revision as of 02:36, 3 June 2015

__NOTITLE__


Windows XP

How to recover Boot Sector

Some times there is some people that just want to get rid of Linux from their computers, so the first thing to do in order to prevent system won't boot any more is ensure that windows boots again. To do this is necessary the Windows XP installation disk, boot the system with it in the CD tray and then press "r" when prompted in order to go to the "Recovery Console"

In the recovery console, type the number of the partition with the windows installation, usually

1: C:\\WINDOWS

Then run the following commands:

> fixmbr
> fixboot
> exit

Now windows will restart and boot directly into Windows XP.

Warning Important
To make this happen, you must ensure the Administrator account has non-empty password

Defrag tools