這裏顯示兩個版本的差異處。
| Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
|
microsoft:remote_terminal [2009/01/29 18:08] 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://demo.tc/view.aspx?id=41 | ||
| http://stephon.wordpress.com/2006/11/23/rdc-multi-login-under-xp/ | http://stephon.wordpress.com/2006/11/23/rdc-multi-login-under-xp/ | ||
| + | |||
| + | http://www.isralet.com/termsrv_sp3.asp | ||
| 讓 XP 可以多帳號同時登入,原本的使用者不會被踢出。 | 讓 XP 可以多帳號同時登入,原本的使用者不會被踢出。 | ||
| 行 32: | 行 33: | ||
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Licensing Core] | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Licensing Core] | ||
| "EnableConcurrentSessions"=dword:00000001 | "EnableConcurrentSessions"=dword:00000001 | ||
| - | <code> | + | </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 | ||
| + | |||
| + | 存檔後重新開機。 | ||
| + | |||
| + | 其他有需要用到的程式也可以這樣設定. | ||