Skip to content

Instantly share code, notes, and snippets.

View Impesoft's full-sized avatar

Ward Impe Impesoft

  • 9940 Ertvelde, Belgium
View GitHub Profile
@primaryobjects
primaryobjects / hotspot-keepalive.bat
Last active December 25, 2024 15:15
Enable Windows 10 Mobile Hotspot with Toggle Wi-Fi Adapter
PowerShell -Command "Set-ExecutionPolicy Unrestricted" >> "%TEMP%\StartupLog.txt" 2>&1
PowerShell C:\Users\YOUR_USERNAME\Desktop\hotspot-keepalive.ps1 >> "%TEMP%\StartupLog.txt" 2>&1