Possible to Install New Instance of Win10 In the Background??


  1. Posts : 1
    Win 10
       #1

    Possible to Install New Instance of Win10 In the Background??


    I am not the most computer savvy, but I am trying to install an new instance (let's call it "B") of Win10 while the computer is running without majorly affecting the performance of the operating instance (let's call it "A"). I would like to be able to fully use the system while the installation is running, and then be able to switch over to instance B within 10-20 minutes of system downtime (via reboot, installation screen, etc. ). Currently I use a clone image to overwrite the existing instance, but I would like to eliminate the downtime associated with deploying the clone. Any ideas of how to do this?

    Please let me know if I need to elaborate or clarify.

    Thanks in advance!
      My Computer


  2. Posts : 15,622
    19043.1237
       #2

    ...two different partitions using two different keys?
      My Computer


  3. Posts : 18,432
    Windows 11 Pro
       #3

    Run setup.exe from the \Sources folder of the mounted Windows 10 ISO file
      My Computer


  4. Posts : 15,485
    Windows10
       #4

    NavyLCDR said:
    Run setup.exe from the \Sources folder of the mounted Windows 10 ISO file
    But once that kicks in OP will no longer have control of PC until installation is finished.

    The way to do this is easy enough if using PRO ie create a hyper-v vm and install OS in a virtual hard drive. Then once done, simply add vhd as a host boot option.

    One can probably do same in Home using virtualbox or vmware but OP might need to convert there virtual hard drive to .vhd(x) format. Not sure if they can handle .vhd(x) directly.
      My Computer


  5. Posts : 5,478
    2004
       #5

    Or you could apply the wim to partition using Expand-WindowsImage and then add the boot menu entry (if it doesn't exist) using bcdboot.

    Something like:
    Code:
    Expand-WindowsImage -ImagePath "e:\sources\install.wim" -ApplyPath "d:\"
    bcdboot "d:\Windows"
    When you reboot to new instance it will start from OOBE (where you enter your user name and choose your settings and so on.).
      My Computer


  6. Posts : 15,485
    Windows10
       #6

    lx07 said:
    Or you could apply the wim to partition using Expand-WindowsImage and then add the boot menu entry (if it doesn't exist) using bcdboot.

    Something like:
    Code:
    Expand-WindowsImage -ImagePath "e:\sources\install.wim" -ApplyPath "d:\"
    bcdboot "d:\Windows"
    When you reboot to new instance it will start from OOBE (where you enter your user name and choose your settings and so on.).
    Neat.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or 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 18:59.
Find Us




Windows 10 Forums