About
This is a neat little tool I quickly threw together. It’s a user-friendly graphical front-end for the Windows diskpart tool — inspect and manage disks, partitions, and volumes without memorizing commands.
I often make bootable flash drives for installing stuff, and when I try to format them, not all the space gets freed, so I have to use DiskPart to clean the entire disk and reformat it. I always forget the commands, so I thought I could make a nice UI app to make things easier.
GitHub Repo: DiskPartUI
I used CliWrap to call the command line. I already made a blog post about that here if you are interested.
I used the .NET MAUI Blazor Hybrid because I wanted to test out this MAUI + Blazor combo.
Every operation becomes visible diskpart commands you review before running. Read-only queries run immediately; anything that changes a disk is queued into an editable script and executed only after you confirm.
Note: diskpart operates on raw disks. clean, delete, and format permanently erase data — there is no undo. Always confirm the selected disk. Use at your own risk.





