Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Disable Network Adapter

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles