5/29/2019

Windows 10 : update 1809 RDP ไม่ได้ Check Config Show Status Not Supportd

Windows 10 : update 1809 RDP ไม่ได้ Check Config Show Status Not Supportd

Run RDP Wrapper เหมือนที่เคยทำแล้วไม่หาย

วิธีแก้
1. Run CMD Admin run command.
  1. net stop TermService


For 10.0.17134.706 you need:
2. Run Notepad as an administrator > open ini file C:\Program Files\RDP Wrapper\rdpwrap.ini and paste text in last line :

[10.0.17134.706-SLInit]
bServerSku.x64 =F1378
lMaxUserSessions.x64 =F137C
bAppServerAllowed.x64 =F1380
bInitialized.x64 =F2430
bRemoteConnAllowed.x64=F2434
bMultimonAllowed.x64 =F2438
ulMaxDebugSessions.x64=F243C
bFUSEnabled.x64 =F2440

[10.0.17134.706]
LocalOnlyPatch.x64=1
LocalOnlyOffset.x64=92521
LocalOnlyCode.x64=jmpshort
SingleUserPatch.x64=1
SingleUserOffset.x64=1511C
SingleUserCode.x64=Zero
DefPolicyPatch.x64=1
DefPolicyOffset.x64=10E78
DefPolicyCode.x64=CDefPolicy_Query_edi_rcx
SLInitHook.x64=1
SLInitOffset.x64=22F5C
SLInitFunc.x64=New_CSLQuery_Initialize


There must be an empty line at the end!
3. uninstall update kb4493464.
Open CMD and run command:
wusa /uninstall /kb:4493464

and reboot.
4. For disable updates I'm use utility
https://www.sordum.org/9470/windows-update-blocker-v1-1/
If your system is automatically updated you will lose access again.

5. Run command in cmd.
  1. net start TermService

https://github.com/stascorp/rdpwrap/issues/741

No comments:

Post a Comment