關閉 Windows 的螢幕觸控鍵盤

在 Fujitsu t2020 上安裝 Windows 10 x64 Enterprise,安裝完成後,只要須要輸入文字時,螢幕上就會出現如下圖的畫面,擋住畫面,感覺很煩。
[@more@]在網路上搜尋了一下,終於在這一篇 Windows 8 關閉觸控式鍵盤 @ ★168magic神化投資博客★ :: 痞客邦 PIXNET :: 找到了解決的方法。
1. 開始 / 程式集(P) / Windows 系統管理工具 / 服務

2. 找尋 Touch Keyboard and Handwriting Panel Service,按滑鼠二下進行設定

3. 把這一項服務停用

使用命令提示字元
sc stop TabletInputService
sc config TabletInputService start= disabled