CMD OSK 命令详解


OSK 用于打开并弹出操作系统自带的虚拟键盘。

OSK 是 On-Screen Keyboard 的缩写,非 DOS 命令。

默认位置:

C:/Windows/System32/osk.exe
			

另请参阅: TabTip

Basic Usage     Detailed Usage

wmic process where name="osk.exe" delete
			

基本语法

OSK
 
os.popen("C:/Windows/System32/osk.exe")
 
QProcess.startDetached("C:/Windows/System32/osk.exe")
			

选项参数

参数 EN 解释 中文翻译 Remark

Basic Usage

Function 命令 文字解释 示例 示例解释
退出 wmic process where name="osk.exe" delete 删除 osk.exe 进程

 

Copyright Notice: This article is an exclusive original manuscript, copyright belongs to Happy Digits Software , shall not be reproduced without permission.