Skip to content

Instantly share code, notes, and snippets.

@muedsa
muedsa / languages-and-vms.md
Created March 10, 2023 08:23 — forked from haxscramper/languages-and-vms.md
languages-and-vms
@muedsa
muedsa / hotspot.cmd
Created April 23, 2023 02: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