אתה יכול להשתמש שולחן עבודה מרוחק להתחבר ממיקום מרוחק למחשב או שלכם בחוץ וההתקפה בבית. זה יהיה חכם אפשרות לשנות את יציאת ברירת המחדל של Windows RDP על משהו אחר חוץ מאשר 3389, כך שתוכל למנוע התקפות אוטומציה במחשב שלך.
במאמר זה אסביר לך כיצד לשנות את ברירת המחדל של היציאות RDP במחשב שלך או אפילו להוסיף חיבור RDP השני על יציאה אחר.
אם ברצונך לשנות את מספר היציאה המוגדר כברירת מחדל:
Start-> Run -> Regedit
אתר: HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ TerminalServer \ WinStations \ RDP-TCP \
שינוי ערך PortNumber אשר hex יראה כמו "d3d". עשרוני בחר והזן יציאה חדשה
דוגמה:
כדי ליצור הנמל השני להיקשר עם RDP:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Terminal Server \ WinStations \ RDP-Tcp2]
"Callback" = dword: 00000000
"CallbackNumber" = ""
"CdClass" = dword: 00000000
"CdDLL" = ""
"CdFlag" = dword: 00000000
"CdName" = ""
"CfgDll" = "RDPCFGEX.DLL"
"ColorDepth" = dword: 00000005
"תגובה" = ""
"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
"סיסמה" = ""
"PdClass" = dword: 00000002
"PdClass1" = dword: 0000000b
"PdDLL" = "tdtcp"
"PdDLL1" = "tssecsrv"
"PdFlag" = dword: 0000004e
"PdFlag1" = dword: 00000000
"PdName" = "TCP"
"PdName1" = "tssecsrv"
"PortNumber" = dword: 00000d3d
"SecurityLayer" = dword: 00000001
"הצל" = dword: 00000001
"UserAuthentication" = dword: 00000000
"שם משתמש" = ""
"WdDLL" = "rdpwd"
"WdFlag" = dword: 00000036
"WdName" = "Microsoft RDP 6.1"
"WdPrefix" = "RDP"
"WFProfilePath" = ""
"WorkDirectory" = ""
"WsxDLL" = "rdpwsx"
להוריד קובץ: [לא מצאתי הורדה]
לערוך ולשנות ערך PortNumber מ "d3d" לערך הקסדצימלי המקבילה ולבצע את השינויים ברישום. בסיום להפעיל מחדש את המחשב כדי שהשינויים ייכנסו למקום. (כפי תבחין ברישום הקובץ תוכלו לערוך אותו יוצר חדש RDP-TCP תיקיה עם מספר 2 כדי ליצור עוד מופע.)
אם יש לך פתרון חומת אש אל תשכח לפתוח את יציאת TCP רלוונטי לחיבורים נכנסים.



























































