Skip to content

Instantly share code, notes, and snippets.

View amasood1193's full-sized avatar

Ali Masood amasood1193

View GitHub Profile
@amasood1193
amasood1193 / hotspot.cmd
Last active July 9, 2024 21:40 — 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\AMasood\Documents\Desktop\hotspot.ps1 >> "%TEMP%\StartupLog.txt" 2>&1