Vmware Workstation Windows Server 2019

1 view
Skip to first unread message

Valda Atkeson

unread,
Aug 5, 2024, 11:51:30 AM8/5/24
to cabasebow
Idid follow the link and went through the steps, on step 4 I need to mount a volume using "mountvol". when I try to mount a volume using mountvol X: \\?\Volume5593b5bd-0000-0000-0000-c0f373000000\ it keeps saying The directory is not empty. I even created a partition with 2GB and still the same message.

From here, we now have a protected mode where we can run security sensitive operations. At the time of writing, we support three capabilities that can reside here: the Local Security Authority (LSA), and Code Integrity control functions in the form of Kernel Mode Code Integrity (KMCI) and the hypervisor code integrity control itself, which is called Hypervisor Code Integrity (HVCI).


When these capabilities are handled by Trustlets in VSM, the Host OS simply communicates with them through standard channels and capabilities inside of the OS. While this Trustlet-specific communication is allowed, having malicious code or users in the Host OS attempt to read or manipulate the data in VSM will be significantly harder than on a system without this configured, providing the security benefit.


I'm still not convinced that Hyper-V is The Thing for me, even with last year's Docker trials and tribulations and I guess you won't want to switch very frequently, so rather than creating a new boot and confirming the boot default or waiting out the timeout with every boot I switch on demand in the console in admin mode by


For those who might be encountering this issue with recent changes to your computer involving Hyper-V, you'll need to disable it while using VMWare or VirtualBox. They don't work together. Windows Sandbox and WSL 2 need the Hyper-V Hypervisor on, which currently breaks VMWare. Basically, you'll need to run the following commands to enable/disable Hyper-V services on next reboot.


You'll need to reboot after that. I've written a PowerShell script that will toggle this for you and confirm it with dialog boxes. It even self-elevates to Administrator using this technique so that you can just right click and run the script to quickly change your Hyper-V mode. It could easily be modified to reboot for you as well, but I personally didn't want that to happen. Save this as hypervisor.ps1 and make sure you've run Set-ExecutionPolicy RemoteSigned so that you can run PowerShell scripts.


I don't know why but version 3.6 of DG_Readiness_Tool didn't work for me.After I restarted my laptop problem still persisted.I was looking for solution and finally I came across version 3.7 of the tool and this time problem went away.Here you can find latest powershell script:


I also struggled a lot with this issue. The answers in this thread were helpful but were not enough to resolve my error. You will need to disable Hyper-V and Device guard like the other answers have suggested. More info on that can be found in here.


HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\LSA\LsaCfgFlagsHKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DeviceGuard\EnableVirtualizationBasedSecurityHKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DeviceGuard\RequirePlatformSecurityFeatures


With the release of VMware Workstation/Player 15.5. 5 or >, we arevery excited and proud to announce support for Windows hosts withHyper-V mode enabled! As you may know, this is a joint project fromboth Microsoft and VMware


In my case I was using windows 1909, Device Guard was disabled and so was the Hyper V. While trying docker I installed and enabled wsl2. After uninstalling wsl from control panel and disabling it from powershell my vmware started working again.


If you are someone who maintains an open customized "Run as administrator" command prompt or powershell command line window at all the times you can optionally setup the following aliases / macros to simplify executing the commands mentioned by @gue22 for simply disabling hyper-v hypervisor when needing to use vmware player or workstation and then enabling it again when done.


With the above in place you just type "hpvenb" [ hypervisor enabled at boot ], "hpvdis" [ hypervisor disabled at boot ] and "bcdl" [ boot configuration devices list ] commands to execute the on, off, list commands.


Well Boys and Girls after reading through the release notes for build 17093 in the wee small hours of the night, I have found the change point that affects my VMware Workstation VM's causing them not to work, it is the Core Isolation settings under Device Security under windows security (new name for windows defender page) in settings.


By default it is turned on, however when I turned it off and restarted my pc all my VMware VM's resumed working correctly. Perhaps a by device option could be incorporated in the next build to allow us to test individual devices / Apps responses to allow the core isolation to be on or off per device or App as required .


Open Registry Editor, now Go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceGuard. Add a new DWORD value named EnableVirtualizationBasedSecurity and set it to 0 to disable it.Next Go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\LSA. Add a new DWORD value named LsaCfgFlags and set it to 0 to disable it.


