Como remover uma instalação do Windows se você tiver dois no seu computador? [duplicado]

0

Eu tenho dois sistemas operacionais Windows instalados no meu computador. Um é o Windows 7 ou o Vista e o outro é o Windows 10.

Eu quero manter o Windows 10 e remover o outro. Como faço isso?

    
por zing 25.09.2015 / 15:28

2 respostas

1

Dê uma olhada em Como remover uma segunda instalação de um sistema operacional Windows de uma partição :

Quando você determinar que existe uma segunda pasta do Windows no  mesma partição que a pasta Windows "em funcionamento", siga estas etapas para  remova a pasta da partição e remova a inicialização  seleção ao iniciar seu computador.

Start the Windows operating system that you want to keep.

To determine the Windows folder that you want to keep, click Start, click Run, type %windir%, and then click OK. Remember the folder that is opened. For example, the folder may be C:\Windows.

Note This is your "working" Windows folder. Do not delete or remove this folder from the partition. In Windows Explorer, find the Windows folder that you want to remove.

Important: Make sure that this folder is not the folder that you identified as your "working" Windows folder in step 2.

Right-click the Windows folder that you want to remove, and then click Delete.

Click Yes to confirm the deletion of the folder.

Click Start, right-click My Computer, and then click Properties.

On the Advanced tab, under Startup and Recovery, click Settings.

The Startup and Recovery dialog box appears. Under System startup, click Edit to modify the Boot.ini file.

The Boot.ini file opens in Notepad and looks similar to the following:
[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="Microsoft Windows XP Professional" 
 /fastdetect
 multi(0)disk(0)rdisk(0)partition(1)\WINDOWS.0="Microsoft Windows XP Home" 
 /fastdetect

On the File menu in Notepad, click Save As, and then save a backup copy of the Boot.ini file that is named Boot.old.

On the File menu, click Exit to close the backup copy of the Boot.ini file.

In the Startup and Recovery dialog box, under System startup, click Edit to reopen the Boot.ini file.

In the [boot loader] section of the Boot.ini file, identify and then delete the line of text for the Windows operating system that you want to remove. For example, if the Windows folder that you removed in step 4 was for the Microsoft Windows XP Home Edition operating system, remove the following line of text from the Boot.ini file:

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS.0="Microsoft Windows XP Home" 
/fastdetect

On the File menu, click Save to save your changes to the Boot.ini file.

On the File menu, click Exit to close the Boot.ini file.

Click OK to close the Startup and Recovery dialog box.

Restart your computer.

    
por 25.09.2015 / 16:03
1

Digite msconfig no prompt de comando e clique na guia boot . Exclua o sistema operacional que você não deseja. Certifique-se de que é o correto, no entanto.

    
por 25.09.2015 / 16:06