Back in Windows 8, Hyper-V virtualization technology appeared, previously available only in Microsoft server operating systems. This solution looks better than the Windows Virtual PC virtual machine included in Windows 7. Today I will tell you how to create a virtual machine in Windows using Hyper-V, and also set up the Internet, local network and file sharing in it.

In addition to Coreinfo, you can use Intel's proprietary utility (AMD has a similar one).

You can also look at the virtualization technology support table on your processor manufacturer's website: Intel | AMD.

Enable Hyper-V

Hyper-V is an operating system component that is initially disabled. Advanced users can enable it with one PowerShell command:

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

If you prefer a GUI, press Win + R, enter OptionalFeatures and press Enter.

In the window that opens, select the Hyper-V checkbox.

One way or another, the component will become available after a system reboot. Among the problems with installation in Windows 8 RP, a cyclic reboot due to the fault of the USB 3.0 controller drivers has been noticed so far, which has been resolved on some systems disconnecting USB 3.0 in BIOS.

Creating and configuring a virtual machine

Press Win + R, enter virtmgmt.msc and press Enter to open Hyper-V Manager. From the menu Actions select CreateVirtual machine.

The virtual machine creation wizard is extremely simple, but I will note some points for those who like detailed instructions with pictures. I will skip the network setup step now, since I will analyze this issue in more detail.

Standard location for virtual machines– folder ProgramData, but it can be changed.

If you already have a virtual disk in VHD format, you can connect it. By the way, I did just that, using the disk I had created earlier for Virtual Box.

When you specify an existing VHD, the wizard removes the step where you specify the media for installing the system.

However, you can specify the ISO path later by opening the virtual machine settings in the main Hyper-V Manager window.

Starting a virtual machine and installing Windows on it

Everything here is also simple, but a little unusual for those who have not previously encountered Hyper-V.

In Hyper-V Manager:

  • To start the virtual machine, click “Start”
  • To interact with it, click “Connect” or double-click the machine’s thumbnail

When a bootable Windows ISO image is specified in the machine parameters, you will see the familiar Press any key to boot message on the screen... Then you can handle it yourself, but if you need step by step instructions for installation, they are on OSZone for Windows 7 and Windows 8.

If the operating system on the physical machine is newer than the one installed on the virtual one, it is recommended to update the integration components (thanks, Artem). To do this, connect to the virtual machine in Hyper-V Manager, press Ctrl + I and run setup.exe.

Setting up Internet access and local network

The instructions in this section are only necessary if you are unhappy with the Default Switch introduced in Windows 10 1709, which cannot be removed or renamed. When using Default Switch, if the host is connected to a VPN, the virtual machine also uses the VPN. This is one of the main differences from an external switch, the creation of which I will describe later.

On the menu Actions select Setting up virtual switches. A window will open in which you can create a switch of one of three types. To enable your virtual machine to access the Internet, create external switch.

Now you need to set the name of the switch and select the network adapter if you have more than one. At home I use wireless network, so I chose wifi adapter.

All that remains is to specify the created switch in the network connection parameters of the virtual machine.

Now in installed Windows you will have an Internet connection and local network between physical and virtual machines.

In the picture above you see:

  • on the left is the result of adding a virtual switch to Hyper-V on a physical machine, i.e. network bridge and virtual adapter
  • on the right – Internet access and connection to the local network on the virtual machine

As you can see, setting up the Internet and local network is not so much complicated as it is unusual for users of Microsoft client operating systems.

Sharing files between physical and virtual machines

As you work with a virtual machine, you regularly need to copy files from a physical one to it, or vice versa. I will describe several ways to solve this problem.

Shared network folders

This method works in all editions of Windows 10. Since we have a local network at our disposal, we can use shared folders to share files. In fact, the instructions below boil down to the basics of creating shared folders.

Access from virtual machine to physical machine

A picture is worth a thousand words, as the Americans say.

The figure shows the virtual machine explorer (VIRTUAL-PC), from where the physical machine (VADIK-PC) is accessed. Once you enter your account credentials, access to your profile will be at your disposal.

