PowerTip: Use PowerShell to Disable Network Adapter

Doctor Scripto

Summary: Use Windows PowerShell to disable a network adapter.

Hey, Scripting Guy! Question How can I use Windows PowerShell to disable a network adapter on my Windows 8.1 laptop named Wireless?

Hey, Scripting Guy! Answer Use the Disable-NetAdapter cmdlet and provide the name of Wireless to the command:

Disable-NetAdapter –name wireless

0 comments

Discussion is closed.

Feedback usabilla icon