Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.69k stars 1.08k forks source link

Wi-Fi Sense is no longer available #334

Open Zero3 opened 3 years ago

Zero3 commented 3 years ago

Wi-Fi Sense is no longer available as of Windows 10 version 1803, according to top note of https://docs.microsoft.com/en-us/windows/configuration/manage-wifi-sense-in-enterprise.

I noticed this on a Windows 10 box today. The setting does not appear in the settings app any more either.

Perhaps a comment about this could be added to Win10.psm1, as with some of the other tweaks?

(On a related note, maybe it is worth moving all the old-version-only tweaks to a separate section in Default.preset? I noticed that the script has a bunch of them by now, and they are probably irrelevant for most people...)

E3V3A commented 3 years ago

Yes, We should definitely have a deprecated section, where all items are commented out.

@Zero3 Can you provide a list of the other deprecated items?

E3V3A commented 3 years ago

@Zero3 @Disassembler0

Seem we have more contradicting info from MS!

From here (05/02/2018)

Beginning with Windows 10, version 1803, Wifi-Sense is no longer available. The following information only applies to Windows 10, version 1709 and prior. Please see Connecting to open Wi-Fi hotspots in Windows 10 for more details.

There it seem that Wi-Fi Sense was removed after 1709...

BUT from here (09/09/2020):

Original product version: Windows 10 - all editions

So we better keep it!