Jump to content

How to disable WiFi using CMD or Powershell in Windows 10 - Other Helpful Tutorials - InviteHawk - The #1 Trusted Source for Free Tracker Invites

Buy, Sell, Trade, or Find Free Invites for top private trackers like redacted, blutopia, losslessclub, femdomcult, filelist, Chdbits, Uhdbits, empornium, iptorrents, hdbits, gazellegames, animebytes, privatehd, myspleen, torrentleech, morethantv, bibliotik, alpharatio, blady, passthepopcorn, brokenstones, pornbay, cgpeers, cinemageddon, broadcasthenet, learnbits, torrentseeds, beyondhd, cinemaz, u2.dmhy, Karagarga, PTerclub, Nyaa.si, Polishtracker, and many more.

Recommended Posts


  • Member ID:  53,159
  • Followers:  10
  • Topic Count:  305
  • Topics Per Day:  0.15
  • Content Count:  618
  • Content Per Day:  0.31
  • Reputation:   3,455
  • Achievement Points:  1,167
  • Days Won:  5
  • Joined:  12/29/2020
  • Status:  Offline
  • Last Seen:  

Here are the steps you need to disable WiFi using either Command Prompt or Powershell:

Using Command Prompt

Firstly, open the Search option of Windows 10 and search for Command Prompt. Then, go to Command Prompt app and click on the Run as Administrator option to open CMD with administrator privilege.

Before you enter the command to disable WiFi, you must know the correct name of the wireless interface that you want to disable. So, first, enter the following command to view the names of your network interfaces:

netsh wlan show interfaces

Now, type the below command which is used to disable WiFi in Windows 10:

netsh interface set interface name="WirelessNetworkName" admin=DISABLED

Replace WirelessNetworkName with the name of your wireless interface (see below screenshot for example).

After typing the command, press Enter to run it; it will disable WiFi on your PC.

Here are some other commands that you must know in case you want to switch WiFi settings:

To enable WiFi connection again, enter the command:

netsh interface set interface name="WiFiNetworkName" admin=ENABLED

If you want to simply disconnect WiFi, this command can be used:

netsh wlan disconnect

To connect to a specific WiFi connection, you can enter this command:

netsh wlan connect name="WiFiNetworkName"

Using Powershell

Search for Powershell on Windows 10 and open it with administrator privilege, as depicted in the below screenshot.

Now, to identify the correct adapter name which you want to disable, the following command is used in Powershell:

Get-NetAdapter | format-table

After that, type the below command and press Enter to quickly disable your WiFi:

Disable-NetAdapter -Name "Adapter-Name" -Confirm:$false

If you want to enable your WiFi again, simply enter the below command in Powershell:

Enable-NetAdapter -Name "Adapter-Name" -Confirm:$false

So, you can easily disable or enable a WiFi connection in Windows 10 using Command Prompt or Powershell app. Just enter a disabling command and it will turn off WiFi connection on your computer.

If you want to re-enable WiFi, you can enter another command used for enabling WiFi connection as mentioned above in the article.


  • Member ID:  48,211
  • Followers:  60
  • Topic Count:  144
  • Topics Per Day:  0.06
  • Content Count:  30,037
  • Content Per Day:  13.22
  • Reputation:   2,202
  • Achievement Points:  38,169
  • Days Won:  11
  • Joined:  04/09/2020
  • Status:  Offline
  • Last Seen:  

Avoid unnecessary posts such as 'Thank you', 'Welcome', etc. Such posts will be deleted and user will be warned if it happens again. If caught spamming, the following actions are applicable -

  • First time - Warning
  • Second time - 5000 Points will be deducted
  • Third time - Ban for 7 days
  • Fourth time - Permanent Ban

If the post helped you, reward the user by reacting to the post like this -

download.png

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Read this before posting -
  • Only post if you have something valuable to contribute.
  • Avoid unnecessary posts such as 'Thank you', 'Welcome', etc. Such posts will be deleted and you will be warned if it happens again.
  • If the post helped you, reward the user by reacting to the post like this -                      1.jpg
Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Customer Reviews

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.