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
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.
