Skip to content

Instantly share code, notes, and snippets.

View astrojolo's full-sized avatar
🏠
Working from home

astrojolo astrojolo

🏠
Working from home
View GitHub Profile
@astrojolo
astrojolo / hotspot.cmd
Created October 4, 2023 06:11 — 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