You may want to create a shared folder located on a physical machine outside of your profile. To do this, it is enough to use standard means providing shared access, but I will explain this process using the example of access to an arbitrary folder of a virtual machine.

Access from physical machine to virtual machine

Let's say there is a folder in the root of the virtual machine disk Shared. Right click on it and select SharingIndividual people(or Specific users in Windows 7).

Now you can open shared folder over the network in Explorer, including by entering an address like \\computer-name\folder-name.

Connecting to a remote desktop of a virtual work machine

In Hyper-V, files cannot be exchanged between a physical and virtual machine by copying and pasting. You can only paste text copied on a physical machine using the keyboard shortcut Ctrl + V. However, once the virtual machine is running, you can connect to it via RDP instead of opening it from Hyper-V Manager. This method works in Pro editions and higher.

Actions on a virtual machine

First you need to enable remote desktop connections on the virtual machine in the system properties. Press Win + R and run:

RUNDLL32.EXE shell32.dll,Control_RunDLL sysdm.cpl,5

Then allow the connection as shown in the picture.

All that remains is to find out the IP address of the virtual machine with the command ipconfig

Actions on a physical machine

Press Win + R and enter mstsc and expand login options.

In the window that opens:

  1. Enter the IP address of the virtual machine (required).
  2. Enter the username you want to use account you will be logged in.
  3. Enable login credentials to be remembered.
  4. Save the connection settings.

You can also set the Display tab to a resolution lower than what is used on the physical machine.

Now you can exchange files between physical and virtual machines using the usual keyboard shortcuts Ctrl + C and Ctrl + V.

Finally, I would like to virtualize a few recommendations from Denis Diaghilev for working with Hyper-V.

Use RDP to connect to virtual machines.

This will not only allow you to share files between the physical and virtual machine by copying and pasting, but will also save system resources that vmconnect consumes when connecting to the virtual machine in Hyper-V Manager or from command line.

If you plan to regularly use RDP to connect to various virtual machines, pin the program to the taskbar. Then the list of cars will be saved in the transition list.

Be careful with your photos

With Hyper-V you can create snapshots of a virtual machine using differential disk technology. However, the logic of the images is almost the opposite of what a person who has never stepped on a rake would expect from it.

Alexander Kosivchenko (MVP for virtualization) described in detail, although somewhat chaotically, the principle of operation of Hyper-V snapshots on Habré.

Use virtual machine import if necessary

Import will be more interesting to IT specialists, but I happened to use this function by accident. After creating the virtual machine, I renamed the drive letter where it was stored, and then Hyper-V Manager lost it.

Looking around in the snap, I saw the import option and instantly restored the machine.

Moreover, I didn’t even suspect that the actions I performed became possible only due to the emergence of a new feature in Hyper-V :)

Hyper-V vs. VirtualBox

While understanding Hyper-V, I involuntarily compared Microsoft solution for a client operating system with Oracle VirtualBox.

From the point of view of typical tasks of home users (testing the system installation, familiarization with it, checking the operation of applications), these solutions are practically no different from each other. But VirtualBox can be used in Windows 10 Home editions, while Hyper-V is not available in them.

VirtualBox doesn't have such strict hardware requirements, and its graphics capabilities are even greater, since it supports 3D hardware acceleration (though I've never used it).

Regarding GUI, then this is purely a matter of taste. Probably, the hypervisor that came from server operating systems looks more ascetic, but the parameters and configuration of virtual machines are generally very similar.

The presence of Hyper-V in Windows will primarily please IT professionals accustomed to this technology. For home users, this is a good opportunity to take advantage of the system’s built-in tools and expand their horizons by joining the server Microsoft technologies.

Survey

I became acquainted with virtual machines in 2004, when I started doing Windows Auto Install. Since then they have become an integral part of my daily work, including testing system settings, programs, etc.

In the comments Tell us what virtualization solution you use and for what purpose!

I would like to thank Denis Diaghilev for his assistance in preparing this material. One of the benefits of the MVP program is exposure to top Microsoft technology talent. This means that you can get competent advice on any issue privately;)

Denis also kindly offered his assistance in facilitating the discussion. Therefore, if you have any technical questions regarding this article, you can count on qualified answers.

I want to specifically emphasize that

