DiskPart UI App

DiskPartUI

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

The following GDPR rules must be read and accepted:
This form collects your name, email and content so that we can keep track of the comments placed on the website. For more info check our privacy policy where you will get more info on where, how and why we store your data.