Programming

호스트 네트워크를 시작할 수 없습니다

procodes 2020. 7. 29. 22:17
반응형

호스트 네트워크를 시작할 수 없습니다


실행하려고 netsh wlan start hostednetwork하면 다음 메시지가 나타납니다.

C:\Windows\system32>netsh wlan start hostednetwork
The hosted network couldn't be started.
The group or resource is not in the correct state to perform the requested operation.

관리자 권한으로 이것을 실행하고 있으므로 악명 높지 않습니다.

C:\Users\Kevin>netsh wlan start hostednetwork
You must run this command from a command prompt with administrator privilege.

호스팅 된 네트워크를 "올바른 상태"로 가져 오려면 어떻게합니까?


제어판을 통해 비활성화 -> 네트워크 어댑터-> 가상 연결에서 마우스 오른쪽 버튼을 클릭-> 비활성화 후 발생

장치 관리자 (해당 이동 해결하려면 Windows-key + x + m윈도우 8, Windows-key + x 다음 m창 10), 다음 네트워크 어댑터 트리를 열고 마이크로 소프트 마우스 오른쪽 클릭 버튼이 호스트 네트워크 가상 어댑터를하고 사용을 클릭합니다.

netsh wlan start hostednetwork관리자 권한을 가진 명령 으로 지금 시도하십시오 . 작동해야합니다.

참고 : 이름이 'Microsoft Hosted Network Virtual Adapter'인 네트워크 어댑터가 표시되지 않으면 장치 관리자 창 에서 메뉴->보기-> 숨겨진 장치 표시를 시도 하십시오.


장치 관리자에서 네트워크 어댑터를 활성화해도 도움이되지 않을 수 있습니다. 다음은이 문제를 해결하는 데 도움이되었습니다.

제어판-> 네트워크 및 인터넷-> 네트워크 연결 에서 Wifi 어댑터 (예 : 가상 어댑터가 아닌 실제 Wifi 장치 어댑터) 비활성화 및 활성화를 시도 했습니다. 장치 관리자에서도 동일한 작업을 수행 할 수 있습니다. 이렇게하면 어댑터 설정과 Wifi 어댑터 및 Virtual Miniport 어댑터에 대한 설정이 반드시 재설정됩니다.

그러나 allowstart 명령을 실행하기 전에 아래 예와 같이 모드가 설정되어 있는지 확인하십시오 .

netsh wlan set hostednetwork mode=allow ssid=ssidOfUrChoice key=keyOfUrChoice

그 후 명령을 실행하십시오 netsh wlan start hostednetwork.

또한 미니 포트 어댑터 연결로 사용이 끝나면 다음 명령을 사용하여 중지하는 것이 좋습니다.

netsh wlan stop hostednetwork

도움이 되길 바랍니다.


랩톱에서이 문제가 발생했습니다. 이 문제에 대한 해결책을 찾았습니다.

  1. 명령 프롬프트 "netsh wlan show driver"에서이 명령을 테스트하십시오.
  2. 호스트 네트워크 지원을 참조하십시오.
  3. 그렇지 않다면

그런 다음이 작업을 수행

  1. 장치 관리자로 이동하십시오.
  2. 보기를 클릭하고 "숨겨진 장치 표시"를 누르십시오.
  3. 장치 목록으로 이동하여 "Network Devices"노드를 확장하십시오.
  4. "Microsoft Hosted Network Virtual Adapter"라는 이름의 어댑터를 찾은 다음 마우스 오른쪽 단추로 클릭하십시오.
  5. 사용을 선택하십시오
  6. 이렇게하면 AdHoc에서 만든 연결이 활성화됩니다. AdHoc 네트워크 연결이 나타나지 않으면 상승 된 명령 프롬프트를 열고 "netsh wlan stop hostednetwork"명령을 따옴표없이 적용하십시오.
  7. 그런 다음 연결이 나타납니다. 그런 다음 연결을 시작하십시오. 잘 작동합니다.

