Summary: Use Windows PowerShell to disable a network adapter.
How can I use Windows PowerShell to disable a network adapter on my Windows 8.1 laptop named Wireless?
Use the Disable-NetAdapter cmdlet and provide the name of Wireless to the command:
Disable-NetAdapter –name wireless