⬇️SCRIPT⬇️
@echo off echo Enabling Mobile Hotspot... powershell -ExecutionPolicy Bypass -Command "$profile = [Windows.Networking.Connectivity.NetworkInformation, Windows.Networking.Connectivity, ContentType=WindowsRuntime]::GetConnectionProfiles() | where {$_.profilename -eq 'Loopback'}; $tether = [Windows.Networking.NetworkOperators.NetworkOperatorTetheringManager, Windows.Networking.NetworkOperators, ContentType=WindowsRuntime]::CreateFromConnectionProfile($profile); $tether.StartTetheringAsync()" echo Done! pause