這裏顯示兩個版本的差異處。
| 下次修改 | 前次修改 | ||
|
microsoft:remote_terminal [2007/02/15 00:54] wenpei 建立 |
microsoft:remote_terminal [2010/05/19 21:04] (目前版本) wenpei |
||
|---|---|---|---|
| 行 6: | 行 6: | ||
| 以十進位來改 | 以十進位來改 | ||
| + | |||
| + | ===== Terminal Server Patch ===== | ||
| + | This patch will enable two or more concurrent sessions in Windows XP PRO Service Pack 2 (SP2) and Service Pack 3 (SP3) if you have FAST USER SWITCHING enabled, and your windows is NOT in a domain. | ||
| + | |||
| + | http://www.kood.org/terminal-server-patch/ | ||
| + | |||
| + | Terminal Server Patch 2.1 Published July 8th, 2008 | ||
| + | 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 | ||
| + | |||
| + | 存檔後重新開機。 | ||
| + | |||
| + | 其他有需要用到的程式也可以這樣設定. | ||