Hello friends, in today's article we will connect a Hyper-V virtual machine to our Windows 8 and install it on operating system Windows 7 and Windows 8, we will also answer all questions asked by users. By the way, you can transfer all your physical computer! Several system administrators I know work only on Hyper-V and have even forgotten what a normal operating system is. At the very beginning we publish several of your letters.

Installing Hyper-V

If you have Windows 8 Pro or Windows 8 Enterprise installed on your computer, you can use the Hyper-V virtualization system or in simple words use the virtual machine built into the Windows 8 operating system. It is very easy to use and I have no doubt that you will understand it.

For Hyper-V to work, your processor must support virtualization technology. Before work, be sure to turn on Computer BIOS options:

"Intel Virtualization Technology" for Intel processors or "AMD Virtualization" for AMD processors.

I warn you that Hyper-V is primarily designed and intended for IT professionals and is used on servers.

When working in Hyper-V, you will not be able to use a flash drive, sound card, and WiFi, in this regard it is preferable to use VirtualBox. But I still think that those who read this article know why they need it.

For its operation, the Hyper-V virtual machine makes small requirements:

Windows 8 Pro must be 64 bit.

Availability RAM at least 4GB.

Hyper-V connection

Opening Control Panel

and choose Programs

Programs and components. Turn Windows features on or off

Find the Hyper-V partition and mark it with a checkmark and click OK.

There will be a short search for the required files and a reboot.

After the reboot, go to the Metro interface and left-click on the arrow, then select Hyper-V Manager,

The Hyper-V Setup Wizard appears. Click on the name of our computer, then Create And Virtual machine.

Hyper-V Settings

1) Getting started. This wizard will help you create a virtual machine, click Next.

2) Specify a location. We assign a name to the virtual machine in Latin, for example Windows 7. We indicate the location of the files of the Hyper-V virtual machine, since I don’t have space on drive C:, I will check the box Save the virtual machine in another location and click browse, then specify the drive D: and Next.

3) Specify the generation. I want to install Windows 7 so I will select Generation 1.

4) Allocate memory. My computer has 8GB of RAM, which means I can safely allocate 2GB of RAM for a virtual machine. Check the box "Use for this virtual machine" dynamic memory" and Next.

5) Network setup. We skip this parameter (we’ll set up an Internet connection later) and click Next.

6) Connect the virtual hard disk. Mark the item Create a virtual hard disk. So in the second paragraph Specify location, we indicated the location of the virtual machine files on the D: drive, then by default the virtual machine will offer us to locate the virtual hard disk on the D:\Windows 7\Virtual Hard Disks\ drive.

Friends, the item Size 127 GB does not mean that 127 GB will immediately be “squeezed out” on your D: drive.

Note: A virtual hard disk can be created at the very beginning, that is, before you create a virtual machine, and in this case you can choose which virtual hard disk to create, for example:

Dynamic(grows in volume gradually, according to accumulated data, at first it takes up several megabytes).

Fixed size(immediately requires allocation for the required space; if you create a 120 GB disk, then you must allocate exactly that much space to it).Hard drive fixed size is considered more high-performance.

See the end of the article for more details.

7) Installation parameters. Check the box Install the operating system later. Next.

8) Done

How to set up Internet in Hyper-V

Now let's set up the network. In the main Hyper-V window, click on the Virtual Switch Manager button.

In the window that appears, select what type of virtual switch you want to create. I will select the type - External network. WITH create a virtual switch.

Choose an arbitrary name for the virtual switch. The Wi-Fi network adapter on my computer is from Atheros, so I’ll choose that name. Apply.

Choose Options


A window will open, on the left side of which you can see two sections with different parameters; if you select the parameter you need with the left mouse, then on the right side of the window you can configure it.

Network adapter. In the right part of the window, select our Virtual Switch "Atheros", Apply And OK.

Installation on Hyper-V operating system

Now the actual question is how to install the operating system in a virtual machine. To install a Hyper-V virtual machine, you need to boot it from installation disk Windows 7 located in the drive or for these purposes you need to use an ISO image with Windows.

, then on the right side of the window using the buttons Up And Down We set the virtual machine boot to what we need:

