Help - Search - Members - Calendar
Full Version: Multiple Remote Desktop Sessions with Vista x86 x64 RTM SP1
MSFN Forums > Microsoft Software Products - Discussion & Support > Windows Vista

   
Google Internet Forums Unattended CD/DVD Guide
DigeratiPrime
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

QUOTE
@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.
graysky
Great info. I know this isn't the XP forum, but have you or anyone else out there happened across a similar hack for XP Pro x64 (SP2)?
MagicAndre1981
Here you can get working copies of the patched Sp1 files:

http://thegreenbutton.com/forums/thread/242509.aspx
graysky
QUOTE (MagicAndre1981 @ Jul 2 2008, 02:09 AM) *
Here you can get working copies of the patched Sp1 files:

http://thegreenbutton.com/forums/thread/242509.aspx


Thanks for the link, but that's for Vista... I'm actually looking for XP SP2 x64 smile.gif
MagicAndre1981
I know, but the topic was for Concurrent Sessions in Vista so I wanted to give a link to the Sp1 Patched files for Vista.
DigeratiPrime
Thanks for the news, I've updated the OP. smile.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.