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.7k stars 1.08k forks source link

adding 1809 disable hotspot 2.0 ? #234

Closed glthubb closed 5 years ago

glthubb commented 5 years ago

i found hotspot 2.0 enabled by default in 1809 its running under service "icssvc" Turn on command - netsh wlan set hostednetwork mode=allow Turn off command - netsh wlan set hostednetwork mode=disallow

more details and PS commands https://stackoverflow.com/questions/45833873/enable-win10-inbuild-hotspot-by-cmd-batch-powershell