먼저 cmd로 들어가서 "netsh wlan show drivers"를 입력했을 때 호스팅 된 네트워크 지원에 대한 NO도있었습니다. 중요하지 않지만 여전히 할 수 있습니다. cmd에는 없습니다.

이 문제는 호스트 네트워크가 Windows 10 에서 작동하는 방식을 변경했기 때문에 발생한다고 생각합니다 . 명령 행을 사용하지 마십시오.

PC에서 설정> 네트워크> 모바일 핫스팟으로 이동 하면 필요한 모든 설정이 표시됩니다. 전원을 켜고 네트워크를 설정하십시오.

여전히 작동하지 않으면 제어판> 네트워크 및 인터넷> 네트워크 및 공유 센터> 어댑터 옵션 변경> 으로 이동 한 다음 공유하려는 네트워크 어댑터의 속성을 클릭하십시오. 공유 탭으로 이동하여 인터넷 연결을 공유하고 공유하는 데 사용할 어댑터 이름을 선택하십시오.


먼저 무선 랜 카드가 호스트 네트워크를 지원하는지 그리고 카드 드라이버를 업데이트하지 않는지 확인하십시오. 이 단계를 따르십시오

1) 관리자 권한으로 cmd를 엽니 다.
2) 검은 화면 유형에서 : netsh wlan show driver | findstr Hosted
3) 호스트 네트워크 지원, 아니요 인 경우 드라이버 업데이트

여기에 이미지 설명을 입력하십시오


Symptoms
You install an application that uses Microsoft Virtual WiFi technology on a computer that is running Windows 7 or Windows Server 2008 R2. However, the application does not work after the computer restarts. Additionally, you receive an error message that resembles the following:

The hosted network couldn't be started. The group or resource is not in the correct state to perform the requested operation.

Cause
This issue occurs because the Virtual Wi-Fi filter driver does not create the Virtual Wi-Fi Adapter correctly when a PNP resource rebalance occurs during the startup process.

Notes
1.This issue may occur when a Plug and Play (PNP) resource rebalance occurs during the startup process. The PNP resource rebalance is usually triggered by a change to the hardware configuration.
2.If you open Device Manager when this issue occurs, you notice that the Virtual WiFi Adapter is not created.

If you can't restart your hostednetwork after rebooting the OS ,just Try this hotfix .It fixed my problem. Or try to figure it out by yourself according to the Symptoms and Cause mentioned at the start of my answer.


Often, I've found that the solution to this problem can be fixed by disabling and then enabling the Wifi hardware. I've made a script to do this automatically instead of doing it manually by going to the device manager. You can find it here


Some fixes I've used for this problem:

  1. Check if the connection you want to share is shareable.

    a. Press Win-key + r and run ncpa.cpl

    b. Right click on the connection you want to share and go to properties

    c. Go to sharing tab and check if sharing is enabled

  2. Run devmgmt.msc from the run console.

    a. Expand the network adapters list

    b. Right click -> properties on the adapter of the connection you want to share

    c. Go to power management tab and enable allow this computer to turn off this device to save power. Restart your laptop if you've made changes.

  3. 비행기 모드가 비활성화되어 있는지 확인하십시오 . 비행기 모드를 활성화 한 다음 Wi-Fi를 켤 수 있습니다. 알 수 없습니다. 비행기 모드가 켜져 있으면 비활성화하십시오.

  4. 이 명령을 실행하려면 admin 명령 프롬프트를 사용하십시오 .


위의 답변 중 어느 것도 효과가 없으면 다음과 같은 해결책을 시도해보십시오.

Go to Services manager(services.msc) and enable the below services and try again.
  1. WLAN 자동 구성
  2. Wi-Fi Direct 서비스 연결 관리자 서비스

이것이 문제를 해결하기를 바랍니다.


다른 활성 Wi-Fi 어댑터가 있으면 호스팅 된 네트워크가 시작되지 않습니다.

호스팅 된 네트워크를 시작하는 동안 다른 기능을 비활성화하십시오.

참고 URL : https://stackoverflow.com/questions/18182084/cant-start-hostednetwork

반응형