i'm trying to disable and enable nic through command line: netsh interface set interface "nic_name" DISABLED , and netsh interface set interface "nic_name" ENABLED ; the problem is that on virtual machine disabling nic through cmd it took with 6-7 seconds more than on physical machine..
increasing cpu cores, memory (up to 8 gb) it doesn't improve this issue; also tried on win7 ,win 8 (on both architectures: x86 , x64) ... ; it was tested with vmware workstation 8
does anyone have any idea ?
thanks.