Search Results

1
vote

How to Disable Windows TCP/IP Stack in VC++ [Programmatically]

Disabling TCP/IP is not that uncommon. We tend to disable it on our host machine so that the VMs can have uninterrupted use of the IP stack. You can disable it manually by going to the con …