Skip to content

Instantly share code, notes, and snippets.

@renzosa
renzosa / hotspot.cmd
Last active May 26, 2022 16:45 — forked from primaryobjects/hotspot-keep-alive.ps1
Script to Enable Windows 10 Mobile Hotspot Automatically After Reboot
PowerShell -Command "Set-ExecutionPolicy Unrestricted" >> "%TEMP%\StartupLog.txt" 2>&1
PowerShell %USERPROFILE%\hotspot.ps1 >> "%TEMP%\StartupLog.txt" 2>&1