1. Yakura

    Yakura MDL Novice

    Oct 3, 2017
    16
    9
    0
    Did you try to DDU wipe the old driver before installing ?
     
  2. SunLion

    SunLion MDL Member

    May 11, 2011
    134
    101
    10
    Does anyone have the same problem?
    After installing the OS on a virtual machine, the network status shows "no internet access"
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    I have been installing 18362.86 for over 20 times today (testing stuff) and not once experienced that.

    Host OS: 17763.437.
    VMWare v15.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. SunLion

    SunLion MDL Member

    May 11, 2011
    134
    101
    10
    I am using VirtualBox 5.2.28 and Host OS: 14393.2879.
    Maybe something I have installed later, through Windows Post Install, is doing this ...
    I'll investigate

    Thanks for the reply!
     
  5. Dolph

    Dolph MDL Novice

    Dec 3, 2011
    35
    11
    0
    Yes! I cleaned everything into windows safe mode with ddu before install the latest intel dch, and i read over the web forums other with same issue...
    And driver dch is unripe, command center is a joke. Big part of the issue is win 1903.
     
  6. Dolph

    Dolph MDL Novice

    Dec 3, 2011
    35
    11
    0
    So far i have many issue with 1903:

    - Intel DCH latest work like crap, "igfx driver stop responding" (workaround with LEGACY version definitely).
    - Vmware Workstation 15.0.4 not load VMs, just got black screen (bug confirmed by vmware, hope fixed next release).
    - Steam process heavy CPU usage, like 30% all the time (workaround just kill address thread steamclient.dll!Steam_TerminateGameConnection )
    -
    Many minor other glitches like white flash at monitor suspend.

    So far i think is better wait at least a couple of months to install this new feature update on a primary pc (ok for messing around with, not good for work).
     
  7. RGadelha

    RGadelha MDL Expert

    Feb 14, 2010
    1,182
    585
    60
    VMWare 15.0.4 here and everything is OK!

    EDIT:
    On bare metal too ;)
     
  8. michiel.686

    michiel.686 MDL Novice

    Jul 17, 2007
    43
    8
    0
    VMWare 15 / Win .437: After reinstalling Windows some time ago I've no problems with internet access for the Wndows session (Windows update) itself, BUT some apps can’t reach internet anymore, while previously they were OK (same image file). Image files were made on v.14, but reinstalling v.14 doesn’t solve the problem.
     
  9. Trenchboygun

    Trenchboygun MDL Member

    Apr 8, 2013
    111
    41
    10
    VMware 15.0.4 working
    Host OS:18362.86
     
  10. NICK@NUMBER11

    NICK@NUMBER11 MDL Expert

    Mar 23, 2010
    1,398
    659
    60
    same here no issues..

    VMware 15.0.4
    Host OS:18362.86
     
  11. Leo66

    Leo66 MDL Novice

    Sep 28, 2017
    8
    4
    0
    I have the same issue on 3 PC (1 notebook+2 desktop). Unsolved! Better waiting for automatic WU
     
  12. Jpmes

    Jpmes MDL Novice

    Mar 26, 2015
    23
    2
    0
    Hi,
    does somebody know why this script to Pin to Taskbar is not working anymore under 18362.xx
    ' initialise object
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    PinTaskBarNative10("c:\Windows\notepad.exe")
    Sub PinTaskBarNative10(fPath)
    objFile = fPath
    sKey1 = "HKCU\Software\Classes\*\shell\{:}\\"
    sKey2 = Replace(sKey1, "\\", "\ExplorerCommandHandler")
    With WScript.CreateObject("WScript.Shell")
    KeyValue = .RegRead("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Windows.taskbarpin\ExplorerCommandHandler")
    .RegWrite sKey2, KeyValue, "REG_SZ"
    With WScript.CreateObject("Shell.Application")
    With .Namespace(objFSO.GetParentFolderName(objFile))
    With .ParseName(objFSO.GetFileName(objFile))
    .InvokeVerb("{:}")
    ' .InvokeVerb("taskbarpin") ' old way does not work either
    End With
    End With
    End With
    .Run("Reg.exe delete """ & Replace(sKey1, "\\", "") & """ /F"), 0, True
    End With
    End Sub
    Thanks for the help
     
  13. Jpmes

    Jpmes MDL Novice

    Mar 26, 2015
    23
    2
    0
    I have issue I cannot put the virtual machine in suspend mode
    any solution
     
  14. Dolph

    Dolph MDL Novice

    Dec 3, 2011
    35
    11
    0
    Try load VM, close and reload, it will hang on black screen..
     
  15. Simple07

    Simple07 MDL Addicted

    Nov 15, 2012
    503
    194
    30
    VMware acknowledged the problems with Windows 1903 and few days back they said the problems have been resolved and that they will release fixes soon; be patient.

    I guess they may wait until Microsoft announces the release of 1903 officially, in case further updates/changes bring them further issues..
     
  16. Trenchboygun

    Trenchboygun MDL Member

    Apr 8, 2013
    111
    41
    10
    disable Windows Defender Credential Guard.
     
  17. Dolph

    Dolph MDL Novice

    Dec 3, 2011
    35
    11
    0
    can you explain that ? this will avoid black screen virtual machines at loading ?
     
  18. Trenchboygun

    Trenchboygun MDL Member

    Apr 8, 2013
    111
    41
    10
    working on my pc
     
  19. Dolph

    Dolph MDL Novice

    Dec 3, 2011
    35
    11
    0
    the fix you posted i think work for who have sandbox enabled and vmware error:
    "VMware Workstation and Device/credential Guard are not compatable. VMware can be run after disabling Device/Credential Guard"

    Not sure if disable defender credential guard (if enabled, or is enabled by default?) will fix black screen at loading VMs...