ad hoc tweak to easier connect Liine Lemur to Windows

I guess most Windows user of Liine Lemur have a hard time creating a stable ad hoc connection, here’s what worked best for us with different computers running both Windows 7 & 8.

1. Launch Notepad and type the following 2 lines:

netsh wlan set hostednetwork mode=allow ssid=MyLemur key=yourpassword
netsh wlan start hostednetwork

Where MyLemur is the name of your wireless network and yourpassword is your wireless password.

2. Save the file and change the file extension from “.txt” to “.bat”… For example startlemur.bat

3. Run the command with administrative rights (right click and choose run as administrator).

4. Check if your new network show up on your iPad and connect if it does. Try to run the file once more if it doesn’t.

5. Profit…

 

To stop your fake wireless network make another .bat file with the following:

netsh wlan stop hostednetwork

 

Hope it works for you!