I am having a problem with starting my assignment because of a requirement that I can't pass through.
We were instructed to perform ipconfig/release
and ipconfig/renew
in a Windows command line interface. I tried the first but it said that:
No operation can be performed on Local Area Connection while it has its media disconnected.
Our home has a WiFi and my computer is connected via a Wireless Network Connection.
I found the tutorial "" IPCONFIG / release all " The operation failed as no adapter is in the state permissible for this operation.". I tried all the steps (even restarting my machine as per instruction) but the LAN disconnected alert is still persistent. I tried multiple "netsh
" instructions online but my problem is still not stopping.
I just want to do it in my WNC. Is it possible to do this with WAN?
I tried ipconfig/release "Name of my WAN"
, ipconfig/release "Wireless Network Connection"
and ipconfig/release "Home network"
but all three said:
The operation failed as no adapter is in the state permissible for this operation.
This is a screenshot of the instruction that I have difficulty doing in a Windows + WiFi setup:
This is an older thread - but still relevant.
If you are having this issue with the error, The operation failed as no adapter is in the state permissible for this operation
, you should try the following:
cmd
as Administrator. The easiest way to do this is to hit the Start button, type cmd
in to the search box, right click the cmd
search result, and select "Run as Administrator"netsh winsock reset
and netsh int ip reset
.If anyone has other fixes, please contribute them in the comments and I will keep this comment updated.
Citations: