I just read Quora that the connectify application has (or has) a timeout for the free version.
Alexander Gizis, creator of Connectify. says: We just released Connectify Hotspot 2016 and removed the timeout from the free version. Take it from our website and enjoy! "
Here is what I read. So maybe you are using an older free version of the connection, you can fix this problem by updating the connection software.
If this does not work, there are alternatives. FREE ALTERNATIVES
since window 7 (possibly even with xp) has a program (or command) called netsh , it comes with a preinstalled OS that can be called from the command line and with several parameters you can configure a personal access point.
Read this article
IF this link doesn’t work, then just ignore the link (it may have died), instead I grabbed the most important part and inserted it below.
Run the following command in the CMD window:
netsh wlan set hostednetwork mode=allow ssid=hotspot_name_here key=password_here
This sets the hotspot properties, such as the name and password of the access point.
Then:
netsh wlan start hostednetwork
This command will launch a hot spot.
PS. You will need to run the cmd window as an administrator. Click "Start", enter "cmd" in the search, right-click the search result cmd and select "Run as administrator"
source share