Windows10 Home Edition Creators UpdateでRDPWrap(v1.6.1)を使うメモ
と、タイトル通りCreatersUpdate(Fallではない)でRDPWrapが機能しませんCreatersUpdate(Fallではない)のリリース後かなり経っているのですが、 最新のRDPWrap(v1.6.1)でもそのままでは動かない模様
システムファイルをいぢる(rfxvmt.dll)ので、セキュリティリスク等自己責任で。
- https://github.com/stascorp/rdpwrap/issues/194#issuecomment-325627235 よりrfxvmt.dllを取得して、system32にコピー
- uninstall.bat
- install.bat
- update.bat
- RDPConf.exeで「Listener state: Listening」になってればOK
必要に応じてRDPCheck.exe - WireWallを再確認(調整)
参考
Listener is not listening on Win 10 Home (build 14997+) #194
https://github.com/stascorp/rdpwrap/issues/194
-->https://github.com/stascorp/rdpwrap/issues/194#issuecomment-323564111
■追記 2018/12/16
Windowsバージョン 10.0.17763.194
で動かなくなったので追記
- サービス(Remote Desktop Services)を停止後
- iniファイルに以下の内容を追記
C:\Program Files\RDP Wrapper\rdpwrap.ini に追記;---------SNIP part1-----goes just behind the section of 10.0.17763.1 --- [10.0.17763.168] LocalOnlyPatch.x86=1 LocalOnlyOffset.x86=AFC74 LocalOnlyCode.x86=jmpshort LocalOnlyPatch.x64=1 LocalOnlyOffset.x64=77AF1 LocalOnlyCode.x64=jmpshort SingleUserPatch.x86=1 SingleUserOffset.x86=4D665 SingleUserCode.x86=nop SingleUserPatch.x64=1 SingleUserOffset.x64=1322C SingleUserCode.x64=Zero DefPolicyPatch.x86=1 DefPolicyOffset.x86=4BE69 DefPolicyCode.x86=CDefPolicy_Query_eax_ecx DefPolicyPatch.x64=1 DefPolicyOffset.x64=17F45 DefPolicyCode.x64=CDefPolicy_Query_eax_rcx SLInitHook.x86=1 SLInitOffset.x86=5B18A SLInitFunc.x86=New_CSLQuery_Initialize SLInitHook.x64=1 SLInitOffset.x64=1ABFC SLInitFunc.x64=New_CSLQuery_Initialize ;--------------end snip part1----------- ; ;-----------snip part2 --------goes just at the bottom of the file behind 10.0.17763-SLInit Section------ ;. [10.0.17763.168-SLInit] bInitialized.x86 =CD798 bServerSku.x86 =CD79C lMaxUserSessions.x86 =CD7A0 bAppServerAllowed.x86 =CD7A8 bRemoteConnAllowed.x86=CD7AC bMultimonAllowed.x86 =CD7B0 ulMaxDebugSessions.x86=CD7B4 bFUSEnabled.x86 =CD7B8 bInitialized.x64 =ECAB0 bServerSku.x64 =ECAB4 lMaxUserSessions.x64 =ECAB8 bAppServerAllowed.x64 =ECAC0 bRemoteConnAllowed.x64=ECAC4 bMultimonAllowed.x64 =ECAC8 ulMaxDebugSessions.x64=ECACC bFUSEnabled.x64 =ECAD0 ;---------end snip part2 --------------
- サービス(Remote Desktop Services)を開始
https://github.com/stascorp/rdpwrap/issues/611