
Using Disk Management:
- Press the Windows key + X and select Disk Management.
- Right-click the drive you want to partition (e.g., C:).
- Select “Shrink Volume” to create unallocated space.
- Enter the amount of space to shrink (in MB).
- Right-click the unallocated space and select “New Simple Volume.”
- Follow the wizard to create a new partition.
Using Disk part:
- Open Command Prompt as Administrator.
- Type diskpart and press Enter.
- Type list disk to see available disks.
- Select the disk you want to partition (e.g., select disk 0).
- Type list volume to see existing volumes.
- Shrink the volume (e.g., shrink desired=10000 for 10 GB).
- Create a new partition (e.g., create partition primary).
Tips:
Consider using third-party partitioning tools for more advanced features.
Back up your data before partitioning.
Be cautious when deleting partitions, as this will erase data.