Bis*_*Das 11 windows cpu process
当 Windows 启动时,我看到大多数进程以正常优先级启动。我可以手动更改正在运行的进程的优先级。但我想要的是当特定进程启动时,它会自动设置为以高优先级运行。
这怎么可能?
aru*_*vma 11
您可以在命令行中以高优先级启动进程。使用start命令。
start
start ["title"] [/dPath] [/i] [/min] [/max] [{/separate | /shared}] [{/low | /正常 | /高 | / 实时 | /高于正常| 低于正常值}] [/wait] [/b] [文件名] [参数]
例如:-start "Explorer" /high "C:\Windows\explorer.exe" 为了方便访问,将其输入记事本并另存为带有“bat”扩展名的文件。然后你只需要双击这个文件
start "Explorer" /high "C:\Windows\explorer.exe"
归档时间:
11 年,9 月 前
查看次数:
24723 次
最近记录:
5 年,5 月 前