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.

You might overwrite any hard disk on the computer.

If at some point you are not sure about which device to choose, stop proceeding.

Erase Tails from the USB stick

First, erase Tails from the USB stick:

  1. Asegúrate de que el dispositivo USB que quieres resetear está desconectado.

  2. Open the Start () menu.

  3. Choose Windows System ▸ Command Prompt.

  4. Execute the following command to start the Diskpart utility.

    diskpart

  5. Ejecuta el comando siguiente para obtener información acerca de los discos en la computadora.

    list disk

    Por ejemplo:

    Diskpart> list disk
    
      Disk ###  Status      Size     Free     Dyn  Gpt
      --------  ----------  -------  -------  ---  ---
      Disk 0    Online        80 GB      0 B
    
  6. Plug in the USB stick that you want to reset.

  7. 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
    
       Disk ###  Status      Size     Free     Dyn  Gpt
       --------  ----------  -------  -------  ---  ---
       Disk 0    Online        80 GB      0 B
       Disk 1    Online         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.

  8. Execute the following command to select the USB stick. Replace number with the disk number found in step 7.

    select disk=número

  9. 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:

  1. Ejecuta el comando siguiente para crear una nueva tabla de partición en la memoria USB.

    convert mbr

  2. Ejecuta el comando siguiente para crear una nueva partición primaria en la memoria USB.

    create partition primary

  3. Unplug the USB stick.

  4. Plug the USB stick again.

  5. A dialog appears to format the disk before using it.

    You need to format the disk before you can use it. Do you want to format it?

  6. Click on the Format disk button.

  7. In the Format USB Drive dialog, review the settings and click Start.

  8. 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.

Solución de problemas