computer tips

  • How to Convert a VirtualBox VDI Virtual Disk to a VMware VMDK File

    If you are using Oracle VirtualBox for your virtualization platform and would like to move your virtual machines over to VMware Workstation, you can convert the disk file from a VDI format to a VMDK format. Then you can attach the VMDK disk file to a new VM in VMware Workstation and run it there. Here is the command from…

    Read More »
  • How to Convert a VMware VMDK Disk File to a Hyper-V VHDX Disk File

    If you have a virtual machine running in VMware Workstation that you want to convert to run in Microsoft Hyper-V, then it’s an easy process to convert a VMDK file to a VHDX file using a free tool called QEMU disk image utility. Here is the sample command from the video. qemu-img.exe convert source.img -O vhdx -o subformat=dynamic dest.vhdx qemu-img.exe…

    Read More »
  • How to Convert a Hyper-V VHD or VHDX Disk File to a VMware VMDK File

    If you have a virtual machine in Microsoft Hyper-V that you want to use in VMware Workstation, you can easily convert a VHD or VHDX disk file to a VMDK disk file. Then you can create a VM in VMware and use this converted Hyper-V VHDX disk for your new virtual machine. Here are the sample commands from the video.…

    Read More »
  • Use “msg” Command On Any Windows Version | Fix “msg” Command Error

    “msg” Command Comes With Windows Professional Version But In This Video I Have Shown You How You Can Fix Or Use “msg” Command On Any Windows Version. This Method Is 100% Working. MSG File Link – ——- Tags ——- msg command msg command Windows Windows Professional Windows versions Windows commands Command prompt Fix msg command Use msg command Windows tips…

    Read More »
Back to top button