CD- boot from the installation disk or ISO image.

Choose Controller 1 IDE and click on the plus sign, then DVD drive, if you want to boot the virtual machine from a DVD drive, check the Physical CD drive option DVD discs: Next, insert the Windows 7 installation disk into the drive.

Also, to boot a virtual machine and install an ISO image with Windows 7, you can use Windows 7, in this case you need to check the File image item and click the Browse button, in the explorer that opens you need to select the image with Windows 7 and click Open. Apply and OK.

Click Start and the virtual machine starts. Hyper-V is loading from the Windows 7 ISO image. Double-click with the left mouse on the thumbnail of the Hyper-V virtual machine window,

A window will open in which you and I will work. Press any key, otherwise boot from installation Windows disk 7 won't happen. At the top of the window there are virtual machine settings buttons.

Familiar dialog box Windows installer 7. Next, you can install the Windows 7 operating system on the virtual machine. The entire process is described in detail in our article.

So you and I connected a Hyper-V virtual machine to our operating system and installed Windows 8 on it, the Internet is present on the virtual machine. You can install Windows 8 on it in exactly the same way.

How to create a virtual hard disk in Hyper-V

Friends, a virtual hard disk in Hyper-V can be created not only during the process of creating a virtual machine.

In the main window of the virtual machine, select Create -> Hard drive


Selecting the disc format. You can choose a new format hard drive, but please note that it is not supported by earlier operating systems before Windows 8

Select the disk type. You can create a fixed partition disk, which is considered higher performance

We indicate the location of the virtual hard disk if you have little free space on the C: drive, then place the virtual hard disk on the D: drive. Click on the Browse button and select drive D:

Disk setup. If we create not a dynamic expandable virtual disk, but a virtual disk of a fixed partition, then we must specify the exact size of the disk; if we specify the size of 127 GB, then this is exactly how much our virtual disk will occupy on the D: drive. Make sure you have enough free space on your D: drive.

Please note per parameter Copy the contents of the specified physical disk, you can use it if you want to transfer your physical computer along with all the settings to a virtual machine!

The virtual hard disk has been created. When creating a new virtual machine in step Connect a virtual hard disk we can check the box Use an existing virtual hard disk, then click Browse and specify the location of the virtual disk -D:\New virtual hard disk.vhdx

Blue screen when creatingvirtual switch in Hyper-V

Friends, several times I had to deal with the fact that in the new Windows 8.1 operating system in the Hyper-V virtual machine, when creating a virtual switch, the operating system went into blue screen with error:

The problem seems to be caused by the following file: fwpkclnt.sys UNEXPECTED_KERNEL_MODE_TRAP *** STOP: 0x0000007f.

I tried to solve the problem in various ways: reinstalling the virtual machine, restoring system files, removing the antivirus and firewall, updating drivers for all computer components, including network card. Unfortunately, only a change helped network adapter.

We will add the components Hyper-V in Windows 10, consider the option of creating a virtual machine using Hyper-V, and also consider its parameters.

Adding Hyper-V components.

Let's launch "Run" in any of two ways:

  1. Right click on the menu "Start" and choose "Run".(Fig.1)
  2. Press the key combination "Win"+"R".
Fig.1 - Right click "Start" -> "Run".

Enter appwiz.cpl(Fig.2)


Fig.2 - Enter appwiz.cpl

A window will open "Programs and Features". Click on the left "Turn Windows features on or off".(Fig.3)


Fig.3 - Programs and components.

A window will open "Windows components" . Select everything that is in the section Hyper-V.(Fig.4)

Click "OK".

Fig.4 - Selecting Hyper-V components.

We are waiting for the components to be installed - Applying changes, and press "Restart now".(Fig.5)


Fig.5 - Using components, rebooting the system.

On this Adding Components finished. Getting started with Hyper-V

Launching Hyper-V.

On the menu "Start" -> "Means Windows administration" a shortcut appeared "Hyper-V Manager". Let's launch it. (Fig. 6)

Fig.6 - Launch Hyper-V Manager.

Before us is the start window "Hyper-V Manager".(Fig.7)


Fig.7 - Hyper-V Manager start window.

