Windows 10: Windows 10 inside a VM hosted locally

Discus and support Windows 10 inside a VM hosted locally in Windows 10 Updates and Activation to solve the problem; Hello, We have a need to have 2 Windows 10 installations on some of our company's laptops for use on a certain project. I have read... Discussion in 'Windows 10 Updates and Activation' started by Nivaneza, Nov 10, 2020.

  1. Nivaneza Win User

    Windows 10 inside a VM hosted locally


    Hello,


    We have a need to have 2 Windows 10 installations on some of our company's laptops for use on a certain project. I have read https://download.microsoft.com/download/9/8/d/98d6a56c-4d79-40f4-8462-da3ecba2dc2c/licensing_windows_desktop_os_for_virtual_machines.pdf and if I am not mistaken this answers what I need to have:


    Local Windows

    Virtual Machines

    An organization has a group of developers

    who need to test an application across

    multiple Windows images running in local

    virtual machines on PCs running Windows

    10 Pro.

    The PC or the primary user of the PC needs

    active Windows 10 Enterprise with Software

    Assurance or Windows 10 Enterprise E3/E5

    subscription, which permits running up to

    four virtual machines concurrently.


    What I do not understand is, do I need another license for the Windows 10 installation inside the VM or does Windows 10 Enterprise with SA covers licensing for the host OS + 4 Windows machines installed with the same product key inside the VM containers on the same local host.

    :)
     
    Nivaneza, Nov 10, 2020
    #1

  2. Account failed logon 4625 on VM guest when clicking the entry of VM guest on failover cluster Manager on VM Host

    Issue:

    We found a multiple failed logon events on VM guest (evert ID 4625) with account (the account you logon on VM host) when we clicking the entry of VM guest on failover cluster manager console on VM host with Integration servers (Data Exchange) is enabled.



    How to reproduce:

    1. Check the “Data Exchange” is enabled on a VM guest (Enabled by default, right?)
    2. Open Failover Cluster Manager Console on VM host.
    3. Click the VM guest entry
    4. Then you may found multiple failed logon events on that VM guest.


    Reference:

    Hyper-V Integration Services



    Question:

    1. Does the multiple failed logons are normal or necessary?
    2. If the failed logons are normal and necessary to be happened and the “Data exchange” function is good to be enabled to gather data from VM guest, any recommendation for us to correct or avoid these failed logon?


    Please advise.



    Constrain:

    We have no chance to use same account and password on VM hosts and VM guests (because all account are managed by password management) and the Audit Policy of Audit Credential Validation must be enabled.
     
    KeithW_911, Nov 10, 2020
    #2
  3. Can you allow the host to use the VM network connection?

    If you use a VM...

    this is possible although not immediately obviously useful. My situation was one where the vm os was able to change settings on a wireless network adapter which allowed me to pick up the signal at a useable strength. The host could not do this. So I was in the weird situation where the vm os - backtrack - had internet but the host - osx 10.6 - did not. Annoying.

    Easily corrected as follows:
    1. connect the vm to the network, in my case this was wireless so wlan0
    2. set up the vm so that is has a local network with the host, make sure the host can ping the vm. In my case this meant enabling eth0 in the vm
    3. set up ip forward and iptables masquerade rules on the vm.
    4. change the default route of the host to be the vm local ip
    5. enjoy the vm network via the host


    now I imagine some readers will want more detail on ip forward and masquerade with iptables but there are a lot of tutorials out there for this stuff. It depends on the vm os but if you are using linux then

    ip forward with:
    $ echo 1 > /proc/sys/net/ipv4/ip_forward

    iptables rules something like this
    iptables -t nat -A POSTROUTING -s $PRIVATE -o eth0 -j MASQUERADE

    {clearly $PRIVATE is your private subnet, set the rules up to run at ifup}

    *Smile Windows 10 inside a VM hosted locally :)
     
    MatteusBlanc, Nov 10, 2020
    #3
  4. Windows 10 inside a VM hosted locally

    Can I share a network connection from a VM to the host OS?

    hmm, i will assumer no responces = no, i cannot share it... lucky me, i finally got it to work in 7 with steps pretty close... Program Files > Pantech is where you will need to point windows to inorder to the card running in 7... though it would be nice to be able to share hardware and network connections from a VM to the host PC...
     
    beyond_amusia, Nov 10, 2020
    #4
