File Sharing between Hyper-V Host and Guest

bardimin pic

Written by Bardimin

On July 24, 2022
Home » Blogs » Windows » File Sharing between Hyper-V Host and Guest

You can share files between hosts and guests on Hyper-V in the following ways.

Hyper-V is a Microsoft hardware virtualization that allows you to create and run software versions of computers, called virtual machines. Each acts like a full-fledged computer, running the and programs.

How to create a (VM) on Hyper-V you can see in another Bardimin article, Creating a Virtual Machine In Windows 10 Without Applications.

In this article, Bardimin will discuss some ways to share files you might do between Host and on Hyper-V.

Sharing devices and local resources between Host and Guest on Hyper-V

  1. Open Hyper-V Manager and click “Hyper-V Settings“.
hyper v setting
  1. Make sure “Enhanced Session Mode Policy” on the and “Enhanced Session Mode” on the User have been activated.
hyper v enhanced session mode

If your Hyper-V host is running 11, 10, or Windows 8.1, Enhanced Session Mode is enabled by default. But if running Windows 2016 or Windows Server 2012 R2, do this first.

  1. Enable the “Hyper-V Service Interface“. You can activate it by right-clicking on the Virtual Machine and selecting “Settings“. Then on “Integration Services“, check “Guest service“.
hyper v guest service

The Hyper-V Guest Service Interface provides a Hyper-V host interface for copying files to or from a virtual machine.

  1. Then run the Virtual Machine that you have created.
  2. Next click “Show Options” on the pop-up window.
hyper v show option
  1. And then select the “Local Resources” tab and click the “More” button.
hyper v more
  1. Next, in the “Local devices and resources” window, select the device you want to share by checking it.
hyper v device
  1. Now, you can access the device through File Explorer on the Virtual Machine.

Edit VMConnect Settings

You can distort the connection settings- by checking the “Save my settings…”. If you check this option, the connection settings option will no longer appear if you are running a Virtual Machine.

hyper v save setting

To change the VMConnect connection settings, you can do it through the .

VMConnect.exe <ServerName> <VMName> /edit

Latest Articles

How to Know When Your Password Was Last Changed on Windows

How to Know When Your Password Was Last Changed on Windows

One easy method to ensure the security of user accounts is to enforce policies that require periodic password changes. One way to prompt users to change their passwords is to notify them when their passwords are about to expire. While it may not always be necessary,...

17 Tips and Tricks for Customizing Windows via Registry

17 Tips and Tricks for Customizing Windows via Registry

Before you edit or modify the Windows registry, back up from that registry. Fatal errors in changing the registry can cause the operating system to not run normally. In some cases, registry damage can only be repaired by reinstalling the operating system and resulting...

Portable BloatyNosy 0.80 – Debloat and Customize Windows 11

Portable BloatyNosy 0.80 – Debloat and Customize Windows 11

BloatyNosy is a free app that lets you remove the built-in junk apps in Windows that improve your Windows performance. The application is available in portable and installer versions. If you are looking for a free Debloat tool, then you might need to try BloatyNosy...

The sequence of Windows boot processes from zero to ready

The sequence of Windows boot processes from zero to ready

Have you ever wondered how exactly the Windows boot process happens? What processes happen in the background when you press the power button until Windows is ready for you? If yes, then you are in the right place. In this article, Bardimin will explain how all these...

Redirect and Block URLs with HOSTS File on Windows

Redirect and Block URLs with HOSTS File on Windows

Redirect and Block URLs you can easily on Windows. Just by adding the IP of a website, you can redirect or block it. Of course, this is very useful to limit the access of your employees or children from accessing websites that you do not allow. Your Windows PC has...