I can’t get windows to uninstall RDP Wrapper so i can try to install fresh, nor can I get what is installed working #1078
I had this working for a long time, but when I ran an antivirus for another issue, it killed RDP. Now, I cannot get it working again, nor can i uninstall it. I’ve downloaded the files and tried installing, but it says RDP is already installed. I can see it listed in Programs and Features, but I get an error message when i try to uninstall. Change and Repair seem to have no effect either. If I try to run the uninstall.bat file that fails also. I’m at a loss on how to simply remove RDP Wrapper altogether, so i can start fresh.

The text was updated successfully, but these errors were encountered:
It was a stand alone virus program that deleted files (eset online), even though I said to not quarantine them. I don’t have any stand alone anti-virus programs installed normally, I only use that one for a one-off check due to some weirdness I was experiencing. I just use the built-in defender in Windows 10. I’ve never previously specifically allowed RDP in that program, but came across an autoupdate batch file for RDP which suggested it, so I actually already did allow the exception, but I’m still having the issues. Below is the exception as I have it setup, and also the files in program files/RDP Wrapper file, which is where I believe it’s suggested to be installed.
I did download the installer.msi from github, which I don’t think I’ve ever used before, but that didn’t seem to actually install/do anything. It is also in the wrapper folder.
not sure what else to try next.

same as before, failed to set up TermService. Unknown error.

I checked services and tried starting Remote Desktop Services and got this error.

So it seems to be a windows issue, not necessarily a RDP issue. Not sure where to turn for help resolving this.
So, the weirdness continues. running RDPWInst -u from an admin cmd prompt give the same error, Failed to setup TermService. Unknown error.
I thought, before posting here, that I would just rename the RDP Wrapper folder, and start over. So I created a new RDP Wrapper folder and tried to install, and uninstall before posting here. I currently have a RDP Wrapper folder, and an OLD RDP Wrapper folder. The .ini file(s) are (were) in the OLD RDP Wrapper folder. I copied them to the new folder. Not sure why they didn’t get created when I tried to start over, but I suppose it’s all related.
I’ve tried to RDPWInst -u from both locations, and have had the same error in each.
I moved on to working on cleaning up other stuff, and saw a Default.rdp file as I was moving around, and figured I’d just d-click and see what happened.
It connected to my remote host, and is working just fine! In fact, for the first time in years, it actually shadowed correctly, and didn’t interrupt the session on the server, which continued to play a video without any issues at all, while I was able to work away in the remote session for an hour with no problems at all.
Both the RDP Wrapper and OLD RDP Wrapper folders were checked, and both continue to give the same Stopped and Not Listening red ‘errors’ when I checked RDPConf.exe, but it’s actually working fine, great even.
I’d still like to resolve this issue, and know that I only have the one working instance, which can be installed and uninstalled correctly, but I honestly don’t know what else to check, nor am I certain it’s best to continue messing with what seems to be actually working better than it has in a long time, even if it says it’s not working.
I just tried to uninstall again, and thought this might point to something useful

Not sure if c:\windows\Installer\bc009.msi is the right place to be trying to uninstall from, nor how that came to be the path, but it does correctly refer to RDP Wrapper, so maybe it’s right?
You are probably using the feature that is the reason why all the rdp stuff is still in windows for us to mess with — Remote assistance. Even on an unmodified Windows Home, you can still create an invitation file that allows someone to Shadow your session, for remote troubleshooting purposes. It doesn’t allow someone to create a second session, or to log in remotely if you aren’t logging in.
Oh, that dialog is completely normal, when using the .msi file to install or uninstall. But I haven’t used the .msi file — copying files out of the .zip is much easier.
I’m going to bow out here. I don’t have any other suggestions to give you. Perhaps if you tried starting/restarting the remote access service from the services.msc, or from the command line ( net stop termservices and net start termservices ) you might get more information.
First, I really appreciate your help with this; thank you!!
To be clear, I’m trying to use my laptop (which is giving the errors) to connect to the server, which is actually working. My understanding of remote assistance is that it would allow my laptop to allow someone else to connect to the laptop, which may or may not work; I haven’t tested it.
The server is basically unchanged for a long time, apart from perhaps some windows updates.
I tried running net stop termservices and got this

I checked services and see that Remote Desktop Services is set to Automatic, but not started. Trying to start it gives this.

