×

注意!页面内容来自https://www.tenforums.com/tutorials/2087-hyper-v-virtualization-setup-use-windows-10-a.html,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

Hyper-V virtualization - Setup and Use in Windows 10  

Page 1 of 47 12311 ... LastLast
    Hyper-V virtualization - Setup and Use in Windows 10

    Hyper-V virtualization - Setup and Use in Windows 10

    How to Setup and Use Hyper-V in Windows 10 for OS Virtualization
    Published by Category: Virtualization
    01 Sep 2021
    Designer Media Ltd

    How to Setup and Use Hyper-V in Windows 10 for OS Virtualization


    information   Information
    Windows 10 ProEducation and Enterprise editions come with a built-in hypervisor client Hyper-V allowing users to create and run other operating systems on a virtual machine. Although Hyper-V is mainly designed to run Windows guests it can also be used to virtually install other operating systems like various Linux versions.

    In this tutorial we will enable and setup Hyper-Vcreate virtual switches to allow our virtual machines to communicate with network and Internetand finally create some sample virtual machines.

    Although starting from the basics this tutorial might give some tips to the more advanced userstoo :).
    Note   Note
    Please notice:

    Hyper-V is only available in Windows 10 ProEducationand Enterprise editions. It is not available in Windows 10 Home.

    See also:



    Contents:
    Part One: Some vocabulary
    Part Two: Setup Hyper-V
    Part Three: Create a virtual switch
    Part Four: Create a Windows virtual machine (Windows 7 or later)
    Part Five: Create a legacy Windows vm (Windows Vista or earlier)
    Part Six: Create a Linux vm





    Part One

    Some vocabulary


    A short list of some terms worth to know.

    - Hypervisor
    • Hypervisor or virtual machine monitor (VMM) is a piece of computer softwarefirmware or hardware that creates and runs virtual machines (Wikipedia)

    - Hyper-V
    • Hyper-V is a native hypervisor; it can create virtual machines on x86-64 systems. Starting with Windows 8Hyper-V supersedes Windows Virtual PC as the hardware virtualization component of the client editions of Windows (Wikipedia)

    - Virtual Machine (vm)
    • A virtual machine (VM) is an emulation of a particular computer system. Virtual machines operate based on the computer architecture and functions of a real or hypothetical computerand their implementations may involve specialized hardwaresoftwareor a combination of both (Wikipedia)

    - Host or Host SystemHost OS
    • Host is the computer and operating system running the virtualization platform (in this case Hyper-V in Windows 10 host) to host your virtual machines (guests)

    - Guest or Guest SystemGuest VM
    • A virtual machinea guest operating system installed on a vm and stored on a Virtual Hard Disk (vhd)

    - Virtual Hard Disk (vhd)
    • A vhd file emulates a physical hard disk. It can contain a full operating system on a virtual machineor it can be used to store files as any physical hard disk

    - Virtual Switch
    • A virtual switch emulates a physical network adapter. A Hyper-V vm cannot directly connect and use the network adapters on your hostit needs a virtual switch in between. The vm sees and treats the virtual switch as a network adapter and uses it to communicate with the physical host network adapterwhich then forwards all communications further to network





    Part Two

    Setup Hyper-V


    How to enable and set up Hyper-V virtualization.

    Embedded Video is not supported in Internet Explorer - Watch on youtube


    2.1) By default the Hyper-V is disabled. To start we need to enable it as follows:
    - Open Programs and Features (OptionalFeatures.exe).

    - Click Turn Windows features on or off:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_15h08_15.png

    - Select Hyper-Vclick OK:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_15h09_12.png

    - Windows will now install the required components. You have to reboot to let Windows finalize the installation:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_15h11_20.png

    2.2) After the reboot launch Hyper-V Manager:
    - Press WIN + S and type Hyper-V to Start Menu searchclick Hyper-V Manager:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_15h59_47.png

    - Alternatively if using Start Screen instead of Start Menuenter Start Screen and start typing Hyper-V to open Charms search and search Hyper-Vselect Hyper-V Manager:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_17h24_20.png
    Tip   Tip
    A tip from our admin z3r010 (original post):

    If you get an error message about Hypervisor not runningopen an elevated Command Prompt by pressing WIN + X and selecting Command Prompt (Admin) and give the following command:

    bcdedit /set hypervisorlaunchtype auto

    Reboot the host PC. Hyper-V should now be able to run.


    2.3) Hyper-V should automatically connect to your host (left pane) and show the menu on right pane:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_16h27_32.png

    2.4) If the left pane shows no Hyper-V servers to connect (your local host computer)click Connect to server on the right paneselect Local computer in the dialog that follows and click OK:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_16h32_09.png

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_16h34_13.png

    2.5) If you want to change the location where your virtual machines will be savedclick Hyper-V Settings and change the location:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_16h46_38.png

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_16h47_32.png





    Part Three

    Create a Virtual Switch


    How to create a virtual switch to allow virtual machines to communicate with network.

    Note   Note
    Since Windows 10 version 1709Hyper-V now includes a default virtual switch named simply as Default. Creating your own external virtual switches is no longer required to get Internet connection to virtual machines.

    Howeverto guarantee best networking capabilities between host machine and its virtual machinesit is recommended to create an external switch and use it instead. Using Default switch is totally OK if networking between host and Vm is not required.


    3.1) Before creating our first virtual machine we must create at least one virtual switcha bridge between the virtual network adapter on vm and the physical network adapter on host.

    A Hyper-V vm has no way to connect to network without this bridge. The image below shows how a Hyper-V vm connects to network:

    Hyper-V virtualization - Setup and Use in Windows 10-15811d1359693011t-hyper-v-virtual-switch-manager-virtual_switch_12.png

    Above image is from a Virtual Switch tutorial at our sister site The Eight Forumssee full tutorial for more in-depth information on Virtual Switches. In this tutorial we jump ahead and just create a virtual switchfor those users wanting to know more about virtual switches I recommend to read said Eight Forums tutorial.

    3.2) Click Virtual Switch Manager (right paneHyper-V Manager):

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_17h18_35.png

    3.3) Select New virtual network switchselect Externalclick Create Virtual Switch:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_17h20_06.png

    3.4) Name your new virtual switch as you want toselect External network and using the drop down listselect a host network adapter you want to assign to this switchclick OK:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_17h21_35.png

    Apply changes by clicking Yes in following dialog:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_17h22_44.png

    Hyper-V will now create the switch.

    Notice that for a vm to be able to communicate with networkit has to use a virtual switch which in its turn must be connected to a working host network adapter connected to network. In this example I assigned the host WiFi adapter to the new external virtual switch. If the WiFi adapter on host is disabled or not connected to network when the vm using this switch is launchedthe vm cannot connect to the network.

    You can have a virtual switch connected to each of host's network adapterstypically one connected to a LAN adapter and another connected to a WLAN adapter. A host network adapter can only be connected to one virtual switch at any given time.

    Looking at your network adapters now you can see that virtual switches are workingand that the host WiFi adapter is bridged to a virtual switch (subject to a virtual switch with WiFi adapter assigned to it exists):

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_17h58_02.png

    Note   Note
    When Hyper-V is enabled and one or more external virtual switches createdyour host system uses these switches instead of host physical network adapters to connect to the network. This is as it should bedo not remove or disable the virtual switches!

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_17h59_08.png





    Part Four

    Create a Windows virtual machine (Windows 7 or later)


    How to install a Windows operating system to a new virtual machine.

    Embedded Video is not supported in Internet Explorer - Watch on youtube


    4.1) Click New > Virtual Machine on the right pane (Action):

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_18h08_37.png

    4.2)
    Click Next:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_18h11_01.png

    4.3) Name your vm as you wishclick Next (if you want to save the vm in other than default locationselect Store the virtual machine in a different location):

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_18h11_55.png

    4.4) Select the vm generation. Generation 2 (GPT / UEFI) can only be used for 64 bit Windows 8 or later respective Windows Server 2012 or later guest operating systems. For all other guest systems use Generation 1 ​(MBR / BIOS). Click Next:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_19h07_05.png

    4.5) Assign RAM to vmselect Use Dynamic Memory for this virtual machineclick Next.:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_18h30_22.png

    The RAM assigned to a vm is taken from your host RAM; if you assign 1 GB to a vmwhen it's run your host is missing this 1 GB. I recommend you try first following values if your host has 4 GB RAM or less:
    • Host 2GB RAM > assign max 512 MB
    • Host 2 to 4 GB RAM > assign max 1 GB

    Selecting the Dynamic memory lets Hyper-V to be flexibleuse only the amount of RAM needed at any given moment. In Windows virtual machinesHyper-V uses the amount you gave it at startup of the vm but then when it's not neededit releases some of it back to hostgetting again more when it needs it.

    4.6) Select an existing virtual switch to allow the vm to connect to network. Click Next to continue:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_18h29_08.png


    4.7) Select how big the virtual hard disk can be. For Windows guests20 GB is enough if you just want to test an OS and will not install any appsbut the more you give to vhdthe more you can install apps and store files on it. Click Next to continue:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_18h36_16.png

    Notice that by default Hyper-V uses a dynamically expanding vhd; even if you create a 500 GB vhd for your vmif only 25 GB is used after you have installed an OS and some appsthe vhd file size on your host hard disk is only 25 GB. In this case the 500 GB only means that the vhd has your permission to grow to be so big if it needs more storage space. If you plan to do some heavy work and install a lot of programs to your vmgive it a bigger vhd.

    4.8) Select the install media for your vm. If you install from a CD or DVD disk on your host CD/DVD driveselect Physical CD/DVD drive and from drop down list select the correct drive. In this example I chose to use an ISO file containing Windows 7 Ultimate installation files. Click Next to continue:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_18h46_55.png

    Notice that a 2nd Generation vm can only be installed from an ISO imagetherefore if you selected 2nd Generation in step 4.4 the option to use a DVD drive is not available.

    4.9) Review your vm settings (highlighted yellow)if OK click Finish to create your vm:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_18h50_51.png

    4.10) Your vm has been created. On right paneclick Connect (#1) and wait until the vm windows has openedthen press Start (#2) to boot the vm:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_18h52_44.png

    4.11)
    Ready! The vm boots:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_18h55_50.png

    4.12) You can now install the operating system on your vm exactly as you would do it on a physical computer:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_18h59_12.png




    Part Five

    Create a legacy Windows virtual machine (Windows Vista or earlier)


    How to install an older Windows operating system to a new virtual machine.

    5.1)
    Follow the procedure in Part Four until Step 4.6where instead of selecting a virtual switch select Not Connected:

    Hyper-V virtualization - Setup and Use in Windows 10-5607d1412267785t-hyper-v-win-10-tech-preview-first-impression-nice-2014-10-02_18h16_33.png

    5.2) Continue setting up the vm as told in Part Four from Step 4.7 to Step 4.9. Do not launch the vm yet

    5.3) Right click your vm in the middle pane of the Hyper-V Managerselect Settings:

    Hyper-V virtualization - Setup and Use in Windows 10-2014-10-03_19h35_43.png

    5.4) Remove the NIC:

    Hyper-V virtualization - Setup and Use in Windows 10-2015-04-10_16h56_20.png

    5.5) Select Add hardwareselect Legacy Network Adapterclick Add:

    Hyper-V virtualization - Setup and Use in Windows 10-5606d1412267785t-hyper-v-win-10-tech-preview-first-impression-nice-2014-10-02_18h18_09.png

    5.6) Connect the legacy adapter to an existing external switchclick OK:

    Hyper-V virtualization - Setup and Use in Windows 10-5605d1412267785t-hyper-v-win-10-tech-preview-first-impression-nice-2014-10-02_18h19_46.png

    5.7) Now you can launch the vm as told in Part Four Step 4.10 and start installing your OS.



    Part Six

    Create a Linux virtual machine


    How to install Linux to a new virtual machine.

    For instructions in installing Linux on a Hyper-V virtual machineplease see the tutorial on our sister site The Eight Forums: Hyper-V – Create Linux Virtual Machine in Windows 8

    I will update this part with more recent screenshots and instructions as soon as I have finished installing a few most common Linux distros to Windows 10 Hyper-V.



    Have fun with virtualization!

    Kari







  1. Posts : 7,724
    3-Win-7Prox64 3-Win10Prox64 3-LinuxMint20.2
       #1

    This is intense
      My Computers
    Computer Type: PC/Desktop
    System Manufacturer/Model Number: Custom assembled by me :}
    OS: 3-Win-7Prox64 3-Win10Prox64 3-LinuxMint20.2
    CPU: i9-10900k with Optimus foundation water block
    Motherboard: ASUS z490 ROG XII Maximus Apex
    Memory: Trident-Z Royal 4000C16 2x16gb's
    Graphics Card: Titan Xp with copper water block
    Sound Card: Built in RealTek with Insignia 2.0 soundbar HSB318
    Monitor(s) Displays: 1-AOC G2460PG 24"G-Sync 144Hz/ 2nd 1-ASUS VG248QE 24" 144Hz
    Screen Resolution: 1920 x 1080 144Hz
    Keyboard: Logitech G710+ wired
    Mouse: 2-RedDragon M901 Perdition 16400 dpi Gaming mouse = wired
    PSU: EVGA SuperNOVA 1000wP2 80+ PLATINUM
    Case: 2-Corsair 450D case with 2nd floor for radiator
    Cooling: D5 combo/ 280ce/ built in VRM copper/ 240GTX/ D5 top/ CPU Plexi copper/ GPU Plexi nickle/ Mora 360
    Hard Drives: 1-970 evo 500gb M.2/ 2-850 Pro 256gb/ 2-Samsung 850 EVO 500GB SSD's/ 2-2.5 W.D. Black 750gb/3-3.5 WD Black 1tb hdd's
    Internet Speed: Comcast Ping 19ms 179.31mbps download speed 6.12mbps upload
    Browser: PaleMoon & Firefox
    Antivirus: Malwarebytes Pro

    View my PC Album
    Computer Type: PC/Desktop
    System Manufacturer/Model Number: Custom assembled by me :}
    OS: Win-7-Prox64 10pro
    CPU: i9-9940x with Optimus SigV2 water block & Heatkiller VRM Plexi copper water block
    Motherboard: Asus x299 Rampage VI Apex
    Memory: Trident Z 3600C16 4x8gb's F4-3600C16Q-32GTZKK
    Graphics Card: 1080ti FTW3 with water block
    Sound Card: Built in Realtek HD with Insignia 2.0 soundbar HSB318
    Monitor(s) Displays: ASUS VG248QE 24" 144Hz
    Screen Resolution: 1920x1080
    Keyboard: Logitech G910 Orion Spectrum
    Mouse: RedDragon M901 Perdition 16400 dpi Gaming mouse = wired
    PSU: EVGA SuperNova 1200wP2 Platinum
    Case: Corsair 450D Black with 2nd floor to house radiator
    Cooling: D5 reservoir combo/ 280GTX/ VRM plexi copper/ 280GTX/ D5 top/ CPU plexi copper/ GPU copper/ Mora 360
    Hard Drives: 1-970 Evo Plus M.2 500gb/ 850 Pro 256gb/ 2-860 Pro 250gb/ Samsung 850 Pro 256gb/ several Western digital 1tb & 750gb hdd's couple Samsung 500gb evo's
    Browser: Palemoon/ Firefox
    Antivirus: mbam premium

    View my 2nd PC Album


  2. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #2

    ThrashZone said:
    This is intense
    The intensity comes from the beverages I consumed while writing it
      My Computer
    Computer Type: Laptop
    System Manufacturer/Model Number: HP ENVY 17-1150eg
    OS: Windows 10 Pro
    CPU: 1.6 GHz Intel Core i7-720QM Processor
    Memory: 8 GB
    Graphics Card: ATI Mobility Radeon HD 5850 Graphics
    Sound Card: Beats sound system with integrated subwoofer
    Monitor(s) Displays: 17" laptop display22" LED and 32" Full HD TV through HDMI
    Screen Resolution: 1600*900 (1)1920*1080 (2 & 3)
    Keyboard: Logitech diNovo Media Desktop Laser (bluetooth)
    Mouse: Logitech Performance Mouse MX
    Cooling: As Envy runs a bit warmI have it on a Cooler Master pad
    Hard Drives: Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm External: 2TB for backups2*3TB USB3 network drives for media
    Internet Speed: 100/20 Mbps VDSL
    Browser: Maxthon 3.3.4.1000IE 11.0.9879.0
    Antivirus: Windows Defender 4.7.9879.0


  3. Posts : 7,724
    3-Win-7Prox64 3-Win10Prox64 3-LinuxMint20.2
       #3

    lol the system image tutorial will be a cake walk compared to this one I'm certain
    Cheers.
      My Computers
    Computer Type: PC/Desktop
    System Manufacturer/Model Number: Custom assembled by me :}
    OS: 3-Win-7Prox64 3-Win10Prox64 3-LinuxMint20.2
    CPU: i9-10900k with Optimus foundation water block
    Motherboard: ASUS z490 ROG XII Maximus Apex
    Memory: Trident-Z Royal 4000C16 2x16gb's
    Graphics Card: Titan Xp with copper water block
    Sound Card: Built in RealTek with Insignia 2.0 soundbar HSB318
    Monitor(s) Displays: 1-AOC G2460PG 24"G-Sync 144Hz/ 2nd 1-ASUS VG248QE 24" 144Hz
    Screen Resolution: 1920 x 1080 144Hz
    Keyboard: Logitech G710+ wired
    Mouse: 2-RedDragon M901 Perdition 16400 dpi Gaming mouse = wired
    PSU: EVGA SuperNOVA 1000wP2 80+ PLATINUM
    Case: 2-Corsair 450D case with 2nd floor for radiator
    Cooling: D5 combo/ 280ce/ built in VRM copper/ 240GTX/ D5 top/ CPU Plexi copper/ GPU Plexi nickle/ Mora 360
    Hard Drives: 1-970 evo 500gb M.2/ 2-850 Pro 256gb/ 2-Samsung 850 EVO 500GB SSD's/ 2-2.5 W.D. Black 750gb/3-3.5 WD Black 1tb hdd's
    Internet Speed: Comcast Ping 19ms 179.31mbps download speed 6.12mbps upload
    Browser: PaleMoon & Firefox
    Antivirus: Malwarebytes Pro

    View my PC Album
    Computer Type: PC/Desktop
    System Manufacturer/Model Number: Custom assembled by me :}
    OS: Win-7-Prox64 10pro
    CPU: i9-9940x with Optimus SigV2 water block & Heatkiller VRM Plexi copper water block
    Motherboard: Asus x299 Rampage VI Apex
    Memory: Trident Z 3600C16 4x8gb's F4-3600C16Q-32GTZKK
    Graphics Card: 1080ti FTW3 with water block
    Sound Card: Built in Realtek HD with Insignia 2.0 soundbar HSB318
    Monitor(s) Displays: ASUS VG248QE 24" 144Hz
    Screen Resolution: 1920x1080
    Keyboard: Logitech G910 Orion Spectrum
    Mouse: RedDragon M901 Perdition 16400 dpi Gaming mouse = wired
    PSU: EVGA SuperNova 1200wP2 Platinum
    Case: Corsair 450D Black with 2nd floor to house radiator
    Cooling: D5 reservoir combo/ 280GTX/ VRM plexi copper/ 280GTX/ D5 top/ CPU plexi copper/ GPU copper/ Mora 360
    Hard Drives: 1-970 Evo Plus M.2 500gb/ 850 Pro 256gb/ 2-860 Pro 250gb/ Samsung 850 Pro 256gb/ several Western digital 1tb & 750gb hdd's couple Samsung 500gb evo's
    Browser: Palemoon/ Firefox
    Antivirus: mbam premium

    View my 2nd PC Album


  4. Posts : 10,819
    Windows 11 Workstation x64
       #4

    I'm just downloading Windows Server TP try on my Win10 hyperV.
      My Computers
    Computer Type: PC/Desktop
    System Manufacturer/Model Number: doofenshmirtz evil incorporated
    OS: Windows 11 Workstation x64
    CPU: Ryzen 9 5950X
    Motherboard: Asus ROG Crosshair VIII Formula
    Memory: Corsair Vengeance RGB PRO Black 64GB (4x16GB) 3600MHz AMD Ryzen Tuned DDR4
    Graphics Card: ASUS AMD Radeon RX 6900 XT 16GB ROG Strix LC OC
    Sound Card: Sound BlasterX Katana
    Monitor(s) Displays: 3 x27" Dell U2724D & 1 x 34" Dell
    Screen Resolution: 3 @ 2560x1440 1 @ 3440x1440
    Keyboard: Logi Ergo
    Mouse: Logitech MX Master 3
    PSU: SUS ROG THOR 850W 80 Plus Platinum
    Case: ASUS ROG Strix Helios Midi-Tower ARGB Gaming Case
    Cooling: ASUS ROG Strix LC Performance RGB AIO CPU Liquid Cooler - 360mm
    Hard Drives: Samsung 980 Pro 1TB M.2 2280 PCI-e 4.0 x4 NVMe Solid State Drive
    Internet Speed: 900/100 Mbps
    Browser: Chrome
    Antivirus: Windows DefenderMalwarebytes Pro
    Other Info: Creative Katana Soundbar

    View my PC Album
    Computer Type: Laptop
    System Manufacturer/Model Number: Surface Pro 3
    OS: Windows 10 Pro
    CPU: 1.9GHz Intel Core i5-4300U (dual-core3MB cacheup to 2.9GHz with Turbo Boost)
    Memory: 4GB
    Graphics Card: Intel HD Graphics 4400
    Monitor(s) Displays: 12" Multi Touch
    Screen Resolution: 2160 x 144
    Keyboard: Yes
    Hard Drives: 128GB
    Browser: Chrome
    Antivirus: Defender/Mbam


  5. Posts : 3,502
    Win_8.1-ProWin_10.1607-ProMint_17.3
       #5

    Excellent workas always Kari.

    You have to enable Virtualization in BIOS to get the Hyper-V platform (Add features)

    I searched for the reason my Hyper-V platform option was inactive (greyed out). I saw mostly references to VTx (Virtual Technology) in BIOS - (Intel boards ??)

    My laptop is an HP with InsydeH20 BIOS and I was afraid that I wouldn't be able to use Hyper-V. After poking around the BIOSI saw SVM - not very explanatorybut I enabled it and then searched - Secure Virtual Machine (SVM)

    After that everything went swimmingly.

    I did have an issue with the wireless network adapter and most searches said you couldn't use it in a Hyper-V VM - balderdash!

    I created a Network bridge between the physical wireless adapter and the virtual adapterselecting wifi in the bridge properties. This might be due to the fact that I chose an internal virtual adapter instead of external when I set up the Win10 VM. Some quick research mentioned it was more secure - it's all new to me.
    One note - I mucked around with the virtual adapterchanging some options - that produced a warning dialog telling me that all options would be disabled (including IP4 and IP6-I can't recall if it said the physical or the virtual). So I canceled and left it alone.

    The bridge makes my connections go limited as it tries to connect to a machine that might not be runningbut it clears up in a few seconds and my Internet connection doesn't seem to be affected.

    TechNet references I found after the fact (I also found your posts too late and this tutorial would have been a great help)
    Hyper-V Getting Started Guide
    Install Hyper-V and Configure a Virtual Machine
    Tip: Install and Configure Virtual Machines on Hyper-V
    Step-By-Step: Enabling Hyper-V for use on Windows 8.1
      My Computer
    Computer Type: Laptop
    System Manufacturer/Model Number: HP Pavilion dv6-6c10us
    OS: Win_8.1-ProWin_10.1607-ProMint_17.3
    CPU: AMD A6-3420M APU (Vision)
    Motherboard: Hewlett-Packard 1805 (Socket FS1)
    Memory: 6 GB DDR3 @ 665MHz (9-9-9-24)
    Graphics Card: 512MB ATI Radeon HD 6520G (HP)
    Monitor(s) Displays: 15.6" LCD (1366x768) & 22" LCD W2072a
    Screen Resolution: 1600 x 900
    Keyboard: Logitech K520 (wireless combo)
    Mouse: Logitech M310 (wireless combo)
    Hard Drives: Hitachi Travelstar 640GB 5400RPM SATA II
    Browser: Chrome & Edge
    Antivirus: MS Defender
    Other Info: Main: http://support.hp.com/us-en/product/HP-Pavilion-dv6-Entertainment-Notebook-PC-series/5191856/model/5218495/ .. .. .. .. .. .. .. .. .. .. Specs: http://support.hp.com/us-en/product/HP-Pavilion-dv6-Entertainment-Notebook-PC-series/5191856/model/5218495/document/c03138553/


  6. Posts : 10,819
    Windows 11 Workstation x64
       #6

    I've just started with the server install on my hyperv and was getting a "hypervisor not running" errora quick google pointed me to enter the following command from an admin cmd prompt and all was good.

    bcdedit /set hypervisorlaunchtype auto
      My Computers
    Computer Type: PC/Desktop
    System Manufacturer/Model Number: doofenshmirtz evil incorporated
    OS: Windows 11 Workstation x64
    CPU: Ryzen 9 5950X
    Motherboard: Asus ROG Crosshair VIII Formula
    Memory: Corsair Vengeance RGB PRO Black 64GB (4x16GB) 3600MHz AMD Ryzen Tuned DDR4
    Graphics Card: ASUS AMD Radeon RX 6900 XT 16GB ROG Strix LC OC
    Sound Card: Sound BlasterX Katana
    Monitor(s) Displays: 3 x27" Dell U2724D & 1 x 34" Dell
    Screen Resolution: 3 @ 2560x1440 1 @ 3440x1440
    Keyboard: Logi Ergo
    Mouse: Logitech MX Master 3
    PSU: SUS ROG THOR 850W 80 Plus Platinum
    Case: ASUS ROG Strix Helios Midi-Tower ARGB Gaming Case
    Cooling: ASUS ROG Strix LC Performance RGB AIO CPU Liquid Cooler - 360mm
    Hard Drives: Samsung 980 Pro 1TB M.2 2280 PCI-e 4.0 x4 NVMe Solid State Drive
    Internet Speed: 900/100 Mbps
    Browser: Chrome
    Antivirus: Windows DefenderMalwarebytes Pro
    Other Info: Creative Katana Soundbar

    View my PC Album
    Computer Type: Laptop
    System Manufacturer/Model Number: Surface Pro 3
    OS: Windows 10 Pro
    CPU: 1.9GHz Intel Core i5-4300U (dual-core3MB cacheup to 2.9GHz with Turbo Boost)
    Memory: 4GB
    Graphics Card: Intel HD Graphics 4400
    Monitor(s) Displays: 12" Multi Touch
    Screen Resolution: 2160 x 144
    Keyboard: Yes
    Hard Drives: 128GB
    Browser: Chrome
    Antivirus: Defender/Mbam


  7. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #7

    That's good to know. That was a dedicated Hyper-V Windows server version or Hyper-V running on Win 8 / 10?
      My Computer
    Computer Type: Laptop
    System Manufacturer/Model Number: HP ENVY 17-1150eg
    OS: Windows 10 Pro
    CPU: 1.6 GHz Intel Core i7-720QM Processor
    Memory: 8 GB
    Graphics Card: ATI Mobility Radeon HD 5850 Graphics
    Sound Card: Beats sound system with integrated subwoofer
    Monitor(s) Displays: 17" laptop display22" LED and 32" Full HD TV through HDMI
    Screen Resolution: 1600*900 (1)1920*1080 (2 & 3)
    Keyboard: Logitech diNovo Media Desktop Laser (bluetooth)
    Mouse: Logitech Performance Mouse MX
    Cooling: As Envy runs a bit warmI have it on a Cooler Master pad
    Hard Drives: Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm External: 2TB for backups2*3TB USB3 network drives for media
    Internet Speed: 100/20 Mbps VDSL
    Browser: Maxthon 3.3.4.1000IE 11.0.9879.0
    Antivirus: Windows Defender 4.7.9879.0


  8. Posts : 10,819
    Windows 11 Workstation x64
       #8

    Hyper-V running on Win 10
      My Computers
    Computer Type: PC/Desktop
    System Manufacturer/Model Number: doofenshmirtz evil incorporated
    OS: Windows 11 Workstation x64
    CPU: Ryzen 9 5950X
    Motherboard: Asus ROG Crosshair VIII Formula
    Memory: Corsair Vengeance RGB PRO Black 64GB (4x16GB) 3600MHz AMD Ryzen Tuned DDR4
    Graphics Card: ASUS AMD Radeon RX 6900 XT 16GB ROG Strix LC OC
    Sound Card: Sound BlasterX Katana
    Monitor(s) Displays: 3 x27" Dell U2724D & 1 x 34" Dell
    Screen Resolution: 3 @ 2560x1440 1 @ 3440x1440
    Keyboard: Logi Ergo
    Mouse: Logitech MX Master 3
    PSU: SUS ROG THOR 850W 80 Plus Platinum
    Case: ASUS ROG Strix Helios Midi-Tower ARGB Gaming Case
    Cooling: ASUS ROG Strix LC Performance RGB AIO CPU Liquid Cooler - 360mm
    Hard Drives: Samsung 980 Pro 1TB M.2 2280 PCI-e 4.0 x4 NVMe Solid State Drive
    Internet Speed: 900/100 Mbps
    Browser: Chrome
    Antivirus: Windows DefenderMalwarebytes Pro
    Other Info: Creative Katana Soundbar

    View my PC Album
    Computer Type: Laptop
    System Manufacturer/Model Number: Surface Pro 3
    OS: Windows 10 Pro
    CPU: 1.9GHz Intel Core i5-4300U (dual-core3MB cacheup to 2.9GHz with Turbo Boost)
    Memory: 4GB
    Graphics Card: Intel HD Graphics 4400
    Monitor(s) Displays: 12" Multi Touch
    Screen Resolution: 2160 x 144
    Keyboard: Yes
    Hard Drives: 128GB
    Browser: Chrome
    Antivirus: Defender/Mbam


  9. Posts : 17,661
    Windows 10 Pro
    Thread Starter
       #9

    InterestingI've never had that when enabling Hyper-V on a rig with virtualization enabled. I need to add that to tutorial.
      My Computer
    Computer Type: Laptop
    System Manufacturer/Model Number: HP ENVY 17-1150eg
    OS: Windows 10 Pro
    CPU: 1.6 GHz Intel Core i7-720QM Processor
    Memory: 8 GB
    Graphics Card: ATI Mobility Radeon HD 5850 Graphics
    Sound Card: Beats sound system with integrated subwoofer
    Monitor(s) Displays: 17" laptop display22" LED and 32" Full HD TV through HDMI
    Screen Resolution: 1600*900 (1)1920*1080 (2 & 3)
    Keyboard: Logitech diNovo Media Desktop Laser (bluetooth)
    Mouse: Logitech Performance Mouse MX
    Cooling: As Envy runs a bit warmI have it on a Cooler Master pad
    Hard Drives: Internal: 2 x 500 GB SATA Hard Disk Drive 7200 rpm External: 2TB for backups2*3TB USB3 network drives for media
    Internet Speed: 100/20 Mbps VDSL
    Browser: Maxthon 3.3.4.1000IE 11.0.9879.0
    Antivirus: Windows Defender 4.7.9879.0


 

Tutorial Categories

Hyper-V virtualization - Setup and Use in Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized sponsoredor otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:12.
Find Us




Windows 10 Forums