如何在 Windows 10 中更改 CPU 进程优先级
如何在 Windows 10 中更改 CPU 进程优先级: (How to Change CPU Process Priority in Windows 10: )应用程序在Windows中的工作方式是,系统的所有资源都根据优先级在所有正在运行的进程(应用程序)之间共享。简而言之,如果一个进程(应用程序)具有更高的优先级,那么它将自动分配更多的系统资源以获得更好的性能。现在正好有 7 个优先级,例如实时(Realtime)、高(High)、高于正常(Above Normal)、正常(Normal)、低于正常(Below Normal)和低(Low)。
正常(Normal)是大多数应用程序使用的默认优先级,但用户可以更改应用程序的默认优先级。但是用户对优先级所做的更改只是暂时的,一旦应用程序的进程终止,优先级会再次设置为正常。
一些应用程序可以根据需要自动调整其优先级,例如,WinRar能够将其优先级调整为“高于正常”以加快存档过程。因此,不要浪费任何时间,让我们在下面列出的教程的帮助下查看如何在Windows 10中更改(Windows 10)CPU 进程优先级。(CPU Process Priority)
注意:(Note:) 确保(Make)您没有将进程优先级设置为实时(Realtime),因为它可能导致系统不稳定并导致系统冻结。
如何在Windows 10中更改(Windows 10)CPU 进程优先级(CPU Process Priority)
确保 创建一个还原点(create a restore point) 以防万一出现问题。
方法 1:在任务管理器中更改 CPU 进程优先级(Method 1: Change CPU Process Priority levels in Task Manager)
1.按Ctrl + Shift + Esc打开任务管理器。
2.单击底部的“更多详细信息”链接,如果已经在更多详细信息视图中,则跳到下一个方法。(More details)
3.切换到详细信息选项卡(Details tab),然后右键单击应用程序进程(right-click on the application process)并从上下文菜单中选择“设置优先级”。(Set Priority)
4.在子菜单中选择首选优先级( preferred priority level),例如“高(High)”。
5.现在确认对话框将打开,只需单击更改优先级。( Change priority.)
方法 2:使用命令提示符更改 Windows 10 中的 CPU 进程优先级(Method 2: Change CPU Process Priority in Windows 10 using Command Prompt)
1.按Windows Key + X然后选择命令提示符(管理员)。(Command Prompt (Admin).)
2.在 cmd 中键入以下命令并按Enter:
wmic process where name=”Process_Name” CALL setpriority “Priority_Level”
注意:(Note:) 将 Process_Name 替换(Replace Process_Name)为应用程序进程的实际名称(例如:chrome.exe),将Priority_Level替换为您要为进程设置的实际优先级(例如:高于(Above)正常值)。
3.例如,您想将记事本的优先级更改为(Notepad)高(High),则需要使用以下命令:
wmic process where name=”notepad.exe” call setpriority “Above normal”
4.完成后,关闭命令提示符。
方法 3:启动具有特定优先级的应用程序(Method 3: Start an Application with a Specific Priority)
1.按Windows Key + X然后选择命令提示符(管理员)。(Command Prompt (Admin).)
2.在 cmd 中键入以下命令并按Enter:
start “” /Priority_Level “Full path of application”
注意:(Note:)您需要将Priority_Level替换为您要为进程设置的实际优先级(例如:AboveNormal),并将“应用程序的完整(Full)路径”替换为应用程序文件的实际完整路径(例如:C:WindowsSystem32 otepad.exe)。
3.例如,如果要将 mspaint 的优先级设置为高于正常(Above Normal),则使用以下命令:
start “” /AboveNormal “C:\Windows\System32\mspaint.exe”
4.完成后,关闭命令提示符。
受到推崇的:(Recommended:)
- 在 Windows 10 的上下文菜单中添加复制到文件夹和移动到文件夹(Add Copy To Folder and Move To Folder in the Context Menu in Windows 10)
- 如何在 Windows 10 中更改国家或地区(How to Change Country or Region in Windows 10)
- 在 Windows 10 锁定屏幕上启用或禁用 Cortana(Enable or Disable Cortana on Windows 10 Lock Screen)
- 如何在 Windows 10 中启用或禁用 Cortana(How to Enable or Disable Cortana in Windows 10)
就是这样,您已经成功学习了如何在 Windows 10 中更改 CPU 进程优先级,(How to Change CPU Process Priority in Windows 10)但是如果您对本教程仍有任何疑问,请随时在评论部分提出。
Related posts
3 Ways在Windows 10中杀死A Process
如何在Windows 10查看您的CPU Temperature
如何在Windows 10上Fix High CPU Usage
Windows 10的Fix High CPU and Disk usage problem
7 Ways至Windows 10中的Fix Critical Process Died
如何在Windows 10启用有源Directory
如何在Windows 10上共享Setup Network Files
如何在Windows 10中Fix Corrupted Registry
Windows 10 User Find Security Identifier(SID)
Windows 10缺少Fix VCRUNTIME140.dll
如何完全从Windows 10卸载McAfee
如何在Windows 10中删除Volume or Drive Partition
Windows 10中的Defer Feature and Quality Updates
为什么你需要在Windows 10中禁用Fast Startup?
禁用Windows 10中的Desktop Background Image
Windows 10中的Fix Black Desktop Background
如何在Windows 10中更改Screen Brightness
Allow or Prevent Devices在Windows 10中唤醒Computer
Windows 10 Timeline轻松View Chrome Activity
无法在Windows 10 Task Manager中设置Process Priority