Anyone else having issues getting to nintendozone.no-ip.org/install ? I can get to it on my Galaxy s4, but it just pulls a .Sh file. Should i re-name that file to .exe?
Thanks!
Thanks!
You're getting a .sh file because you're accessing the site form an OS that handles .sh files. If you want the .exe file, you need to go there from an OS that handles .exe files: Windows.Anyone else having issues getting to nintendozone.no-ip.org/install ? I can get to it on my Galaxy s4, but it just pulls a .Sh file. Should i re-name that file to .exe?
Thanks!
I just found this. Maybe it is actually possible via the interface switch of netsh wlan add profile? It says, if you don't specify an interface, profiles will be added on all interfaces. I guess I'll have to try.d0k3 The Windows native method do not require any preconfiguretion, it configures all by itself. Unfortunately there is no way to choose which adapter to host a virtual AP, Windows will choose any available hosted-network compatible wireless adapter by itself, that is stated in Microsoft documentation.
My script detects which phisical adapter hosts the virtual one and changes MAC for the exact physical adapter. BUT! As soon as sript triggers adapter down to change the MAC, Windows relocates the hosted virtual adapter to another compatible. Don't waste your time, I read in clear text on MS website that there is no way to select on which on the adapter it is hosted.I just found this. Maybe it is actually possible via the interface switch of netsh wlan add profile? It says, if you don't specify an interface, profiles will be added on all interfaces. I guess I'll have to try.
EDIT: Wait, you tell me Windows chooses itself? So, in the case of two adapters, we won't know for which one to change the MAC? Afaik we can't have two identical MACs in one computer, so changing both is out of question either. What will your script do in that case?