Wi-Fi opt-out Microsoft & Google
So if I want to opt out Google's WiFi Assistant I have to add
_nomapto my SSID.
If I want to opt out from Microsoft's WiFi Sense I have to add
_optoutto my SSID.
What if I want to opt out both? Can I combine them?
SSID_nomap_optout?
SSID_optout_nomap?
SSID_nomap _optout?
SSID_optout _nomap?What a trouble...
2 Answers
Google's _nomap must appear at the end of the SSID while the Windows _optout can be anywhere in the SSID, so this should work based on the docs below:
SSID_optout_nomap:
...you can opt your network out by including
_optoutsomewhere in the Wi-Fi network name (also called the SSID). For example,mynetwork_optoutormy_optout_network. When you do this, Windows won’t automatically connect people to your open network.
:
To opt out, change the SSID (name) of your Wi-Fi access point (your wireless network name) so that it ends with
_nomap. For example, if your SSID is12345, you would change it to12345_nomap.
You can use SSID_nomap_optout.
Source:
4