[RDP] Windows10設定遠端多人多工
在許多非資工實驗室內擁有所謂「Super」的高配備電腦,希望能提高運算速度,進而使產出增加。大多數人熟悉的作業系統是Windows,為了配合使用者,「Super」也是採用Windows的作業系統,但在Windows下遠端多人多工並非是一個官方開放的功能,若單一時間只能單人使用,太浪費其效能,因此在此紀錄如何將Windows改為可遠端多人多工系統。
(環境:Windows10)
- 下載 RDPWrap-v1.6.2.zip 並解壓縮,裡面有
- update.bat
- uninstall.bat
- RDPWInst.exe
- RDPConf.exe
- RDPCheck.exe
- install.bat
- 以系統管理員身分執行「install.bat」
RDP Wrapper Library v1.6.2 Installer v2.5 Copyright (C) Stas'M Corp. 2017 [*] Notice to user: - By using all or any portion of this software, you are agreeing to be bound by all the terms and conditions of the license agreement. - To read the license agreement, run the installer with -l parameter. - If you do not agree to any terms of the license agreement, do not use the software. [*] Installing... [*] Terminal Services version: 10.0.18362.657 #這是自己電腦系統中termsrv.dll的版本,補丁要靠這個去找 [-] This version of Terminal Services is not supported. Try running "update.bat" or "RDPWInst -w" to download latest INI file. If it doesn't help, send your termsrv.dll to project developer for support. [+] TermService found (pid 1228). [*] No shared services found. [*] Extracting files... [+] Folder created: C:\Program Files\RDP Wrapper\ #這是RDP Wrapper資料夾路徑 [*] Downloading latest INI file... [+] Latest INI file -> C:\Program Files\RDP Wrapper\rdpwrap.ini #這是rdpwrap.ini檔案路徑 [+] Extracted rdpw64 -> C:\Program Files\RDP Wrapper\rdpwrap.dll [*] Configuring service library... [*] Checking dependencies... [*] Checking CertPropSvc... [*] Checking SessionEnv... [*] Terminating service... [*] Starting TermService... [-] StartService error (code 1056). [*] Configuring registry... [*] Configuring firewall... 確定。 [+] Successfully installed. ______________________________________________________________ You can check RDP functionality with RDPCheck program. Also you can configure advanced settings with RDPConf program.
需出現「Successfully installed.」才算安裝完成。 - 根據「termsrv.dll」版本去找相關補丁,此例為「10.0.18362.657」,找到 「autoupdate.bat」。
- 在執行補丁之前,先以系統管理員身分執行「命令提示字元」,關閉遠端伺服器
C:\WINDOWS\system32>net stop termservice 下面的服務關係到 Remote Desktop Services 服務。 停止 Remote Desktop Services 服務也會停止這些服務。 Remote Desktop Services UserMode Port Redirector Agilent License Service 要繼續執行這項操作嗎? (Y/N) [N]: y Remote Desktop Services UserMode Port Redirector 服務正在停止.. Remote Desktop Services UserMode Port Redirector 服務已經成功停止。 Agilent License Service 服務正在停止. Agilent License Service 服務已經成功停止。 Remote Desktop Services 服務正在停止. Remote Desktop Services 服務已經成功停止。
- 將「RDPWInst.exe」與「autoupdate.bat」移至RDP Wrapper資料夾「C:\Program Files\RDP Wrapper\」。
- 此時以系統管理員身分執行「autoupdate.bat」,會自動更新「rdpwrap.ini」,等它跑完就大功告成。
- 同樣以系統管理員身分執行「命令提示字元」,開啟遠端伺服器
C:\WINDOWS\system32>net start termservice Remote Desktop Services 服務正在啟動 . Remote Desktop Services 服務已經啟動成功。
- 新增使用者,並使其有遠端桌面權限(參考:Windows10新增使用者並賦予遠端桌面權限)。
留言
張貼留言