這裏顯示兩個版本的差異處。
| Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
|
microsoft:remote_terminal [2008/10/23 22:28] wenpei |
microsoft:remote_terminal [2010/05/19 21:04] (目前版本) wenpei |
||
|---|---|---|---|
| 行 14: | 行 14: | ||
| Terminal Server Patch 2.1 Published July 8th, 2008 | Terminal Server Patch 2.1 Published July 8th, 2008 | ||
| http://www.kood.org/terminal-server-patch-21/ | http://www.kood.org/terminal-server-patch-21/ | ||
| + | ===== 多重帳號登入 ===== | ||
| + | http://demo.tc/view.aspx?id=41 | ||
| + | |||
| + | http://stephon.wordpress.com/2006/11/23/rdc-multi-login-under-xp/ | ||
| + | |||
| + | http://www.isralet.com/termsrv_sp3.asp | ||
| + | |||
| + | 讓 XP 可以多帳號同時登入,原本的使用者不會被踢出。 | ||
| + | |||
| + | 先從我的電腦->右鍵->內容,關閉遠端桌面。 | ||
| + | |||
| + | 進入安全模式,將 termsrv.dll 複製到 C:\WINDOWS\system32\,覆蓋掉原本的檔案。 | ||
| + | |||
| + | 執行 Reg 檔: | ||
| + | <code> | ||
| + | Windows Registry Editor Version 5.00 | ||
| + | |||
| + | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Licensing Core] | ||
| + | "EnableConcurrentSessions"=dword:00000001 | ||
| + | </code> | ||
| + | |||
| + | 重新開機。 | ||
| + | |||
| + | ==== Terminal Server Patch ==== | ||
| + | http://www.kood.org/terminal-server-patch/ | ||
| + | |||
| + | ===== 在 Remote Desktop 底下使用 X61 TrackPoint 的 Scrolling Bar ===== | ||
| + | http://stephon.wordpress.com/2008/11/14/ | ||
| + | |||
| + | 修改 C:\Program Files\Lenovo\TrackPoint\tp4table.dat,在 pass 0 後 pass 1 前加入: | ||
| + | ; Remote Desktop Connection | ||
| + | *,*,mstsc.exe,*,*,*,WheelStd,0,9 | ||
| + | |||
| + | ; firefox horizontal scroll | ||
| + | *,*,firefox.exe,*,*,MozillaWindowClass,WheelVkey,0,9 | ||
| + | |||
| + | 存檔後重新開機。 | ||
| + | |||
| + | 其他有需要用到的程式也可以這樣設定. | ||