DEV Community

BlackMan
BlackMan

Posted on

Multiple RDP Sessions on Windows 11

Download RDP Wrapper Library at Link and run install.bat

Image description

  1. Stop termservice with windows PowerShell (administrator)
    net stop termservice
    Image description

  2. Save rdpwrap.ini at Link

  3. Remove dpwrap.ini at
    C:\Program Files\RDP Wrapper\rdpwrap.ini
    Image description

  4. Pate rdpwrap.ini download at Step 3 at C:\Program Files\RDP Wrapper\

  5. start termservice with windows PowerShell (administrator)
    net start termservice

  6. Check Fully Support to complete
    Image description

Top comments (0)