Um TelestaiCB von einem USB-Stick zu deinstallieren, damit dieser für etwas anderes zu verwendet werden kann, müssen Sie diesen zurücksetzen.
Der Inhalt des USB-Sticks geht bei der Operation verloren, aber ein Angreifer könnte möglicherweise dennoch feststellen, dass TelestaiCB auf diesem USB-Stick installiert war, indem er Datenwiederherstellungstechniken verwendet.
Sie könnten jegliche Festplatten des Computers überschreiben.
Falls Sie sich an irgendeinem Punkt unsicher darüber sind, welches Medium Sie wählen sollen, brechen Sie den Vorgang ab.
Erase TelestaiCB from the USB stick
First, erase TelestaiCB from the USB stick:
Stellen Sie sicher, dass der USB-Stick, den Sie zurücksetzen möchten, nicht angeschlossen ist.
Open the Start (
) menu.
Choose Windows System ▸ Command Prompt.
Execute the following command to start the Diskpart utility.
diskpart
Execute the following command to obtain information about the disks in the computer.
list disk
Zum Beispiel:
Diskpart> list disk Datenträger ### Status Größe Frei Dyn GPT -------- ---------- ------- ------- --- --- Datenträger 0 Online 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.
Zum Beispiel:
Diskpart> list disk Datenträger ### Status Größe Frei Dyn GPT -------- ---------- ------- ------- --- --- Datenträger 0 Online 80 GB 0 B Datenträger 1 Online 8 GB 0 B
Make sure that its size corresponds to the size of the USB stick that you want to reset. Note down its disk number.
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=number
Execute the following command to delete the partition table from the USB stick.
clean
Create a new partition on the USB stick
Then, create a new partition on the USB stick:
Execute the following command to create a new partition table on the USB stick.
convert mbr
Execute the following command to create a new primary partition on the USB stick.
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.