VISTA 遠端桌面同時支援多人登入

google 關鍵字: pinobigbird, vista. 這邊就不提供破解的東西下載了.

主要步驟如下:

1. 抓 hacked 的 termsrv.dll (有 32-bits 跟 64-bits 之分)

2. 備份原本的 termsrv.dll, 修改方式參考下面:

(1) ECHO Backing up permissions…

icacls %SystemRoot%\System32\termsrv.dll /save termsrv.acl

ECHO.

(2) ECHO Taking ownership…

takeown /f %SystemRoot%\System32\termsrv.dll
ECHO.

(3) ECHO Giving Full Control permission…

icacls %SystemRoot%\System32\termsrv.dll /grant %USERNAME%:F
ECHO.

(4) ECHO Backing up original file…

RENAME %SystemRoot%\System32\termsrv.dll termsrv.dll.orig

3. 將 hacked 的 termsrv.dll 丟到 %SystemRoot%\system32\ 底下後, 重開機便可.

同樣有的副作用是, 同一個帳號不可以多重登入, 請注意.