enter image description here

Windows 8.1 operating system

It is created using the following commands, if there is a working wi-fi card on board.

netsh wlan set hostednetwork mode=allow ssid=hotspot key=YourKey netsh wlan start hostednetwork 

Added the necessary parameter to the registry

Added the necessary parameter to the registry

Value has not changed

Value has not changed

    1 answer 1

    Open regedit , go to the branch: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Control\Class\ . We are looking for a 4D36E972 starting with 4D36E972 . We go into it, we see subdirectories. Each of them contains a set of perperty for network cards of this machine. We are looking for the right one. He edits the property NetworkAddress - no properties - add (type REG_SZ).

    • poppy address has not changed, even after a reboot - player0k
    • one
      Perhaps your network card does not want it or cannot. - KoVadim 2:26 pm
    • one
      Read the docks about MAC-addresses in Windows [7, 8, 8.1]. In my opinion, it is impossible to register a completely random address there. - isnullxbh