This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ============================================================= | |
| # 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 |