HOW To perform A disk part in Windows by AOP3D

HOW To perform A disk part in Windows by AOP3D

aop3d tech

Windows DiskPart Utility Guide

⚠️ CAUTION: DiskPart is a powerful tool. Ensure you have a backup of your data before proceeding.

01

Open Command Prompt by typing "cmd" in the Windows search bar and selecting Run as Administrator.

02

Type diskpart and press Enter to launch the utility.

Common DiskPart Commands
DISKPART> list disk # Shows all available drives
DISKPART> select disk [n] # Selects the specific drive
DISKPART> create partition primary size=n # Creates a new partition
DISKPART> format fs=ntfs quick # Formats the partition
DISKPART> exit # Safely closes the utility
Back to blog