We select our computer on the left, I have this - DESKTOP-9PLBR7Q, a menu will appear on the right "Actions", Click on the item "Virtual Switch Manager".(Fig.8)


Fig.8 - Go to the Virtual Switch Manager.

IN "Virtual Switch Manager" click "Create a virtual switch".(Fig.9)


Fig.9 - Creating a virtual switch.

Enter Name, I have this - Hypernet and note, I have this - Hyper-V network.(Fig.10)

You will also choose Connection type. I chose to connect to External network via my network card - "Realtek PCIe GBE Family Controller". And also checked the checkbox "Allow the managing operating system to provide general access to this network adapter".

Click "Apply".


Fig. 10 - Properties of the virtual switch.

A warning pops up "Pending changes may disrupt network connectivity".(Fig. 11) I assume that this article will be read by beginners, which means they are unlikely to repeat step by step after me, using the involved server, of their enterprise 😀 . Therefore, it’s okay that we may lose our network connection for a while. Click "Yes" and wait "Applying Changes".


Fig. 11 - Warning about a possible network connection failure.

Now having entered "Network connections" -> "Configuring adapter settings". We can see our newly created vEthernet (Hypernet), also adjacent to it is not connected vEthernet (Default Switch) - " Standard Network automatically grants virtual machines access to the computer's network using network address translation ( NAT). NAT We are not interested at the moment. And we will not touch this switch. (Fig. 12)


Fig.12 - Network connections -> Configuring adapter parameters.

This completes the network setup. Let's move on to the most important thing, why the virtualization system was created Hyper-V- WITH creating a virtual machine.

Creating a virtual machine.

Right click on our computer -> "Create" -> "Virtual machine". (Fig.13)


Fig. 13 - Creating a Hyper-V virtual machine.

The “Virtual Machine Creation Wizard” will open (Fig. 14)

  • Click the button "Ready" to create a virtual machine with default settings.
  • Click the button "Next" to create a virtual machine with specific configuration settings.

Fig. 14 - Virtual machine creation wizard.

Specify the name of the virtual machine and its location. (Fig. 15)

I decided to test with Ubuntu Server 18.04.

So this is what I have:

  • Name: ubuntuserver 18.04.
  • Location: E:\hyper-v ubuntu server 18.04\.

Fig.15 - Specify the Name of the virtual machine and its location.

Select the generation of the virtual machine. (Fig. 16)

In most cases it is worth choosing the second generation, but if you are installing something 32-bit something worth choosing - Generation -1.

For me personally Ubuntu Server 18.04 64-bit with support UEFI, therefore I choose - Generation 2.


Fig. 16 - Select the generation of the virtual machine.

We select the amount of RAM. (Fig. 17)

My operating system is enough 1Gb RAM=> I leave the default ones included 1024 Mb. Let's go "Next".


Fig. 17 - Allocating the amount of RAM.

We select which switch our network interface will be connected to. (Fig. 18)

Choose our "Hypernet", let's go "Next".


Fig. 18 - Network setup.

Create a virtual hard disk. (Fig. 19)

We indicate Name,Location and maximum Size virtual file HDD.

I have it like this:

  • Name: ubuntu server 18.04.vhdx.
  • Location: E:\hyper-v ubuntu server 1804\.
  • Size: 10 GB.

Fig. 19 - Creating a virtual hard disk.

Choose ISO image from which we will install the operating system. (Fig. 20)

Select an item "Install operating system from file boot image" -> Click "Review"-> Choose iso image. -> Click "Next".


Fig.20 - Selecting an OS image.

Completing the virtual machine creation wizard (Fig. 21)

Click "Ready".


Fig.21 - Completing the virtual machine creation wizard.

Now in Hyper-V Manager we see a newly created virtual machine - ubuntu server 1804. (Fig.22)

Right-click on it -> "Connect".


Fig.22 - Hyper-V Manager, New virtual machine.

A window will appear (Fig. 23)

If you want to install the system Windows then when you press the button "Start" The installation should start without any errors.

But in order to start Ubuntu Server 18.04 I had to "File" - > "Options"->"Safety" disable "Secure Boot".(Fig.24)


