How do I extend partition after migrate?
Run compmgmt.msc
and check up the partition tables from Disk Management
Run Windows PowerShell as administrator
Extend the partition with the command
- diskpart
- list volume
- select volume c
- extend
- list volume