D/L release 1.6.2 to get the install.bat and exe files copy to folder, run as admin, and change the ini file.
this is all taken after looking in ISSUES of RDPwrapper
socket connection failed? follow these steps here stascorp#999 (comment)
with the extra process of this comment for the INI file to fix "Listener not listening" stascorp#999 (comment)
[[ basically copied to program files\rdp wrapper this: https://raw.githubusercontent.com/affinityv/INI-RDPWRAP/master/rdpwrap.ini ]]
to add Group Policy in CMD:
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO ( DISM /Online /NoRestart /Add-Package:"%F" )
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO ( DISM /Online /NoRestart /Add-Package:"%F" )
** UPDATING: **
- net stop termservice
- replace INI
- net start termservice