Does anyone have the same problem? After installing the OS on a virtual machine, the network status shows "no internet access"
I have been installing 18362.86 for over 20 times today (testing stuff) and not once experienced that. Host OS: 17763.437. VMWare v15.
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!
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.
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).
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.
Hi, does somebody know why this script to Pin to Taskbar is not working anymore under 18362.xx Spoiler: PinToTaskbar ' 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
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..
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...