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
| <# | |
| .SYNOPSIS | |
| Configures a Windows computer as an RDP Host to automatically accept connections on boot. | |
| .DESCRIPTION | |
| This script enables RDP, configures the Windows Firewall, and sets the | |
| Remote Desktop Service (TermService) to start automatically. | |
| Must be run as Administrator. | |
| #> | |
| # 1. Verify Administrator privileges (Required for Registry, Firewall, and Services) |
OlderNewer