09s*_*enb 5 windows batch-file windows-7
我如何更改已经运行的优先级我现在可以使用它来启动所有权:START /HIGH notepad.exe但我如何为已经运行的记事本更改它.谢谢,如果有人可以帮助解决这个问题.
使用wmic(WMI命令行):
wmic process where name="notepad.exe" CALL setpriority "high priority"
Run Code Online (Sandbox Code Playgroud)
优先级可以是"空闲","低于正常","正常","高于正常","高优先级","实时"或整数值.
可在此MSDN页面上找到优先级的整数值.
| 归档时间: |
|
| 查看次数: |
11021 次 |
| 最近记录: |