I’m researching that now, but it seems like a Windows issue. Solutions seem convoluted so far
I don’t quite understand what you are doing. Ordinary unmodified Windows Home will happily act as a RDP client, connecting to a server. We use RDPWrapper to allow Windows Home and Professional to act as RDP servers, the computer you connect to, bypassing the limitations Microsoft puts on these.
You would only need RDPWrapper on your laptop computer if you wanted to connect to your laptop from another computer.
AS to why terminal services isn’t working on your notebook computer, check whether you have a valid copy of termsrv.dll in Windows/System32. Many older how-tos recommend messing around with this file, copying in older versions of it, so this file may have been deleted. You also could use sfc to sort out any problems with missing or corrupted system files.
Okay. I didn’t realize I could connect from the laptop without RDP Wrapper. i thought I needed it on all machines.
I do have termserv.dll in Windows/System32
File version 10.0.18362.657
Size 1.01 MB
I don’t recall ever messing with that file, so I assume it’s the correct version.
I’m happy to remove RDP Wrapper from the laptop, as it’s one less thing to manage moving forward. But, I’m unable to do so. I cannot find any way to simply remove it now.
Every attempt at uninstalling fails with «Failed to set up TermService. Unknown error.»
I really do appreciate all your help, and I’m sorry my system is being intolerable.
I see exactly the same problem with TermService on the latest version of W10Pro.
This may be useful:
I had this working for about three days and Windows Anti-Virus decided to delete some important files.
But I believe I have found a solution!
Why can i not just re-install the bloody thing? TermService can’t start and gives me the same error message as listed above.
But why? So lets investigate:
So I decided to review the code and found this:
RDPWinst.dpr
So what we want to do is make the variable Installed evaluate to False. This is done by the software reading what’s in the ServiceDll reg value.
If you open up the registry and navigate to:
Turns out this file rdpwrap.dll is deleted! Ouch! Using a Search program like Everything, I cannot find it anywhere on my system.
So what the installation code does is looks for either rdpwrap.dll in the ServiceDll, or termsrv.dll. If it’s empty, it will assume you installed some other 3rd party service.
So what I did was edit the value for ‘ServiceDll’ and set it to:
C:\Windows\System32\termsrv.dll
(It probably doesn’t matter if it’s a real file, since it’s just checking what it’s set to)
Then after that I was able to do a clean installation:
And yes, A new rdpwrap.dll is generated and the registry is updated to this path.
Then use:
Using an autoupdate.bat file for getting the latest ini file updates.
Everything is working again for me. Just need to backup rdpwrap.dll, and find out why Windows deleted it.
(I did try to add it to my exclusions, but still managed to disappear)
I hope this helps someone!
I had this working for about three days and Windows Anti-Virus decided to delete some important files. But I believe I have found a solution!
Why can i not just re-install the bloody thing? TermService can’t start and gives me the same error message as listed above. But why? So lets investigate:
So I decided to review the code and found this:
RDPWinst.dpr
So what we want to do is make the variable Installed evaluate to False. This is done by the software reading what’s in the ServiceDll reg value.
If you open up the registry and navigate to:
Turns out this file rdpwrap.dll is deleted! Ouch! Using a Search program like Everything, I cannot find it anywhere on my system. So what the installation code does is looks for either rdpwrap.dll in the ServiceDll, or termsrv.dll. If it’s empty, it will assume you installed some other 3rd party service.
So what I did was edit the value for ‘ServiceDll’ and set it to: C:\Windows\System32\termsrv.dll (It probably doesn’t matter if it’s a real file, since it’s just checking what it’s set to)
Then after that I was able to do a clean installation:
And yes, A new rdpwrap.dll is generated and the registry is updated to this path.
Then use: Using an autoupdate.bat file for getting the latest ini file updates.
Everything is working again for me. Just need to backup rdpwrap.dll, and find out why Windows deleted it. (I did try to add it to my exclusions, but still managed to disappear)
I hope this helps someone!
My rdpwrap.dll was also deleted by Anti-Virus. It worked. Thank you much!
Something I want to added: the type of Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService\Parameters ServiceDll is REG_EXPAND_SZ.
If someone deleted it by mistake like me, you can receate it with this type.
I had this working for about three days and Windows Anti-Virus decided to delete some important files. But I believe I have found a solution!
Why can i not just re-install the bloody thing? TermService can’t start and gives me the same error message as listed above. But why? So lets investigate:
So I decided to review the code and found this:
RDPWinst.dpr
So what we want to do is make the variable Installed evaluate to False. This is done by the software reading what’s in the ServiceDll reg value.
If you open up the registry and navigate to:
Как удалить RDP wrapper?
Теперь откройте утилиту «Выполнить» сочетанием Win+R, введите в неё запрос services. msc и нажмите «ОК». После запуска списка служб найдите запись «Службы удалённых рабочих столов», выделите её и нажмите «Остановить службу». Подтвердите остановку.
Где лежит Rdpwrap ini?
ini в каталоге C:\Program Files\RDP Wrapper\;
Что такое RDP wrapper?
RDP Wrapper — программа, являющаяся альтернативой службе удаленных рабочих столов. Она может понадобится по причине того, что Вас не устраивают ограничения в плане работы удаленного рабочего стола, вводимые Microsoft на различные редакции Windows.
Как установить RDP wrapper?
с помощью WinRAR или просто открыть через Проводник) скачанную Вами ранее библиотеку RDP Wrapper Library. Откройте папку и запустите от имени администратора (прим. используя правую кнопку мыши) файл install,после чего начнётся установка (Рис. 15).
Как удалить Rdpwrap?
Для начала необходимо удалить старую библиотеку rdp wrapper, запустив файл uninstall. bat по пути c:\Program Files\RDP Wrapper\ После того как пройдет удаление, полностью удаляем данную папку из program files со всеми файлами в ней.
Как отключить службу удаленных рабочих столов?
В области Подключения выберите имя подключения, например RDP-Tcp, которое нужно отключить. В меню Действие выберите команду Отключить подключение. Подключение будет немедленно удалено, а все пользователи, использующие его, будут немедленно отключены от сервера Узел сеансов удаленных рабочих столов.
Где лежит Termsrv DLL?
Termsrv. dll находится в папке C:\Windows\System32.
Как называется служба удаленных рабочих столов Windows 10?
Служба удаленных рабочих столов Remote Desktop Services (ранее известная, как Terminal Services) — это компонент Microsoft Windows (серверной и клиентской операционных систем), позволяющий пользователям удаленно запускать приложения или управлять сервером с любой машины, где есть клиент подключения к удаленному .
Как настроить Рдп Windows 10?
- Откройте Настройки — нажмите для этого сочетания клавиш [Win] + [I].
- Здесь выберите раздел «Система», а затем слева в предложенном списке кликните на «Удаленный рабочий стол».
- В пункте «Включить удаленный рабочий стол» установите ползунок на «ВКЛ».
Как сбросить настройки RDP?
Чтобы очистить историю последних rdp-соединений, выделите все ключи с именами MRU0-MRU9, щелкните правой кнопкой мыши и выберите пункт Delete. 4. Перейдем в раздел Servers. В нем содержится список всех RDC (remote desktop client) соединений, которые когда либо устанавливались с данного компьютера.
Как установить RDP на Windows 10?
- Перейдите на сайт github.com => нажмите на RDPWInst-v… zip.
- Откройте скачанный архив => распакуйте содержимое в любую папку где вы сможете его найти и где его никто не удалит.
- Откройте папку с файлами, которые вы распаковали => нажмите на install.
Как настроить терминальный сервер Windows 2016?
- Нажимаем Управление — Добавить роли и компоненты:
- Нажимаем Далее до «Выбор типа установки». .
- В окне «Выбор ролей сервера» выбираем Службы удаленных рабочих столов:
- Кликаем Далее, пока не появится окно «Выбор служб ролей» и выбираем следующие:
Можно ли использовать Windows 10 как сервер?
Использование клиентской операционной системы в качестве сервера, это очень плохая идея. Потому, что подобное использование прямо запрещено в лицензионном соглашении с конечным пользователем (EULA) Windows 10, где прямо сказано: «. c.
Как увеличить количество подключений к серверу?
В области Подключения щелкните правой кнопкой мыши имя подключения и выберите пункт Свойства. В диалоговом окне Свойства подключения на вкладке Сетевой адаптер выберите пункт Максимальное число подключений, введите максимально допустимое число одновременных подключений для этого подключения и нажмите кнопку ОК.
Rdp wrapper как удалить

