Wednesday, 18 March 2020
Tuesday, 21 January 2020
How to reset ESXi evaluation license
- Login to the HOST via SSH or Shell
- Remove /etc/vmware/license.cfg
- Copy /etc/vmware/.#license.cfg to /etc/vmware/license.cfg
- Restart the vpxa service
Or simply copy the code below and paste it into your SSH session.
rm -r /etc/vmware/license.cfg
cp /etc/vmware/.#license.cfg /etc/vmware/license.cfg
/etc/init.d/vpxa restart
VM - Win Server 2016 No Network Adapter
Win Server 2016 VM Not Showing Network Adapter
The driver is usually installed with the VMware Tools installation.
Install VMWare Tools with Complete option
Reboot the VM.
To Find the Hyper-V host name from inside the VM
To Find the Hyper-V host name from inside the VM
You can find the Hyper-V host name in the guest VM’s registry at the following key:
HKLM\SOFTWARE\Microsoft\Virtual Machine\Guest\Parameters
Subscribe to:
Posts (Atom)
Windows 10's God Mode
God Mode in Windows 10 gives you quick access to a ton of handy settings in one place. Right-click on the desktop and go to New > ...
-
ERROR : C:\Windows\system32>gpupdate /force Updating policy... Computer Policy update has completed successfully. User Policy coul...
-
Windows 2012 R2 Remote Booting Black Screen With Command Prompt Only If you ever find yourself in a situation where Win...
-
To Find the Hyper-V host name from inside the VM You can find the Hyper-V host name in the guest VM’s registry at the following key: ...