- Connect with Remote Desktop to your IP as Administrator using the password from the console.
- Press Ctrl+Alt+End → Change a password. Use 16+ characters.
- Change the RDP port (PowerShell:
Set-ItemProperty 'HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' -Name PortNumber -Value 3390), allow it in Windows Firewall, restartTermService, reconnect on the new port. - Confirm Network Level Authentication is on and set an account lockout policy (
secpol.msc→ Account Lockout Policy: 5 attempts / 15 minutes). - Create a second administrator account for daily use; rename the built-in Administrator.
- Run Windows Update and reboot; set active hours.
- Set the time zone (
Set-TimeZone 'India Standard Time'). - Disable services you do not need (Print Spooler, if not printing) and leave file sharing closed unless on a private VLAN.
- Take a snapshot from the server page before installing applications.
The full walkthrough with client instructions for every platform is in the Windows RDP guide.