Thanks for nice work. I like this tool, only I cant see any text all is empty?
Do have an idea?
[IMG]http://hostpix.de/out.php?i=251955_hypervserver.png[/IMG]
http://hostpix.de/out.php?i=251955_hypervserver.png
Comments:
Fixed in 1.0.2
Fixed in 1.0.2
Can anyone else confirm this on Server Core 2012
1. Set a Static IP address and Static DNS = works fine.
2. Using Corefig try and rename the default "Ethernet" to anything = fails
The powshell window in the background flashes with errors in a loop too fast to see, then the app crashes.
I can successfully rename the NIC with the following powershell commands manually.
Import-Module NetAdapter
Rename-NetAdapter -Name "Ethernet" -NewName "MyNewName"
Determined that lockup only occurs when a feature is selected for install whose parent is disabled. Changes to DISM processing in 1.1 will result in different handling that will bypass lockup.
Determined that error is not related to action of renaming network card, but other processes that occur when OK is pressed on that screen.
Fixed in 1.1
This was fixed in 1.1, released today.