====== Batch - Disable Renable Network Interface Oneliner ====== **This is a handy oneliner to disable and re-enable the network interface on a Windows box, handy if you don't have physical access or LOM.** **Must be run as Administrator** netsh interface set interface "Local Area Connection" admin=disable && netsh interface set interface "Local Area Connection" admin=enable