RDP Wrapper Libraryですが5月上旬にGithubに利用規約違反とかでアクセスできなかったのですが、6月上旬には復活していました。
解決策があったのかな?
RDP Wrapper Library by Stas’M
https://github.com/stascorp/rdpwrap
いろいろ探していると便利そうなツールがあったので試してみました。
RDP Wrapper & Autoupdate (07-06-2020) #859
https://github.com/stascorp/rdpwrap/pull/859
INSTALL of RDP Wrapper and Autoupdater
https://github.com/asmtron/rdpwrap/blob/master/binary-download.md
検証環境
・Windows 10 Home Edition バージョン 2004(OSビルド 19041.264) 評価版
・termsrv.dll バージョン 10.0.19041.84
- フォルダの作成
- RDPWrap-v1.6.2.zipのダウンロード
- RDPWrap-v1.6.2.zipの解凍
- c:\Program Files\RDP Wrapperにプログラムをコピー
- autoupdate.zipのダウンロード
- autoupdate.zipの解凍
- autoupdate.bat,helperをコピー
- autoupdate.bat,helperを管理者権限で実行
- RDPConf.exeで確認
C:\Program Files\RDP Wrapperを作成します。
https://github.com/stascorp/rdpwrap/releasesからRDPWrap-v1.6.2.zipをダウンロードします。
適当なフォルダに解凍します。
1 2 3 4 5 6 |
2016/07/23 19:19 458 install.bat 2015/08/12 19:23 1,045,504 RDPCheck.exe 2017/12/27 21:29 1,096,192 RDPConf.exe 2017/12/27 20:20 1,460,224 RDPWInst.exe 2016/03/06 05:40 249 uninstall.bat 2016/03/06 05:40 249 update.bat |
1 2 3 4 5 6 7 8 |
c:\Program Files\RDP Wrapper のディレクトリ 2016/07/23 19:19 458 install.bat 2015/08/12 19:23 1,045,504 RDPCheck.exe 2017/12/27 21:29 1,096,192 RDPConf.exe 2017/12/27 20:20 1,460,224 RDPWInst.exe 2016/03/06 05:40 249 uninstall.bat 2016/03/06 05:40 249 update.bat |
autoupdate.zip(https://github.com/asmtron/rdpwrap/raw/master/autoupdate.zip)をダウンロードします。
1 2 3 4 5 6 7 8 9 10 11 |
c:\RDPwrap\autoupdate のディレクトリ 2020/06/26 17:15 13,270 autoupdate.bat 2020/06/26 17:15 <DIR> helper 1 個のファイル 13,270 バイト c:\RDPwrap\autoupdate\helper のディレクトリ 2020/06/26 17:15 197 autoupdate__disable_autorun_on_startup.bat 2020/06/26 17:15 191 autoupdate__enable_autorun_on_startup.bat 2020/06/26 17:15 1,999 autoupdate__info.txt |
autoupdate.bat,helperをc:\Program Files\RDP Wrapperにコピーします。
1 2 3 4 5 6 7 8 9 10 |
c:\Program Files\RDP Wrapper のディレクトリ 2020/06/26 17:15 13,270 autoupdate.bat 2020/06/26 17:20 <DIR> helper 2016/07/23 19:19 458 install.bat 2015/08/12 19:23 1,045,504 RDPCheck.exe 2017/12/27 21:29 1,096,192 RDPConf.exe 2017/12/27 20:20 1,460,224 RDPWInst.exe 2016/03/06 05:40 249 uninstall.bat 2016/03/06 05:40 249 update.bat |
autoupdate.bat,helperを管理者権限で実行します。Windowsから警告が出ますが[詳細情報]をクリックして実行します。
autoupdate.batがRDP Wrapper Libraryインストールから最新のrdpwrap.iniまでをセットアップしてくれます。
autoupdate.batにpauseが無かったのでそのまま終了してしまいました(^^
他のPCからリモートデスクトップ接続もできました。
Windows Update後にautoupdate.batを管理者権限で実行すれば大丈夫かな。