Fig.23 - Connecting to a virtual machine.
Fig.24 - Disable Secure Boot.

Turn on the virtual machine. (Fig. 25)


Fig.25 - Turn on the virtual machine.

Everything is fine, the virtual machine started. The installer meets us Ubuntu Server 18.04.(Fig.26)


Fig.26 - Running virtual machine. Ubuntu Server 18.04 installer.

Changing virtual machine settings.

Let's take a short overview of the virtual machine parameters so that you can see the main functions before you decide to use the virtualization system Hyper-V.

"File" - > "Options".(Fig.27) Fig.27 - Go to "File" -> "Options"

Equipment.

"Firmware"- you can change the boot priority of devices in the virtual machine. (Fig. 28)


Fig.28 - Selecting boot priority.

"Safety"- Can "Enable/Disable secure boot", "Enable/Disable encryption support".(Fig.29)

Fig.29 - Virtual machine security settings.

"Memory"- you can edit the amount allocated RAM, Enable/Disable function Dynamic memory.(Fig.30)


Fig.30 - RAM parameters.

"CPU"- you can edit the number of virtual processors in accordance with the number of processors on the physical computer. (Fig. 31)

You can also distribute the load across "Resource Management".


"SCSI controller" you can add Hard drive,DVD drive or Shared drive.(Fig.32)


Fig.32 - SCSI controller parameters.

You can also change parameters of connected media, for example here we can change inserted into virtual DVD drive ISO image (Fig. 33)


Fig.33 - Media parameters.

"Network adapter" you can change the configuration network adapter: Choose Virtual switch, register VLAN ID, configure Bandwidth.(Fig.34)


Fig.34 - Network parameters.

Control.

"Name"- you can easily change the virtual machine to one more convenient for your use. (Fig. 35)


Fig.35 - Changing the name.

"Integration Services"- Selecting the services that you want to make available to the virtual machine. .(Fig.36)


Fig.36 - Integration services.

"Checkpoints"- Here you can configure Checkpoints( snapshot, recovery points), enable automatic creation mode and designate their storage location. (Fig. 37)


Fig.37 - Control points.

"Smart Padding File Location"- You can specify the path to the swap file.(Fig.38)

Smart Padding- a function that makes it possible, if there is insufficient memory to boot a virtual machine, to use the swap file on the host.


Fig.38 - Smart Padding file location.

"Automatic startup actions"- You can select the operation that you want to perform with this virtual machine when starting the physical computer. (Fig. 39)

Some time ago we wrote about autostart of VMware vSphere and Citrix XenServer virtual machines, but Microsoft Hyper-V administrators also encounter this problem. Just like on the vSphere platform, Hyper-V has settings to control the behavior of virtual machines when the host server is turned on and off.

So, if you open the virtual machine settings in Hyper-V, you will see an item like Automatic Start Action, where the settings for the behavior of the VM when the host starts are actually set:

There are three options for how the machine behaves when starting the Hyper-V host:

  • Nothing - By default, the virtual machine does not start when the host server starts.
  • Automatically Start If It Was Running When The Service Stopped - This option is useful when testing various applications in the VM (which, for example, can reboot the host) and the presence of machines that do not always turn on, but as needed. If you select this item, the virtual machine will be launched only if it was running when the host was shut down or rebooted.
  • Start This Virtual Machine Automatically - This option is best used for productive virtual machines. It will allow you to start the virtual machine when the host starts in any case. There is also an option to delay before starting the VM, which will allow you to configure the order in which dependent services are launched (for example, we start the Active Directory controller without a delay, then Microsoft database SQL, and after a while we launch the application server and web server). In addition, this option will prevent all machines from creating a load on the storage subsystem at the same time, distributing it over time.

In addition to autostart of virtual machines, you can also configure Automatic Stop Action- action performed when the Hyper-V host server is shut down. This is also in the properties of the virtual machine:

