有没有办法通过快捷方式直接在Windows XP中设置程序优先级?
到目前为止,我启动程序并使用任务pipe理器将优先级设置为低。
您可以编写一个batch file来启动具有所需优先级的应用程序:
cmd /c start /<priority> <application>
例如
cmd /c start /low application.exe