Rdpwrap: Last Windows Security Update breaks RDPWrap

Created on 10 Apr 2019  Β·  22Comments  Β·  Source: stascorp/rdpwrap

Hi all,

The last Security Update KB4489899 on Windows 10 breaks RDPWrap, have to uninstall it to recover the fonctionnality.

Most helpful comment

Full steps fix this:
A. Stop the service

  1. Open admin command prompt window (search CMD, right click, run as admin)
  2. type net stop termservice and press enter
  3. Leave window open to start service later (optional)

B. Move new DLL file

  1. Open Explorer, type system32 to go to the system32 folder.
  2. Search and find termsrv.dll
  3. Open the file's properties.
  4. Go to Security.
  5. Click Advanced.
  6. Click Change next to owner.
  7. Type your username and press enter.
  8. Press Ok.
  9. Back in the security tab (step 4) Click Edit.
  10. Under Group or user names Click on your username
  11. Check the Allow Checkbox next to Full Control.
  12. Press OK.
  13. Drag and drop the new termsrv.dll File into the system32 folder. (found here, same link as found in issue #721)
  14. When prompted to replace, hit yes.
  15. Now we want to change the settings back. Note that this is optional, but better for security.
    16 Follow the same steps to get to the window in step 11.
  16. Under your username, uncheck modify and write.
  17. Press Ok.
  18. Follow the same steps to get to the window in step 7.
  19. Now type in NT SERVICE\TrustedInstaller to make TrustedInstaller the owner again.
  20. Press Ok.
  21. Done!

D. Start the service

  1. If you didn't leave the admin window open, open a new one.
  2. type net start termservice and press enter
  3. Enjoy RDP

All 22 comments

Команда для удалСния Ρ‡Π΅Ρ€Π΅Π· ΠΊΠΎΠΌΠ°Π½Π΄Π½ΡƒΡŽ строку (Π² Ρ€Π΅ΠΆΠΈΠΌΠ΅ Администратора):
wusa /uninstall /kb:4489899

@mihalich1988, That's what I did. ;)

Not work anyway ..

Not work anyway ..

Check this https://github.com/stascorp/rdpwrap/issues/721

I updated .ini file via update.bat and uninstall KB4493464. After reastart it works again.

Nothing to do :-(

immagine

Nothing to do :-(

Do you remove KB4493464?

Yes, but i don't restart

Yes, but i don't restart

I restart and reinstall RDPWrap. All work fine

@mihalich1988 this is a good temporary fix. I had a different KB reference for the security update.

  1. Check the latest Windows update history and identify the latest security update KB reference
  2. uninstall the KB using @mihalich1988 command wusa /uninstall /kb:xxxxxx << replace xxxxxx with the reference
  3. Restart the machine
  4. click update.bat in the rdpwrapper/
  5. click install.bat in the rdpwrapper/
  6. Check if everything is fine in rdpconf.exe

Warning: following this security update, Windows Defender seems to recognize RDPConf.exe and rdpwinst.exe as HackTool: Win32 / RemoteAdmin on some computers.

Any feedback will be apreciated.

OK... problem temporaly solved. But how can I make windows stop to do updates? The option is for 35 days..

@mihalich1988 this is a good temporary fix. I had a different KB reference for the security update.

  1. Check the latest Windows update history and identify the latest security update KB reference
  2. uninstall the KB using @mihalich1988 command wusa /uninstall /kb:xxxxxx << replace xxxxxx with the reference
  3. Restart the machine
  4. click update.bat in the rdpwrapper/
  5. click install.bat in the rdpwrapper/
  6. Check if everything is fine in rdpconf.exe

Bram, i am sorry, how can find "Check the latest Windows update history"

Warning: following this security update, Windows Defender seems to recognize RDPConf.exe and rdpwinst.exe as HackTool: Win32 / RemoteAdmin on some computers.

Any feedback will be apreciated.

Fabliv, please esplane to my ignorance ..
HackTool: what is, what i need to do... ?

image

Команда для удалСния Ρ‡Π΅Ρ€Π΅Π· ΠΊΠΎΠΌΠ°Π½Π΄Π½ΡƒΡŽ строку (Π² Ρ€Π΅ΠΆΠΈΠΌΠ΅ Администратора):
wusa /uninstall /kb:4489899

ok, with prompt dos, put this command; i removed wusa /uninstall /kb:4493509
Source from https://pureinfotech.com/windows-10-version-release-history/#windows10_version_1903

But when i restart pc it make the upgrade but work fine!!
Thanks everybody.. nice for your work and your help! -)

@mihalich1988 this is a good temporary fix. I had a different KB reference for the security update.

  1. Check the latest Windows update history and identify the latest security update KB reference
  2. uninstall the KB using @mihalich1988 command wusa /uninstall /kb:xxxxxx << replace xxxxxx with the reference
  3. Restart the machine
  4. click update.bat in the rdpwrapper/
  5. click install.bat in the rdpwrapper/
  6. Check if everything is fine in rdpconf.exe

THX A LOT BRO! you saved my day

Full steps fix this:
A. Stop the service

  1. Open admin command prompt window (search CMD, right click, run as admin)
  2. type net stop termservice and press enter
  3. Leave window open to start service later (optional)

B. Move new DLL file

  1. Open Explorer, type system32 to go to the system32 folder.
  2. Search and find termsrv.dll
  3. Open the file's properties.
  4. Go to Security.
  5. Click Advanced.
  6. Click Change next to owner.
  7. Type your username and press enter.
  8. Press Ok.
  9. Back in the security tab (step 4) Click Edit.
  10. Under Group or user names Click on your username
  11. Check the Allow Checkbox next to Full Control.
  12. Press OK.
  13. Drag and drop the new termsrv.dll File into the system32 folder. (found here, same link as found in issue #721)
  14. When prompted to replace, hit yes.
  15. Now we want to change the settings back. Note that this is optional, but better for security.
    16 Follow the same steps to get to the window in step 11.
  16. Under your username, uncheck modify and write.
  17. Press Ok.
  18. Follow the same steps to get to the window in step 7.
  19. Now type in NT SERVICE\TrustedInstaller to make TrustedInstaller the owner again.
  20. Press Ok.
  21. Done!

D. Start the service

  1. If you didn't leave the admin window open, open a new one.
  2. type net start termservice and press enter
  3. Enjoy RDP

Didn't work for me. With provided file termsrv.dll terminal service crushes. With native file system works, but only for one connection.

@Prakhov, uninstall last windows security updates, reboot your computer and reinstall RDPWrap, as mentioned above. ;)

@ITCMD you made my day, thanks bro.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cH40z32 picture cH40z32  Β·  4Comments

isidorosss picture isidorosss  Β·  5Comments

sihow29 picture sihow29  Β·  4Comments

mahmoodyali picture mahmoodyali  Β·  4Comments

sk-lau picture sk-lau  Β·  4Comments