There are also 3 behavior options here:

  • Save The Virtual Machine State- this option allows you to minimize the downtime of the virtual machine in the event of a host shutdown. If a scheduled shutdown occurs, the virtual machine's memory will be saved to disk, after which the machine will be suspended. When you turn on the virtual machine, its memory will be restored, and it will continue to function as if nothing had happened (though not in all cases). This saves the time required to load and initialize guest OS services. However, if the amount of RAM required by a VM is large, the time it takes to unload it to and from disk can also take a significant amount of time. This option is enabled by default.
  • Turn Off The Virtual Machine- this option will “hard” shut down the virtual machine (analogous to a sudden power outage). In this case, nothing will be saved, plus there are no guarantees of data consistency inside the VM (and as a result, there are no guarantees that it will load at all). But this happens the fastest, so it is convenient when using a test environment, where data safety is not so important, and everything needs to be done quickly. In addition, such a shutdown is guaranteed to occur, unlike the next or previous points.
  • Shutdown The Guest Operating System- in this case, a graceful shutdown procedure is initiated in the guest OS. The system state will also not be saved, but most likely the system state will be consistent, since read-write operations will be completed correctly. If this option is used, then you need to configure the system boot order in the previous paragraph (autostart) accordingly, since it takes time to initialize the OS and services when starting virtual machines.

Here we must not forget that if you have selected the “Save The Virtual Machine State” option, then you will need significant disk space for the .BIN files in which the virtual machine memory is located (the sum of the VM memory with this setting).

When creating instructions for installation and configuration hypervisor, the hypervisor itself, installed on real hardware, was tested. I was helped to configure it and the control computer by a cmd script that I wrote in 2014 and was accidentally discovered in the depths of my file dump after its general cleaning.
The script was slightly tweaked and tested again. The only thing I couldn’t achieve was executing the color restoration command in the cmd console at the end of the script, which can be restored manually in the console properties.
I got the idea for writing the script on the website ru.intel.com and, unfortunately, the link to that page no longer exists.
This cmd script configures in automatic mode hypervisor and control computer for remote control hyper v server 2012 using remote control tools, in particular using hyper-v manager, on Windows 7, Windows 8 and Windows 8.1

Detailed and straightforward instructions for installing and initially configuring a hypervisor are written on this page: installation and configuration of hyper - v server 2012 bare metal

We have:
Computer(hardware) with installed and updated hyper-v 2012
Guest OS(vmware) with installed, Russian-language OS windows 7x64, windows 8x64, windows 8.1x64

The conditions are simple:
- Run the script on the control computer with administrator rights
- The firewall must be enabled on the management computer
- The control computer must have Russian language installed Windows system 7x64, Windows 8x64 or Windows 8.1x64 (I haven’t tried it on x86 systems, but it might work on them)
- UAC and antivirus must be temporarily disabled on the control computer so as not to block installation scripts
- Remote server administration tools must be installed on the control computer, in particular rsat hyper-v
- The network must be running on the hypervisor and the control computer
- The hypervisor and the control computer must be in the same workgroup
- Newly created hypervisor and computer accounts, and passwords for them, must be the same

Even simpler:
On the computer: firewall enabled + script running as admin + Russian Windows 7x64, 8x64 or 8.1x64 + disable UAC and antivirus + installed rsat hyper - v
On a computer + hypervisor: one working group workgroup+ the same admin account Ivanov and password GUGlplay307

If you do not have remote server administration tools installed, download them from the links below:
For Windows 7x64: https://www.microsoft.com/ru-RU/download/details.aspx?id=7887
For Windows 8x64: https://www.microsoft.com/ru-ru/download/details.aspx?id=28972
For Windows 8.1x64: https://www.microsoft.com/ru-ru/download/details.aspx?id=39296

Download the archive with the script config_server_client_hyper-v_2012.zip on the page pantry in section scripts and programs: script for automatic configuration of the hypervisor and control computer
Before unpacking the archive, you must unlock it by right-clicking on it and selecting properties.

Archive contents:
Windows7x64 and Windows8x64 folders intended for different versions OS
Each folder contains files:
- firewall_hyperv_client_rus.cmd and hvremote.wsf for configuring the control computer
Each folder contains a folder:
- shared disk containing files: firewall_hyperv_server_rus.cmd (configures the hypervisor)
hvremote.wsf (configures the hypervisor), INSTALL.CAB (contains the program total commander, downloaded from offsite)
Corefig folder containing powershell scripts (hypervisor management)