- Полноценный RDP сервер (который отсутствует в домашних редакциях Windows);
- Возможность одновременной работы нескольких пользователей через удаленный рабочий стол;
- Поддержка работы по удаленному рабочему столу с использованием нескольких мониторов.
- Скачиваем и распаковываем содержимое архива. Должны появится следующие файлы:
- install.bat — пакетный файл установки RDP Wrapper в систему;
- RDPCheck.exe — утилита для локальной проверки работы сервера удаленного рабочего стола;
- RDPConf.exe — утилита для настройки сервера RDP Wrapper;
- RDPWInst.exe — файл установки RDP Wrapper;
- uninstall.bat — пакетный файл удаления RDP Wrapper из системы;
- update.bat — пакетный файл для обновления RDP Wrapper из интернета.
- Для быстрой установки в систему RDP Wrapper, достаточно воспользоваться файлом install.bat, который необходимо запустить с правами администратора.

- После запуска появится черное окошко, где в случае успешной установки будет написано Successfully installed. Для его закрытия достаточно нажать любую клавишу клавиатуры.

- Для проверки работы удаленного рабочего стола можно запустить утилиту RDPCheck.exe — она выполнит подключение к локальному серверу удаленного рабочего стола.


- Сперва нужно скачать набор утилит PsTools, который можно взять с сайта Microsoft — https://docs.microsoft.com/en-us/sysinternals/downloads/pstools.
Так же скачиваем архив с нужным reg файлом. - Распаковываем архив PsTools в любое нужное место. В нашем случае, оттуда нужен только файл PsExec.exe, поскольку с его помощью можно будет запустить «Редактор реестра» от имени системы. . В ней вводим полный путь к файлу PsExec.exe (например, C:\Users\User\Desktop\PsExec.exe) со следующими параметрами: -s -i regedit.exe . В итоге должно получится следующее:
- Открываем меню Файл — Имопорт, и выбираем ранее скачанный файл реестра.

