Posted 09 June 2012 - 13:46
Posted 09 June 2012 - 20:09
Posted 10 June 2012 - 01:36
Correct me if I'm wrong, but isn't Ad-Hoc set up through the wireless NICs device properties?
![]()
See this : http://social.techne...96-e224167b6f08
Posted 10 June 2012 - 08:25


Posted 10 June 2012 - 09:23
Posted 10 June 2012 - 09:39
Don't confuse ad hoc wi-fi with virtual wi-fi. Virtual wi-fi creates an infrastructure-mode wireless network. Ad-hoc wireless was probably removed in Windows 8 because Wi-Fi Direct is introduced in Windows 8. Wi-Fi Direct is better than ad doc wireless connection - devices can connect simultaneously.
Posted 10 June 2012 - 09:58
Don't confuse ad hoc wi-fi with virtual wi-fi. Virtual wi-fi creates an infrastructure-mode wireless network. Ad-hoc wireless was probably removed in Windows 8 because Wi-Fi Direct is introduced in Windows 8. Wi-Fi Direct is better than ad doc wireless connection - devices can connect simultaneously.
Posted 10 June 2012 - 10:14
Posted 10 June 2012 - 10:22
Virtual Wi-Fi works in infrastructure mode, not ad hoc mode. It is working on my Windows 8 Release Preview. To set up a hosted network, do this:
1. From an elevated cmd prompt: type this:
netsh.exe wlan set hostednetwork mode=allow "ssid=<whatever SSID>" "key=<whatever key you use>" keyUsage=persistent
You can create a shortcut to this cmd line and save it, and set it to run as admin whenever you next want to create a new hosted network or use it every time after a clean install.
2. Then to start the hosted network, type this:
netsh.exe wlan start hostednetwork
3. From the PC you want to connect, enter the SSID and key and you have it working.
When you are done, just stop the network using: netsh.exe wlan stop hostednetwork
Ad hoc connection unfortunately seems to be removed in Windows 8 - dunno why - with Vista and later, it had WPA2 security. And Wi-Fi Direct seems to be exposed only in the Play To GUI and Devices charms, it doesn't seem to support general file sharing yet.
Posted 10 June 2012 - 11:04
Posted 14 June 2012 - 04:54