First, let's configure the hypervisor (some examples and descriptions of settings)

If you have Windows 7x64 installed (this is also true for Windows 8x64), then on the control computer:
- copy the file firewall_hyperv_client_rus.cmd from the root of the Windows7x64 folder to your desktop
- to drive "C", copy the file hvremote.wsf from the root of the Windows7x64 folder
In case of using "balls":
- share any folder (I shared the disk)
- copy the contents of the Shared disk folder, which is located in the Windows7x64 folder, into the “share”, except text file attention.txt
If using a flash drive:
- copy the firewall_hyperv_server_rus.cmd file to the USB flash drive, located in the Shared disk folder, which is located in the Windows7x64 folder
the rest, except for the files attention.txt and firewall_hyperv_server_rus.cmd, is copied to the “share”

If everything is copied to the “share”, then on the command line of the hypervisor we write (indicate your data):
net use R: \\192.168.1.3\E/user:control_computer\account_name password && cd /d R C:\ && cd /d C:\ && firewall_hyperv_server_rus.cmd Here we: connect the shared drive “E” as drive “R” && go to drive "R" && && go to drive "C" &&

If it happens that you have the “share” somewhere there, and the flash drive is here, then we stick it into the hypervisor and write in the command line of the hypervisor:
diskpart
list volume We display a list of disk volumes, among which our flash drive is located (screenshot below)

Cd/d I:\ && xcopy firewall_hyperv_server_rus.cmd C:\ && cd /d C:\ && firewall_hyperv_server_rus.cmd Enter your details. Go to disk "I" (our flash drive) && copy the file firewall_hyperv_server_rus.cmd to drive “C” of the hypervisor && go to drive "C" && run the file firewall_hyperv_server_rus.cmd

Each command is separated from the other by symbols && , saying: “if the previous command completed successfully, then execute the next one” and therefore, if something went wrong, execute them one by one.

During script execution, windows will appear asking you to specify network settings hypervisor, control computer and account details. Follow these simple instructions exactly as they are written.
A little about passwords for hypervisor accounts. Its requirements are high, and you only need to specify it once... Don’t bother, just enter something similar: GUGLplayer307

After executing all the commands, the script will “ask” to restart the hypervisor, so reboot.
In the future, to open total commander, you need to go to the "tc" directory and run the program cd c:\tc && totalcmd.exe
To run the corefig utility, you need to go to the "corefig" directory and use cscript run the utility cd c:\corefig && cscript start_corefig.wsf
or cd c:\corefig && powershell .\corefig.ps1



Now let's configure the control computer (some examples and descriptions of settings)

We run the firewall_hyperv_client_rus.cmd script as an administrator, which is located on the desktop of the control computer and follow the instructions.

Briefly:
The script includes hyper-v remote control tools
Temporarily activates the built-in "administrator" account (Windows 8x64 and higher) to run commands as it
Configures the hosts file
Creates another script and copies it to the path c:\users\public
Adds a key to the registry with a link to the newly created script
Creates a new administrator account to manage the hypervisor
Verifies an account by displaying information about it
Removes executed lines of code from its body and creates a new script to run later
Reboots the computer for subsequent login with a new account
Configures the "component service"
Adds the hypervisor to the list of trusted hosts to allow connections to it and tests the configuration
Adds the necessary rules to the windows firewall
Tests access to the hypervisor
Configures the management computer to remotely manage the hypervisor
Deactivates the built-in "administrator" account (Windows 8x64 and higher), removes scripts from the computer and a link from the registry



To avoid errors, I note that after rebooting, do not forget to change the keyboard layout from Russian to English.
Don't forget that after reboot windows 8x64, you will need to provide a password abc in the black window that appears on the desktop after you log in and click enter. The password is not displayed when you enter it.
mmc, for Windows 7x64 OS.



The two screenshots below show: the hyper-v manager connected to the hypervisor and the necessary snap-ins added to the console mmc, for Windows 8x64 OS.



That's all. Next time we let's set it up network using the hyper-v manager, create virtual machines and connect them, install and configure the domain and other servers and services.


Close