[RDP] Windows10設定遠端多人多工

在許多非資工實驗室內擁有所謂「Super」的高配備電腦,希望能提高運算速度,進而使產出增加。大多數人熟悉的作業系統是Windows,為了配合使用者,「Super」也是採用Windows的作業系統,但在Windows下遠端多人多工並非是一個官方開放的功能,若單一時間只能單人使用,太浪費其效能,因此在此紀錄如何將Windows改為可遠端多人多工系統。

(環境:Windows10)
  1. 下載 RDPWrap-v1.6.2.zip 並解壓縮,裡面有
    1. update.bat
    2. uninstall.bat
    3. RDPWInst.exe
    4. RDPConf.exe
    5. RDPCheck.exe
    6. install.bat
  2. 以系統管理員身分執行「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.」才算安裝完成。
  3. 根據「termsrv.dll」版本去找相關補丁,此例為「10.0.18362.657」,找到 「autoupdate.bat」。
  4. 在執行補丁之前,先以系統管理員身分執行「命令提示字元」,關閉遠端伺服器
    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 服務已經成功停止。
  5. 將「RDPWInst.exe」與「autoupdate.bat」移至RDP Wrapper資料夾「C:\Program Files\RDP Wrapper\」。
  6. 此時以系統管理員身分執行「autoupdate.bat」,會自動更新「rdpwrap.ini」,等它跑完就大功告成。
  7. 同樣以系統管理員身分執行「命令提示字元」,開啟遠端伺服器
    C:\WINDOWS\system32>net start termservice
    Remote Desktop Services 服務正在啟動 .
    Remote Desktop Services 服務已經啟動成功。
  8. 開啟「RDPConf.exe」確定都是綠燈
  9. 新增使用者,並使其有遠端桌面權限(參考:Windows10新增使用者並賦予遠端桌面權限)。
  10. 開啟「RDPCheck.exe」登入新的使用者帳號,若能登入到桌面,代表遠端多人多工成功。其它電腦使用「mstsc.exe」遠端桌面連線輸入此電腦IP,即可使用。

留言

這個網誌中的熱門文章

[Hyper-V] 讓 Windows 可以吃到超過 16TB 的硬碟!