Windows 10: Use Hyper-V virtual machine to get Windows 10 Insider ISO

Discus and support Use Hyper-V virtual machine to get Windows 10 Insider ISO in Windows 10 Tutorials to solve the problem; How to: Use Hyper-V virtual machine to get Windows 10 Insider ISO [img] Information To run a Windows Insider version of Windows 10, your PC does... Discussion in 'Windows 10 Tutorials' started by johngalt, Jun 5, 2017.

  1. johngalt Win User

    Use Hyper-V virtual machine to get Windows 10 Insider ISO


    How to: Use Hyper-V virtual machine to get Windows 10 Insider ISO

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]
    Information To run a Windows Insider version of Windows 10, your PC does not have to be opted in for Insider builds. It's enough to have one machine opted in, use it to get Insider build upgrade and then use an ISO image made from upgrade files to upgrade other machines. This naturally only applies if the ISO is the same edition and bit version as the other machines; if you run W10 PRO x64 on your physical machines, upgrade and ISO needs to be done on a W10 PRO x64 machine.

    There has been quite a lot of reports from our members and other Windows Insiders alike about upgrade failing to download. This tutorial will show a method to always get new Insider build upgrade, even when your physical computers fail in downloading it.

    Tutorial is made for and instructions apply to Hyper-V virtualisation, but instructions can be applied to Oracle VirtualBox and VMware Workstation, too. Unfortunately free VMware Workstation Player does not include a checkpoint / snapshot feature, thus these instructions cannot be used as is with it.

    I am trying to make these instructions clear enough for beginners, therefore there might be some steps explained you already know. Instructions can be summarized on quite a short list; if you know what you are doing, this list is enough instructions for you:

    1. Clean install latest official release of Windows 10 on VM (when writing this it would be version 1703 build 15063.0, see download instructions). Alternatively, clean install latest officially released Windows Insider build
    2. Update VM fully
    3. Opt in for Insider Fast Ring (tutorial)
    4. Create a checkpoint / snapshot (tutorial)
    5. Download Insider build upgrade
    6. Make ISO (tutorial)
    7. Shutdown VM
    8. When next Insider build is released, apply checkpoint / snapshot, repeat steps 5, 6 and 7
    For the rest of you, see the detailed instructions below. It might look complicated but is in fact extremely easy.



    Contents [/i] Use links below to go to any part of tutorial, browser back button to return to this list.


    [table][tr][td]Part One:[/td] [td]Install Windows on a VM[/td] [/tr] [tr][td]Part Two:[/td] [td]Download Insider build upgrade[/td] [/tr] [tr][td]Part Three:[/td] [td]Create ISO image[/td] [/tr] [tr][td]Part Four:[/td] [td]Next build upgrade: Apply checkpoint[/td] [/tr] [/table]


    Notice that you can click / tap screenshots to enlarge them.




    Part One [/i] Install Windows on a VM
    1.1) Set up Hyper-V, create a virtual machine (tutorial)

    1.2) When VM has been created, open its settings before starting Windows installation. Set checkpoint mode to Standard, uncheck Use automatic checkpoints:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    1.3) Install Windows 10 normally as you would on any other machine, physical or virtual. You can use a local (offline), Microsoft or Azure AD (workplace) account, as you prefer. Skip the product key, for our purpose the VM does not have to be activated:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    1.4) When installed, update Windows fully until Windows Update tells you it's up to date:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    1.5) Install TenForums UUPtoISO tool (tutorial). Do not run tool yet

    1.6) Opt in for Insider Fast Ring (tutorial)

    1.7) When the ring selection prompt is shown, let it stay open. Before clicking Confirm create a checkpoint:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    1.8) Name the checkpoint as you wish:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    1.9) Wait until the checkpoint has been created (indicator can be seen in VM window's status bar at bottom):

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]



    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    1.10) When checkpoint is done, confirm your Insider Ring selection:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    Windows will restart to apply the settings.




    Part Two [/i] Download Insider build upgrade
    2.1)
    After a restart, Windows Update will find the build upgrade immediately, downloading the latest available Insider build according to your ring selection:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]
    Note Microsoft has had some severe issues lately with Insider build upgrade delivery. Even in this example now, Windows being clean installed, all settings and registry default, unmodified, I got a notification about download failing. If this happens simply click Retry, do not edit registry or try any fixes you have heard of or read about!

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    Based on my experience, if downloading upgrade fails once it will probably fail second time somewhere between 50% and 90% of downloading upgrade. If so, click Retry again; the download picks up now from where it left and will finish soon.

    I have used this method exclusively to get upgrade ISO images, ten or so of times with each new build (PRO and Education editions in Finnish, Swedish, German, UK and US English, Enterprise in Finnish and US English. This issue never occurs more than above mentioned two times, and again it's every time fixed by clicking Retry.




    Part Three [/i] Create ISO image
    3.1) When upgrade has been downloaded and initialized, do not click Restart now! Instead, launch UUPtoISO tool and create ISO image (tutorial):

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    3.2) While ISO will be created (it takes a while), create a new folder anywhere on your host computer, naming it as you prefer. Right click the folder, select Properties, select Sharing tab and select Advanced Sharing:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    3.3)
    Select Share this folder, give the share a simple name, click Permissions:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    3.4) Give Full Control to Everyone:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    3.5) Click OK to close Permissions, click OK to close Advanced Sharing, click Close to close Properties

    3.6) When ISO is done, press any key to exit UUPtoISO script to Command Prompt. You will be automatically taken to your UUPtoISO folder. Enter the following command to access the host folder you created and shared in above steps 3.2 through 3.5:

    net use W: \\YourHostComputerName\YourShareName

    For instance, if your host PC name is MyMonsterRig and the shared folder has a share name ISO-Images, the command would be:

    net use W: \\MyMonsterRig\ISO-Images

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]
    Note If the shared folder path contains spaces, it must be given within quotes:

    net use W: "\\MyMonsterRig\My ISO Images"
    3.7) The VM will now see the host shared folder as W: drive. Copy the newly created ISO file to host (W: drive) with following command:

    copy *.iso W:\

    Using this method to copy from VM to host is really fast, this won't take long


    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    3.8) When ISO is copied to host, shut down Windows on VM selecting Shut down instead of Update and shut down:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    3.9) You can now upgrade your host from ISO, copy it to other machines or burn to a DVD / USB flash drive to upgrade any machine running same edition and bit architecture.




    Part Four [/i] Next build upgrade: Apply checkpoint
    4.1)
    When next Insider build will be released, select the Insider VM in Hyper-V Manager's Virtual Machines pane, right click the checkpoint you made in step 1.7 in Checkpoints pane and select Apply:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    4.2) Click Apply:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    4.3) Wait until checkpoint is applied and virtual machine's status shows Saved:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]



    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    4.4) Start VM. As we are using Standard checkpoints instead of default Production checkpoints, you will be taken to exact situation when the checkpoint was created in step 1.7:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    4.5) Do as told in Part Two and Part Three to get the next Insider build ISO, upgrade will again be immediately found.

    That's it geeks!

    Kari


    Related Tutorials

    :)
     
    johngalt, Jun 5, 2017
    #1
  2. Andre Da Costa, Jun 5, 2017
    #2
  3. Hyper-V in Windows 10

    Well, its a Virtual Machine, you are not going to get the end to end experience as a physical host especially where graphics performance is concerned. Hyper-V in Windows 10 Pro is the same as Windows Server 2008 R2 and later as far functionality and hardware
    requirements.

    How
    to setup a virtual machine using Hyper-V
     
    Andre Da Costa, Jun 5, 2017
    #3
  4. cereberus Win User

    Use Hyper-V virtual machine to get Windows 10 Insider ISO

    I assume the checkpoint is simply to avoid starting from scratch i.e. reinstalling 15063 in event an upgrade has failed?

    As you say, vmware player free does not support checkpoints or similar, but you could make an Macrium Reflect image backup which would pretty much be same as a checkpoint - slightly more cumbersome as you would need to boot from a Macrium Rescue iso (or install in vm and create boot entry).

    Have I understood you correctly, or am I missing something?
     
    cereberus, Jun 5, 2017
    #4
  5. Kari Win User
    Just remember, I am talking about getting upgrade on a VM.

    My recommendation not to use any fixes, just click Retry, is based on what is told in rest of that note: I've now used this method to get upgrade ISO images quite extensively, upgrading three editions in several languages per build, upgrade on Hyper-V vm has always worked with one max two Retry clicks.
     
    Kari, Jun 5, 2017
    #5
  6. Kari Win User
    Yes, you are right. Using a standard checkpoint when next build is released, it takes mere seconds for VM to restore to this point:

    Use Hyper-V virtual machine to get Windows 10 Insider ISO [​IMG]


    Just click Confirm, restart and start downloading the new build.

    The point is to eliminate all possible issues preventing an upgrade to be downloaded. Clean install last official release, update fully, create checkpoint before downloading upgrade. When done, when next build is released, apply checkpoint to restore Windows to pristine, fresh condition and repeat.

    Every time you download an upgrade it's done on fresh, clean install without any tweaks, edits, registry hacks and such, to guarantee upgrade download.
     
    Kari, Jun 5, 2017
    #6
  7. cereberus Win User
    Thanks - I was sure that was reason. Of couse, then an image backup achieves same end on vm systems that do not support checkpoints or similar but slower. Conversely, I alway trust Macrium Reflect images of course.
     
    cereberus, Jun 5, 2017
    #7
  8. Kari Win User

    Use Hyper-V virtual machine to get Windows 10 Insider ISO

    Hyper-V standard checkpoints offer something that a Macrium image cannot do: a standard checkpoint stores and restores current app state. In other words if you have created a checkpoint when you have already gone through opting in, adding an Insider account and are just short of clicking Confirm to get started, when checkpoint is applied you will have exactly the same state, Settings app already open, ring selection prompt open waiting the Confirm button to be clicked.

    Not only is a standard checkpoint created in fraction of time needed to make a system image (checkpoint takes 10 to 30 seconds to create, depending on how much stuff you have installed and stored on VM), it is also much faster when applied (compared to restoring an image), less than a minute from clicking Apply to desktop, and when on desktop you are exactly where you left Windows with saved app state, instead of having to boot normally as you must do after restoring an image.
     
    Kari, Apr 4, 2018
    #8
