Jump to content

Multiple Remote Desktop Sessions with Vista x86 x64 RTM SP1


DigeratiPrime

Recommended Posts

To simplify things I've collected the patched termsrv dll for Vista x86 (RTM & SP1) and x64 (RTM & SP1)

http://rapidshare.com/files/127680564/VIST...ATCHES.zip.html

@ECHO OFF

SET TS=%SYSTEMROOT%\System32\termsrv.dll

TAKEOWN /F %TS%

ICACLS %TS% /GRANT ADMINISTRATOR:F

COPY %TS% %TS%.bak /Y

NET stop "Terminal Services"

ECHO copy your patched dll into system32, overwrite, press any key to continue

PAUSE > NUL

NET start "Terminal Services"

ECHO Finished!

PAUSE > NUL

EXIT

NOTES:

The above cmd requires Administrator rights.

Only Windows Vista Ultimate, Enterprise and Business editions include the Remote Desktop server.

This does not allow multiple sessions to the same user account.

If you stop the 'Terminal Service' while using Remote Desktop you will be disconnected.

You need to setup another account with a password and enable remote desktop connections.

I only tested the SP1 x86 patch.

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...