修改windows遠端桌面連線埠-批處理
將以下儲存為 port.bat
------------------------------
@echo off
color 0a
title 修改Windows 2003/2008遠端桌面服務埠號
echo *******************************************************************
echo * 修改遠端埠為33899
echo *******************************************************************
echo 正在修改埠為 33899,請稍候
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp" /v PortNumber /t reg_dword /d 33890 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v PortNumber /t reg_dword /d 33890 /f
netsh firewall set opmode mode = enable
netsh firewall set portopening all 80 web enable
netsh firewall set portopening all 3389 remote-pre enable
netsh firewall set portopening all 33890 remote enable
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t reg_dword /d 1 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t reg_dword /d 0 /f
echo 正在自動重新啟動電腦以便埠生效!
shutdown -r -t 1
pause
exit
-----------------------------------
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69971605/viewspace-2687211/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- windows遠端桌面埠修改Windows
- windows遠端桌面埠修改(zt)Windows
- Windows 10 修改遠端桌面埠(qbit)Windows
- 修改windows遠端桌面3389埠Windows
- 修改遠端桌面埠
- win10遠端桌面連線卡如何解決_windows10遠端連線桌面很卡怎麼處理Win10Windows
- Windows遠端連線CentOS桌面WindowsCentOS
- windows2003修改遠端桌面連線數Windows
- windows?10如何遠端桌面連線Windows
- windows server 2008 遠端桌面埠修改WindowsServer
- 獲取Windows遠端桌面埠Windows
- Windows掃描埠連結數批處理薦Windows
- 批次遠端桌面連線 批次遠端桌面
- 遠端桌面連線
- win10無法遠端桌面連線怎麼處理_遠端桌面win10連線不上解決方法Win10
- 如何遠端連線 桌面設定遠端桌面連線
- 如何遠端連線 遠端桌面軟體連線
- Windows與Linux相互遠端桌面連線WindowsLinux
- rd遠端桌面 如何連線rd遠端桌面
- Windows下統計埠連結數的批處理Windows
- PowerShell自定義修改遠端桌面RDP埠
- 遠端連線桌面 批次遠端管理
- Win10系統修改遠端桌面連線埠號3389的步驟Win10
- 遠端連線 Ubuntu 桌面Ubuntu
- Windows server2008修改遠端桌面埠的方法WindowsServer
- 遠端桌面的處理
- 怎麼開啟遠端桌面連線 Windows遠端方法Windows
- windows系統遠端桌面連線技巧兩則Windows
- VNC實現Windows遠端連線Linux桌面VNCWindowsLinux
- 修改Windows預設遠端埠號Windows
- vps如何遠端連線,遠端桌面連線vps
- 遠端桌面連線命令 批次遠端管理
- windows 系統,遠端桌面連線超出連線數解決方法Windows
- rdp遠端桌面連線方法
- rd遠端桌面連線方式
- Rd遠端桌面連線方法
- rdp遠端桌面連線方式
- Linux 連線遠端桌面Linux