Monday, January 8, 2018

How to disable a network interface from the Windows command line.


I found out I have computers connected to the same network with ethernet and wireless. Windows appears to have strange performance issues with this setup. These are desktops so they do not need wifi enabled.

psexec \\remotepc cmd
netsh interface show interface
netsh interface set interface "Wireless Network Connection" admin=disable

Quick and fast fix.

No comments: