Skip to content

Natotela/rdpwrap

 
 

Repository files navigation

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

About

RDP Wrapper Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Pascal 66.8%
  • C++ 29.8%
  • Batchfile 2.7%
  • C 0.7%