Sposób który u mnie zadziałał, choć sieć nie pojawiła się na liście w w8.1 ale internet działał
Cytat:
|
Napisany przez http://superuser.com/questions/695658/cant-connect-ad-hoc-network-to-windows-8-1-pro
Create a new profile via gui (new connection in the nework center)
Choose "connect manual with a network"
Type in your network data
disable the check box for "start this connection automatically"
Now you need to change the connection type to an ad-hoc-network: open command prombt and type netsh wlan set profileparameter name=<YOUR NETWORK NAME> ConnectionType=IBSS
In command prombt you can see all networks with netsh wlan show networks - there should be your Ad-Hoc network which you can join now
To connect to your network just type netsh wlan connect name=<YOUR NETWORK NAME> - it will use your created profile to join the network
To disconnect later just type netsh wlan disconnect
|