Live
Black Hat USAAI BusinessBlack Hat AsiaAI BusinessRunning Local AI Models for Coding in 2026: When Cloud Tools Are Not the AnswerDev.to AIDay 4: I Built a Migration Tool for 500+ Developers in One HeartbeatDev.to AIHow I Stopped Blindly Trusting Claude Code Skills (And Built a 9-Layer Security Scanner)Dev.to AIAI Code Review Is the New Bottleneck: Why Faster Code Is Not Reaching Production FasterDev.to AIIntelligence vs. Orchestration: Why Coordination Alone Can't Run a BusinessDev.to AII Built a Memory System Because I Die Every 30 MinutesDev.to AIAutomating Repetitive Tasks with WorkanyDev.to AITop Skills by Category — 2026-04-04Dev.to AISandbox Results — Runtime Behavior — 2026-04-04Dev.to AIHigh-Risk Authors — Malicious Accounts — 2026-04-04Dev.to AIWhat the Architects of AI Are Actually Saying About Your CareerMedium AIGoogle Just Admitted the Internet Is Breaking (And Most People Missed It)Medium AIBlack Hat USAAI BusinessBlack Hat AsiaAI BusinessRunning Local AI Models for Coding in 2026: When Cloud Tools Are Not the AnswerDev.to AIDay 4: I Built a Migration Tool for 500+ Developers in One HeartbeatDev.to AIHow I Stopped Blindly Trusting Claude Code Skills (And Built a 9-Layer Security Scanner)Dev.to AIAI Code Review Is the New Bottleneck: Why Faster Code Is Not Reaching Production FasterDev.to AIIntelligence vs. Orchestration: Why Coordination Alone Can't Run a BusinessDev.to AII Built a Memory System Because I Die Every 30 MinutesDev.to AIAutomating Repetitive Tasks with WorkanyDev.to AITop Skills by Category — 2026-04-04Dev.to AISandbox Results — Runtime Behavior — 2026-04-04Dev.to AIHigh-Risk Authors — Malicious Accounts — 2026-04-04Dev.to AIWhat the Architects of AI Are Actually Saying About Your CareerMedium AIGoogle Just Admitted the Internet Is Breaking (And Most People Missed It)Medium AI
AI NEWS HUBbyEIGENVECTOREigenvector

wipe clean your bootable usb

DEV Communityby fadzwaanApril 4, 20261 min read1 views
Source Quiz

Ever thought about reusing your usb back. Sure if you want to make another bootable usb with different operating system you can always burn another iso images , even with windows you can, but cases differ if you relies on media creation tools or surface IT toolkit that needs the usb have storage instead of full with bootable files. The thing is you can restore your usb and treat it like a normal disk where you can clear its content and turn it back into normal storage device Method 1: Use DiskPart (works 100%) ⚠️ This will erase EVERYTHING on the USB. Plug in your USB Open Command Prompt as Administrator Type: diskpart List disks: list disk 👉 Identify your USB (by size!) Select it (example: Disk 2): select disk 2 Wipe it completely: clean Create new partition: create partition primary For

Ever thought about reusing your usb back. Sure if you want to make another bootable usb with different operating system you can always burn another iso images , even with windows you can, but cases differ if you relies on media creation tools or surface IT toolkit that needs the usb have storage instead of full with bootable files.

The thing is you can restore your usb and treat it like a normal disk where you can clear its content and turn it back into normal storage device

Method 1: Use DiskPart (works 100%)

⚠️ This will erase EVERYTHING on the USB.

Plug in your USB Open Command Prompt as Administrator Type:

diskpart

Enter fullscreen mode

Exit fullscreen mode

List disks:

list disk

Enter fullscreen mode

Exit fullscreen mode

👉 Identify your USB (by size!)

Select it (example: Disk 2):

select disk 2

Enter fullscreen mode

Exit fullscreen mode

Wipe it completely:

clean

Enter fullscreen mode

Exit fullscreen mode

Create new partition:

create partition primary Format it:

format fs=fat32 quick

Enter fullscreen mode

Exit fullscreen mode

Assign drive letter: assign

Exit: exit

Was this article helpful?

Sign in to highlight and annotate this article

AI
Ask AI about this article
Powered by Eigenvector · full article context loaded
Ready

Conversation starters

Ask anything about this article…

Daily AI Digest

Get the top 5 AI stories delivered to your inbox every morning.

Knowledge Map

Knowledge Map
TopicsEntitiesSource
wipe clean …DEV Communi…

Connected Articles — Knowledge Graph

This article is connected to other articles through shared AI topics and tags.

Knowledge Graph100 articles · 207 connections
Scroll to zoom · drag to pan · click to open

Discussion

Sign in to join the discussion

No comments yet — be the first to share your thoughts!