Skip to content

Instantly share code, notes, and snippets.

View pochtar's full-sized avatar

Max Pochtar pochtar

View GitHub Profile
@pochtar
pochtar / hotspot.cmd
Created August 30, 2022 01:21 — 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 C:\Users\YOUR_USERNAME\Desktop\hotspot.ps1 >> "%TEMP%\StartupLog.txt" 2>&1