I create a Virtual Wifi (soft) access point using following command on cmdline with Admin Rights:
netsh wlan set hostednetwork mode=allow ssid=<SSID> key=<Password> keyUsage=persistent
and then Start this Access point using:
netsh wlan start hostednetwork
Thing is for this, I need Admin Rights, and I have to do same process after every reboot. Is there any way where I can keep this AP even after reboot?
I can add this in a BAT File and run on Every start up, but I have a machine which I don't have admin rights. I can ask the guy with Admin Rights once a while but I don't want to bug him!
Update: This AP gets disabled even after Sleep or Hibernate!