È possibile utilizzare Connessione desktop remoto per connettersi da una postazione remota al vostro computer o viceversa. Sarebbe una scelta saggia per cambiare la porta predefinita di Windows RDP a qualcosa di altro oltre 3.389 in modo da evitare attacchi di automazione sulla vostra macchina.
In questo articolo vi spiegherò come modificare la porta predefinita RDP sulla vostra macchina o anche aggiungere una connessione RDP seconda porta diversa.
Se si desidera modificare il numero di porta di default:
Start-> Esegui -> Regedit
Individuare: HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ TerminalServer \ WinStations \ RDP-Tcp \
Modificare il valore in esadecimale NumeroPorta che avrebbe mostrato come "D3D". Decimale Selezionare e inserire un nuovo porto
Esempio:
Per creare una seconda porta a legarsi con RDP:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Terminal Server \ WinStations \ RDP-Tcp2]
"Richiamata" = dword: 00000000
"CallbackNumber" = ""
"CdClass" = dword: 00000000
"CdDLL" = ""
"CdFlag" = dword: 00000000
"CdName" = ""
"CfgDll" = "RDPCFGEX.DLL"
"ColorDepth" = dword: 00000005
"Comment" = ""
"Domain" = ""
"DrawGdiplusSupportLevel" = dword: 00000001
"FAutoClientDrives" = dword: 00000001
"FAutoClientLpts" = dword: 00000001
"FDisableCam" = dword: 00000000
"FDisableCcm" = dword: 00000000
"FDisableCdm" = dword: 00000000
"FDisableClip" = dword: 00000000
"FDisableCpm" = dword: 00000000
"FDisableEncryption" = dword: 00000001
"FDisableExe" = dword: 00000000
"FDisableLPT" = dword: 00000000
"FEnableWinStation" = dword: 00000001
"FForceClientLptDef" = dword: 00000001
"FHomeDirectoryMapRoot" = dword: 00000000
"FInheritAutoClient" = dword: 00000001
"FInheritAutoLogon" = dword: 00000001
"FInheritCallback" = dword: 00000000
"FInheritCallbackNumber" = dword: 00000001
"FInheritColorDepth" = dword: 00000000
"FInheritInitialProgram" = dword: 00000001
"FInheritMaxDisconnectionTime" = dword: 00000001
"FInheritMaxIdleTime" = dword: 00000001
"FInheritMaxSessionTime" = dword: 00000001
"FInheritReconnectSame" = dword: 00000001
"FInheritResetBroken" = dword: 00000001
"FInheritSecurity" = dword: 00000000
"FInheritShadow" = dword: 00000001
"FLogonDisabled" = dword: 00000000
"FPromptForPassword" = dword: 00000000
"FReconnectSame" = dword: 00000000
"FResetBroken" = dword: 00000000
"FUseDefaultGina" = dword: 00000000
"InitialProgram" = ""
"InputBufferLength" = dword: 00000800
"InteractiveDelay" = dword: 00000032
"KeepAliveTimeout" = dword: 00000000
"KeyboardLayout" = dword: 00000000
"LanAdapter" = dword: 00000000
"MaxConnectionTime" = dword: 00000000
"MaxDisconnectionTime" = dword: 00000000
"MaxIdleTime" = dword: 00000000
"MaxInstanceCount" = dword: ffffffff
"MinEncryptionLevel" = dword: 00000002
"NWLogonServer" = ""
"OutBufCount" = dword: 00000006
"OutBufDelay" = dword: 00000064
"OutBufLength" = dword: 00000212
"Password" = ""
"PdClass" = dword: 00000002
"PdClass1" = dword: 0000000b
"PdDLL" = "tdtcp"
"PdDLL1" = "tssecsrv"
"PdFlag" = dword: 0000004e
"PdFlag1" = dword: 00000000
"PdName" = "tcp"
"PdName1" = "tssecsrv"
"NumeroPorta" = dword: 00000D3D
"SecurityLayer" = dword: 00000001
"Shadow" = dword: 00000001
"UserAuthentication" = dword: 00000000
"Nome utente" = ""
"WdDLL" = "rdpwd"
"WdFlag" = dword: 00000036
"WdName" = "Microsoft RDP 6.1"
"WdPrefix" = "RDP"
"WFProfilePath" = ""
"WorkDirectory" = ""
"WsxDLL" = "rdpwsx"
Scarica il file: [Download not found]
Modificare e cambiare il valore NumeroPorta da "D3D" per il valore equivalente esadecimale ed eseguire le modifiche al registro. Una volta fatto riavviare il sistema affinché le modifiche abbiano luogo. (Come si noterà nel Registro di sistema di file si modifica, crea una nuova cartella RDP-TCP con il numero 2 per creare un altro esempio.)
Se si dispone di una soluzione firewall non dimenticate di aprire la porta TCP rilevanti per le connessioni in entrata.
3


























