Thema:

Windows 10 inside a VM hosted locally

Loading...
  1. Windows 10 inside a VM hosted locally - Similar Threads - inside hosted locally

  2. How will bitLocker affect attached VM-host volumes in a Windows VM?

    in Windows 10 Gaming
    How will bitLocker affect attached VM-host volumes in a Windows VM?: I gather BitLocker will be the default as of 24H2. As I don't use BitLocker now, and my use of Windows 11 is as a VM in VirtualBox, I need to understand how it will affect the Host Volumes my VM can access. I have two folder trees, on two different physical disks on my Debian...
  3. How will bitLocker affect attached VM-host volumes in a Windows VM?

    in Windows 10 Software and Apps
    How will bitLocker affect attached VM-host volumes in a Windows VM?: I gather BitLocker will be the default as of 24H2. As I don't use BitLocker now, and my use of Windows 11 is as a VM in VirtualBox, I need to understand how it will affect the Host Volumes my VM can access. I have two folder trees, on two different physical disks on my Debian...
  4. Local app to VM running on local machine.

    in Windows 10 Gaming
    Local app to VM running on local machine.: I have a laptop running an Allstarlink node in a Hyper-V virtual machine using Hyper-V's external switch. I would like to have a local laptop application, iaxRpt, connect to this VM and connect to the software running in it. i.e. Laptop running Hyper-V VM. VM running...
  5. Windows Activation in a VM, Host OS Linux

    in Windows 10 Installation and Upgrade
    Windows Activation in a VM, Host OS Linux: I have a Dell system that came pre-installed with Windows.I have replaced my host OS with Linux, and I wish to run Windows in a VM. I downloaded a Windows image from Microsoft, but it is expiring. The box does not have a license key printed on it, and the VM does not detect...
  6. W10 VM on W2K19 VM on KVM Host !! nested VM's

    in Windows 10 Virtualization
    W10 VM on W2K19 VM on KVM Host !! nested VM's: Hi folks So far got HYPER-V to run on a Virtual machine creating a lower level W10 VM - The W2K19 machine is itself a VM running on under KVM/QEMU So far only got Gen 1 to work -- with Gen 2 machine starts but no video - will look at that later but here's the Gen 1 VM So...
  7. Enable Windows VM's HOST access with KVM HOSTS

    in Windows 10 Virtualization
    Enable Windows VM's HOST access with KVM HOSTS: Hi folks If you are playing around with KVM Hosts and want Windows VM's to have host access without going through all problems of creating bridges (not supported via KVM on WIFI anyway) here's a simple way to do it : The method works by defining a "Virtual network" and a...
  8. Windows 10 Enterprise with a local Windows 10 VM license

    in Windows 10 Updates and Activation
    Windows 10 Enterprise with a local Windows 10 VM license: Hello, I have a 10 Enterprise on my laptop. I can't seem to figure out if the license is per user or per device. I need to run a local Windows 10 VM and need to verify license requirements. As the main user of this laptop, I would be the only one accessing the VM and it...
  9. Windows 10 VM image to physical host machine

    in Windows 10 Updates and Activation
    Windows 10 VM image to physical host machine: I have a copy of windows 10 pro on my host machine. I'm planning on getting a larger hard drive for my PC and I'm taking this opportunity to do a fresh install of windows 10. My plan is to run a copy of windows 10 pro in a VM and set it up the way I want with the programs...
  10. Debian Stretch VM on latest Windows Host with VM - USB3 broken

    in Windows 10 Virtualization
    Debian Stretch VM on latest Windows Host with VM - USB3 broken: Hi folks Windows Host -- latest Insider rel w10 pro a-64. I like DEBIAN also for servers -- latest LTS ( Debian "Stretch") avoids 99% of problems with SAMBA / Windows connections etc but there is a problem with VMWARE workstation 14.1 when you try and attach a USB3 external...