標題:
[網路][遠端桌面]讓兩個用戶帳號同時登入XP
[打印本頁]
作者:
emmanueltseng
時間:
2006-6-1 12:55 PM
標題:
[網路][遠端桌面]讓兩個用戶帳號同時登入XP
1.下載XP SP2(試用於IT專業人員與開發人員),此步驟可省略
http://www.microsoft.com/taiwan/windowsxp/default.mspx
2.開啟遠端桌面連線設定
3.修改登錄檔
方法一
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TerminalServer\LicensingCore
右邊視窗新增DWORD值
登入值名稱 EnableConcurrentSessions
數值資料欄位改成1,底數選十六進位
方法二
@echo off
setlocal
set regkey="HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\Licensing Core"
reg add %regkey% /v EnableConcurrentSessions /T REG_DWORD /D 1 /f
endlocal
將以上內容存成*.bat ,執行bat檔即可
4.下載並覆蓋可以雙帳號登入的termsrv.dll
http://www.pconline.com.cn/winxp/0409/other/termsrv2005.rar
解壓縮後將檔案名稱重新命名為 termsrv.dll
重新開機,按F8進入安全模式,
將此檔案覆蓋至 c:\windows\system32下
及 c:\windows\system32\dllcache下(此目錄是隱藏的)
重新開機
5.控制台→使用者帳戶→變更登入登出選項→將歡迎畫面和使用者快速切換打勾
6.現在你可在本機登入,並可從遠端同時登入了
[
Last edited by emmanueltseng on 2006-6-1 at 01:03 PM
]
歡迎光臨 網際論壇 (http://centurys.net/)
Powered by Discuz! 2.5