Thema:

Use Hyper-V virtual machine to get Windows 10 Insider ISO

Loading...
  1. Use Hyper-V virtual machine to get Windows 10 Insider ISO - Similar Threads - Hyper virtual machine

  2. Virtual Machine using Hyper - V Manager

    in Windows 10 Software and Apps
    Virtual Machine using Hyper - V Manager: Hi,I made a Virtual Machine using Hyper-V Manager with VHD attached that is running XP. I do get this message when I start up it up from the image I attached. I was told to add XP IDE files that I extracted. My question is: Will I need to attach these files to the VHD for it...
  3. Virtual Machine using Hyper - V Manager

    in Windows 10 Gaming
    Virtual Machine using Hyper - V Manager: Hi,I made a Virtual Machine using Hyper-V Manager with VHD attached that is running XP. I do get this message when I start up it up from the image I attached. I was told to add XP IDE files that I extracted. My question is: Will I need to attach these files to the VHD for it...
  4. Hyper V not connecting to virtual machine

    in Windows 10 BSOD Crashes and Debugging
    Hyper V not connecting to virtual machine: Suddenly, Hyper V would not connect to any Virtual Machine using the Virtual Machine Connection. I trying creating new VMs and nothing worked. I am using Windows 10 Education....
  5. Hyper-V - Optimizing Virtual Machines

    in Windows 10 Tutorials
    Hyper-V - Optimizing Virtual Machines: How to: Hyper-V - Optimizing Virtual Machines Running Windows on a virtual machine can naturally never be as fast as same version of Windows on same computer running on physical hardware. However, by tweaking virtual machine settings, you can greatly impact the speed and...
  6. Backing up Hyper-V Virtual Machines

    in Windows 10 Virtualization
    Backing up Hyper-V Virtual Machines: Hi, I was wondering if all I really need to do to backup activated virtual machines but not associated virtual hard drives is just to copy the virtual hard drive folder to another drive (or even one drive) . All I am really interested is in saving the machines which have...
  7. Can a Hyper-V Virtual Machine use a Picture Password?

    in Windows 10 Virtualization
    Can a Hyper-V Virtual Machine use a Picture Password?: Greetings. I set up Hyper-V in my Win 10 Anniversary install and created a Win 10 Virtual Machine which is fully activated. I tried setting up a picture password for this VM. The Picture Password option was not available but I got it to show using gpedit. I then set a...
  8. Import Hyper-V Virtual Machine in Windows 10

    in Windows 10 Tutorials
    Import Hyper-V Virtual Machine in Windows 10: How to: Import Hyper-V Virtual Machine in Windows 10 How to Import Hyper-V Virtual Machines Hyper-V enables running virtualized computer systems on top of a physical host. These virtualized systems (aka: guests) can be used and managed just as if they were physical...
  9. Export Hyper-V Virtual Machine in Windows 10

    in Windows 10 Tutorials
    Export Hyper-V Virtual Machine in Windows 10: How to: Export Hyper-V Virtual Machine in Windows 10 How to Export Hyper-V Virtual Machines in Windows 10 Hyper-V enables running virtualized computer systems on top of a physical host. These virtualized systems (aka: guests) can be used and managed just as if they were...
  10. Create Shortcut of Hyper-V Virtual Machine in Windows

    in Windows 10 Tutorials
    Create Shortcut of Hyper-V Virtual Machine in Windows: How to: Create Shortcut of Hyper-V Virtual Machine in Windows How to Create Shortcut of Hyper-V Virtual Machine in Windows 8 and 10 [img] Note There's nothing wrong in running the Hyper-V Manager and launch your virtual machines from there. However, creating a...
Tags:

Users found this page by searching for:

  1. get windows insider for virtual machine