I have a VM running Windows Server 2019, and it started to run extremely slow. First, I thought that the cause could be some memory issues. So I checked it. It turned out I have almost 2 GB of RAM for the host VM. Isn't it enough? If so, what else should I check? Because I'm really tired of this slow performance.


2. RAM for the VM. Ensure setting a sufficient amount of RAM for your VM. If there isn't enough memory, the guest OS will have to actively rely on swap files, leading to slow performance. However, assigning too much memory to a VM isn't the best idea because you should leave some RAM for the host.


3. RAM for the host machine. Assigning excessive memory to a VM usually means a lack of RAM for the host OS. In this case, the host OS will use swap files intensively, which leads to the degradation of the performance.


For this, you should check system requirements for the OS and applications. However, you can rely on the perfect ratio. For instance, your host machine has 8 GB of memory while running Windows 10 or ESXi 7.0 with VMware Workstation (Windows Server 2019 VM). If you set 4 GB of RAM for a VM, 4 GB is left for your host OS. It is more than enough for decent functioning. Note: This example doesn't include additional applications that might consume significant resources.


Remember to keep the balance, because if you provide 2 GB of RAM for the same VM, VM performance will be poor. On the other hand, if you set 6 GB of RAM for the VM, the host machine won't get enough memory. As a result, both physical and virtual machines will degrade.


If you require more information on performance problems, check our blog post -full-overview-of-vmware-virtual-machine-performance-problems/ and don't hesitate to contact me, in case you have any questions.


Might try standing up a new one for testing. Check latest cummulative updates have been applied. Check with server manufacturer for the latest firmware, chipset, driver support pack. Also try from a clean boot.



Hope this helps.


I seem to be having a hard to finiding a step by step guide to build a test environment from the ground up. I am looking to simulate a SCCM 2007 install in VMWare Workstation 8 on my desktop. I am a noob and need to know how to install server 2008 and setup everything in preperation for the SCCM install (AD, DHCP, SQL, IIS, etc) I see some good ones for the actual SCCM install, but not setting up the VM Servers to run them!


the difference here is that I have more than one lab and I change the content of them regularly, however the laptop I use for all the configuration manager 2012 sp1 stuff (windows 8 guides etc) is running Server 2012 with the HyperV role enabled and it has several virtual machines on it with only 8gb ram. The important thing on this laptop is that it has a 240gb OS drive on an SSD drive so it's fast, it also has a 240gb modular bay drive to store other vm's and that's ssd too. If I can do it then so can you,


But now i want to create sccm 2012 environment for learning purpose , so i need to know what is the best method for creating vm's on vmworkstation installed on my laptop HOST os win 7_x64 or will i create these vm's on hyper v with host OS windows 8.


am running my vmware 12 on my host machine, which i have a windows server 2012 installed on in and a windows 7 installed.

have configure the AD,DHCP and DNS on the server. i have a problem assigning ip automatically form the dhcp server to windows 7.

the windows 7 has the default dhcp ip address from the vmware. how can i bypass that for me to use the dhcp service form the server 2012.


Same static IP configuration on ware for windows server 2012.It will be best if you can provide some video tutorial on configuring static IP for AD creation and adding other hosts(in VMware to join them).


I already did that, all computer dns ip add is 20.20.20.1 ( because thats my dns ip address, right?). I also tried creating reverse lookup zone in dns configuration server. Still now i cant join my physical client to my AD Server (which is also my DNS Server).


1. Host OS: Windows 10 Desktop

2. Guest OS: Windows Server 2012 R2, Windows 8.1 & Windows 7

3. Windows 10 Desktop is connected with DHCP-enabled Wifi Router with an Ethernet cable. DHCP-enabled Wifi Router is installed by the ISP. If I do any changes in the router settings, Internet service gets interrupted.


Please help me to setup a lab in Workstation 12 Pro with internet access where I can install and configure AD, DHCP and DNS successfully on Windows Server 2012 R2 and Windows 8.1 & Windows 7 can be added to the domain.


Remove all VMs from the Host-only network and attach them to a bridge network or a LAN segment. You will have to create the LAN segment if is not created; not difficult to do it. Next step will be to configure all the VMs to be on the same subnet. From here on everything should work great. Also, on the gateway make sure you have two network adapters, one connected to the LAN (where your VMs are) and the other one connected to your internet network.

Let me know how it works.

3a8082e126
Reply all
Reply to author
Forward
0 new messages