- В случае, если все прошло успешно, появится соответствующее сообщение — Содержащиеся в RemoteDesktopUsersGroup разделы и значения успешно внесены в реестр.

- Редактор реестра можно закрыть. Осталось добавить нужного пользователя в группу пользователей удаленного рабочего стола, для этого, в командной строке нужно выполнить (которая должна так же быть запущена с правами администратора):
Как удалить вирус rdpwrap
Большинство антивирусных программ распознает rdpwrap.dll как вирус, как например, TrendMicro определяет файл как HackTool.Win64.RAdmin.AA.component, и Microsoft определяет файл как PUA:Win32/Presenoker.
Бесплатный форум с информацией о файлах поможет вам найти информацию, как удалить файл. Если вы знаете что-нибудь об этом файле, пожалуйста, оставьте комментарий для других пользователей.
Вот так, вы сможете исправить ошибки, связанные с rdpwrap.dll
- Используйте программу Настройщик Windows, чтобы найти причину проблем, в том числе и медленной работы компьютера.
- Обновите программу Terminal Services Wrapper Library. Обновление можно найти на сайте производителя (ссылка приведена ниже).
- В следующих пунктах предоставлено описание работы rdpwrap.dll.
Информация о файле rdpwrap.dll
Описание: rdpwrap.dll не является важным для Windows и часто вызывает проблемы. Rdpwrap.dll находится в подпапках «C:\Program Files» или иногда в папке Windows для хранения временных файлов . Известны следующие размеры файла для Windows 10/11/7 77,312 байт (66% всех случаев), 392,704 байт или 116,736 байт.
Сервис может быть запущен и остановлен из Панели Инструментов — Сервисы или другими программами. Это не системный процесс Windows. Приложение не видно пользователям. Rdpwrap.dll способен манипулировать другими программами и мониторить приложения. Поэтому технический рейтинг надежности 37% опасности.
Важно: Вы должны проверить файл rdpwrap.dll на вашем компьютере, чтобы убедится, что это вредоносный процесс. Мы рекомендуем Security Task Manager для безопасности вашего компьютера.
Комментарий пользователя
Лучшие практики для исправления проблем с rdpwrap
Следующие программы так же полезны для грубокого анализа: Security Task Manager исследует активный процесс rdpwrap на вашем компьютере и явно говорит, что он делает. Malwarebytes’ — популярная антивирусная утилита, которая сообщает вам, если rdpwrap.dll на вашем компьютере отображает назойливую рекламу, замедляя быстродействие компьютера. Этот тип нежелательной рекламы не рассматривается некоторыми антивирусными программами в качестве вируса и таким образом не удаляется при лечении.
Чистый и аккуратный компьютер является ключевым требованием для избежания проблем с ПК. Это означает: проверка на наличие вредоносных программ, очистка жесткого диска, используя cleanmgr и sfc /scannow, удаление программ, которые вам больше не нужны, проверка Автозагрузки (используя msconfig) и активация Автоматического обновления Windows. Всегда помните о создании периодических бэкапов, или как минимум о создании точек восстановления.
Если у вас актуальная проблема, попытайтесь вспомнить последнее, что вы сделали, или последнюю программу, которую вы установили, прежде чем проблема появилась первый раз. Используйте resmon команду, чтобы определить процесс, который вызывает у вас проблему. Даже если у вас серьезные проблемы с компьютером, прежде чем переустанавливать Windows, лучше попробуйте восстановить целостность установки ОС или для Windows 8 и более поздних версий Windows выполнить команду DISM.exe /Online /Cleanup-image /Restorehealth. Это позволит восстановить операционную систему без потери данных.
rdpwrap сканер

Security Task Manager показывает все запущенные сервисы Windows, включая внедренные скрытые приложения (например, мониторинг клавиатуры или браузера, авто вход). Уникальный рейтинг надежности указывает на вероятность того, что процесс потенциально может быть вредоносной программой-шпионом, кейлоггером или трояном.
Бесплатный aнтивирус находит и удаляет неактивные программы-шпионы, рекламу, трояны, кейлоггеры, вредоносные и следящие программы с вашего жесткого диска. Идеальное дополнение к Security Task Manager.
Reimage бесплатное сканирование, очистка, восстановление и оптимизация вашей системы.