2010年4月1日 星期四

DOS command 開啟遠端連線功能

Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Terminal Server]

"fDenyTSConnections"=dword:00000000


在DOS 模式下, 將以上機碼利用echo 存成 aa.reg檔

或者用 copy con aa.reg 方式編輯存檔

再 用regedt32 /s .reg

即可開啟, 要關閉則將dword:00000000改為dword:00000001

沒有留言:

張貼留言

pdf.js 無法顯示部份字

有個檔案在pdf viewer套件中無法顯示內容,但下載檔案後使用工具又可以正常顯示。 本來以為是套件版本太舊的原因,於是去下載pdf viewer套件 https://github.com/mozilla/pdf.js 更新後還是一樣。 覺得應是字型缺漏的問題,於是用PDF-X...