How to increase the disk size of VM in VirtualBox

VBoxManage modifyhd YOUR_HARD_DISK.vdi --resize <SIZE IN MB, example 50000 for 50Gb>

If VBoxManage returns "Command not found", set PATH to Oracle VM location or run command from the directory itself

Directory Location:C:\Program Files\Oracle\VirtualBox
460Windows