-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not listening [fully supported] 10.0.18362.657 #1025
Comments
Can you do normal RDP without RDP Wrapper? If not, perhaps an AV has taken out the RDP Windows registry components. I have a couple of reg files in my repo, but I'm not sure if Win 10 Home is covered by the Win 10 Pro one. |
Thanks for your reply! Ofc Home can't act as an RDP Server without RDP Wrapper, so I guess you mean Remote Assistance? That works fine. No AV apart from Windows Defender. However, I have another PC here with exactly the same Windows and termsrv.dll version as the problem PC, but a much fresher Windows install. I've not tried RDP Wrapper on it until just now, but it works fine. I've exported and compared the registry entries under Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService between the two systems and they are the same. So, something has become misconfigured or corrupted on the problem system, as it should be working, but I have no idea where to look. SFC /SCANNOW finds nothing wrong. |
Windows Defender can stop rdp wrapper, make sure you have exclusions to protect it. |
I've added exclusions for the RDP Wrapper directory, rdpwrap.dll, RDPWInst.exe, etc and uninstalled / reinstalled - No change, still not listening. |
Whenever you do a reinstall, make sure you replace the ini file with one that supports your termsrv.dll version (shown in rdpconf). Then restart RDP Wrapper |
Same issue on 10.0.18362.657, using updated alt INI, and restarted the wrapper via -r. Fully supported but not listening. Notably, restart logs had "StartService Error (Code 1056)", but config says that the service is running |
have you solve the problem yet? I got the same problem but can you tell me where i can find the "restart logs", i want to check the service state as well... thx. |
It is from the output of the command prompt when running the -r parameter. Not sure if this helps |
Using the latest INI file linked from affinityv's answer in issue #1022 fixed it for me. |
This fixed for me. |
That's the ini I am already using. |
thanks, #issue 1022 fixed |
Where do you put the ini file? |
If this is the same problem that I have had, I think it might be because you have inadvertently removed read access to the NETWORK SERVICE user to the .ini file when copying it across. I'd suggest reinstalling, then instead of copying the new .ini file over, edit the one in C:\Program Files\RDP Wrapper with notepad running as Administrator , and copy the new contents across. At the same time, I'd recommend giving "NETWORK SERVICE" write and modify rights on the RDP Wrapper folder, and comment out the ";LogFile=\rdpwrap.txt" line in the .ini file. This should force RDPWrap to write it's logfile into the RDP Wrapper folder, so you should be able to trace it working. The logfile should contain some lines saying it is patching in between the "freezing" and "resuming" threads, as below. If you see these two lines together, it indicates that RDPWrap has failed to read the .ini file, so check permissions again. Freezing threads... |
Though I should point out, for security reasons, it will be best to revert this so NETWORK SERVICE does not have unrestricted write/modify rights on the folder, .ini or .dll, and only allow it write access to .txt file! |
worked for me too on OS Name: Microsoft Windows 10 Home just stopped service & replaced .ini in RDPwrapper directory, after restarting termserv I have RDP connection... |
Works for me: 10.0.19041.789 |
|
Acceptable to #872 |
Since the Feb/March Windows Updates I can't get RDPWrap to work.
I've uninstalled, rebooted, reinstalled, rebooted, etc multiple times. I'm using the ini from #1022 (comment) on Windows 10 Home 64bit
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: