Skip to content

Instantly share code, notes, and snippets.

@axn585
axn585 / setup-windows-headless.ps1
Created April 25, 2026 05:57
Windows headless remote setup: Tailscale + RDP + WOL + no-sleep (axn585)
# =============================================================
# Windows Headless Remote Setup Script
# axn585 - Currumbin Valley
# Run in PowerShell as Administrator
# =============================================================
Write-Host ""
Write-Host "========================================" -ForegroundColor Cyan
Write-Host " Windows Headless Remote Setup" -ForegroundColor Cyan
Write-Host "========================================" -ForegroundColor Cyan