Month: October 2015

Disable IP auto configuration in Windows Server Core

If you have already set a static IP address in Windows Server Core, you may have already seen an automatic address configuration (169.254 ….) instead of your desired IP. So you machine will not be accessible throung the network. Here’s how to fix this issue: 1 – Open a command window and type netsh interface …

Hyper-V Nested Virtualization in Windows 10

Microsoft release the build 10565 last week for insiders on fast ring which contains a preview of nested virtualization. This allow you to install Hyper-V in a guest virtual machine and running other guest VM on this new Hypervisor. You can also run multiple Hyper-V server on the same physical machine. It’s perfect for your demos and …