1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,621
    450
    In the SVF repo all are available, @GezoeSloog made the 1903 October refresh svf's from 1909.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,621
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. nosirrahx

    nosirrahx MDL Addicted

    Nov 7, 2017
    873
    396
    30
    I've been seeing this one for a while since I never install with an active connection. The first time I saw it I was a little annoyed. I was not expecting to have control yanked away from me like that.
     
  4. donmiller

    donmiller MDL Addicted

    Jun 4, 2016
    518
    323
    30
    OK, so now on uupdump.ml I'm seeing .449 on both branches. There's one on the 18362 branch and another one on the 18363 branch. I think I've been drinking the wrong brew!!! Fortunately, the hashes are exactly the same, so the 18363.449 appears to be a duplicate of 18362.449.

    But what's more intriguing is that we have another build! We've got "Windows 10 Version 1909" and "Windows 10 Version Next". 'Not sure what the "Next" version is, but the link leads nowhere. Any ideas?
     
  5. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,013
    775
    180
  6. josef00

    josef00 MDL Junior Member

    Feb 22, 2013
    90
    11
    0
  7. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,522
    1,602
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. ultimate_live

    ultimate_live MDL Addicted

    Mar 15, 2011
    876
    645
    30
    #6571 ultimate_live, Oct 24, 2019
    Last edited: Oct 24, 2019
    With Windows 10 19H2 does Windows Sandbox work with Vmware Workstation?
     
  9. toyo

    toyo MDL Senior Member

    Aug 14, 2009
    439
    294
    10
    That can't happen. You cannot have 2 hypervisors both working as far as I know.
     
  10. GodHand

    GodHand MDL Addicted

    Jul 15, 2016
    534
    880
    30
    You can indeed run Windows Sandbox and VMWare together (or any additional hypervisor). First, you have to create a replica of your active boot entry using BCDEdit but adding trailing text to its description to make sure it's easily identifiable. For example 'No Hyper-V.'

    TL;DR Open an elevated command-prompt and enter:

    Code:
    bcdedit /copy {current} /d “Windows 10 – No Hyper-V”
    
    This copies your current boot entry and creates an exact replica with the 'No Hyper-V' added to its description.

    Once that is complete, it will create a unique GUID that is bound to that boot entry and returns it to the console. Save this GUID and then set its hypervisorlaunchtype to 'off':

    Code:
    bcdedit /set {GUID} hypervisorlaunchtype off
    
    Then reboot your PC and you will enter the Windows Boot Manager where you select your previously created “Windows 10 – No Hyper-V” boot entry.

    To revert this process and disable the usage of Windows Sandbox and VMWare is much easier: just press the Windows key + R and enter 'msconfig' into the search bar. Select the 'Boot' tab and delete the 'Windows 10 - No Hyper-V' entry.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. toyo

    toyo MDL Senior Member

    Aug 14, 2009
    439
    294
    10
    That's not running them together? That's disabling one hypervisor so the other can run. VMware can't run with HyperV enabled. Sure this is a decent solution to just disabling features and rebooting, but in the end it's not running them together.
     
  12. ultimate_live

    ultimate_live MDL Addicted

    Mar 15, 2011
    876
    645
    30
    Thanks for it. Another question. Were can I find the hashes of Windows 10 19H2 Enterpise x64?
     
  13. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    6,477
    17,572
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,621
    450
    #6578 Enthousiast, Oct 24, 2019
    Last edited: Oct 24, 2019
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,621
    450
    #6579 Enthousiast, Oct 24, 2019
    Last edited: Oct 27, 2019
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. SM03

    SM03 MDL Expert

    Dec 16, 2012
    1,067
    527
    60