Para desinstalar Tails de una memoria USB y usarla para otra cosa, la debes resetear.
The content of the USB stick is lost in the operation, but an attacker might still be able to tell that Tails was installed on that USB stick using data recovery techniques.
Podrías sobreescribir cualquier disco de tu ordenador.
Si no estás seguro del dispositivo a elegir, mejor para.
Erase Tails from the USB stick
First, erase Tails from the USB stick:
Asegúrate de que el dispositivo USB que quieres resetear está desconectado.
Open the Start () menu.
Choose Windows System ▸ Command Prompt.
Execute the following command to start the Diskpart utility.
diskpart
Ejecuta el comando siguiente para obtener información acerca de los discos en la computadora.
list disk
Por ejemplo:
Diskpart> list disk Núm Disco Estado Tamaño Disp Din Gpt ---------- ---------- ------- ------- --- --- Disco 0 En línea 80 GB 0 B
Plug in the USB stick that you want to reset.
Run the same command again.
list disk
A new disk, which corresponds to the USB stick that you plugged in, appears in the list.
Por ejemplo:
Diskpart> list disk Núm Disco Estado Tamaño Disp Din Gpt ---------- ---------- ------- ------- --- --- Disco 0 En línea 80 GB 0 B Disco 1 En línea 8 GB 0 B
Asegúrate que su tamaño corresponde al tamaño de la memoria USB que quieres reiniciar. Anota su número de disco.
In this example, the disk number of the USB stick is 1. Yours might be different.
Execute the following command to select the USB stick. Replace number with the disk number found in step 7.
select disk=número
Ejecuta el comando siguiente para borrar la tabla de partición de la memoria USB.
clean
Create a new partition on the USB stick
Then, create a new partition on the USB stick:
Ejecuta el comando siguiente para crear una nueva tabla de partición en la memoria USB.
convert mbr
Ejecuta el comando siguiente para crear una nueva partición primaria en la memoria USB.
create partition primary
Unplug the USB stick.
Plug the USB stick again.
A dialog appears to format the disk before using it.
Click on the Format disk button.
In the Format USB Drive dialog, review the settings and click Start.
After the formatting is complete, the USB stick should appear as a new drive in the files browser.
Otherwise, try unplugging and plugging it again.