当前位置:网站首页>What should I do if I install a solid-state drive in Win10 and still have obvious lags?
What should I do if I install a solid-state drive in Win10 and still have obvious lags?
2022-08-02 15:22:00 【xitongzhijia_abc】
What should I do if a solid state drive is installed in Windows 10 and there is still obvious lag?Many friends have heard that using a solid-state hard drive for a computer will not get stuck, but how to solve the problem if you install a solid-state hard drive or the card yourself, this may be because some settings are not yet in place, so how should you operate it?The following will introduce to you how to set up the Win10 computer after installing a solid-state drive so that it does not get stuck. Friends who are considering installing a solid-state drive can also refer to it.
Win10 64-bit Professional Mirror
1. Click the search bar in the lower left corner, enter "powershell", and then choose to run Windows Powershell as an administrator.

2. According to the hard disk type of your computer, copy the following command code to Powershell for execution.
1) SATA HDD
powercfg -attributes 0012ee47-9041-4b5d-9b77-535fba8b1442 0b2d69d7-a2a1-449c-9680-f91c70521c60 -ATTRIB_HIDE
powercfg -attributes 0012ee47-9041-4b5d-9b77-535fba8b1442 dab60367-53fe-4fbc-825e-521d069d2456 -ATTRIB_HIDE
2) M.2 HDD
powercfg -attributes 0012ee47-9041-4b5d-9b77-535fba8b1442 d639518a-e56d-4345-8af2-b9f32fb26109 -ATTRIB_HIDE
powercfg -attributes 0012ee47-9041-4b5d-9b77-535fba8b1442 fc95af4d-40e7-4b6d-835a-56d131dbc80e -ATTRIB_HIDE

Paste the code directly in Powershell to execute (pay attention to distinguish your own hard disk type)
3. After the command is executed, directly open "Settings" → "System" → "Power and Sleep" → "Other Power Settings", select "Change Plan Settings" → "Change Advanced Power Settings", then you willI saw that several new items have been added to the original hard disk settings, which are also divided into SATA hard disks and M.2 hard disks.
1) SATA HDD

The picture shows the setting of the SATA hard disk
SATA hard disks mainly add two settings, namely AHCI Link Power Management-HIPM/DIPM and AHCI Link Power Management-Adaptive.Among them, "AHCI Link Power Management-HIPM/DIPM" is the mode option of LPM (Link Power Management, which is a power saving mode of SATA). Simply put, it is which energy saving mode the SSD will perform.
Win10 provides a total of five groups of options, namely: Active (always active), HIPM (LPM initiated by the host), DIPM (LPM initiated by the hard disk), Lowest (low power consumption mode).Usually, the hard disk is stuck because the hard disk does not match the LPM mode of the operating system (for example, the SSD only supports DIPM, but it is set to HIPM in Win10). The solution is to change it to "Active" to turn off the energy-saving mode.

SATA users are recommended to use the above settings
"AHCI Link Power Management-Adaptive" is the waiting time for LPM to transition from shallow sleep (Partial) to deep sleep (Slumber).It is recommended to set it to "0 millisecond" to cancel deep power saving..
2) M.2 HDD
The settings of M.2 hard drives are slightly different, namely "Primary NVMe Idle Timeout" and "Primary NVMe Power State Transition Latency Tolerance", among which "Primary NVMe Idle Timeout" is the same as "AHCI Link Power Management-Adaptive" in SATA"Similarly, it is also the waiting time before automatically entering the energy saving mode.Those who pursue performance can set this value to a larger value, such as 600. If cooling is required, set this value to a smaller value, such as 100.

The picture shows the settings of the M.2 hard disk
"Primary NVMe Power State Transition Latency Tolerance" is the switching delay time of the power mode. The smaller the value, the less stuck (eg 10).However, it should be noted that M.2 hard drives are different from SATA, and the overall heat generation is abnormal, so you should be more cautious when adjusting these two values.
at the end
Many people have not paid attention to the above method.It is actually a power management option in Windows 10.It should be noted that this group of methods is recommended to be tried only on computers with obvious system freezes, and M.2 hard disks should pay special attention to heat.
边栏推荐
猜你喜欢

针对多轮推理分类问题的软标签构造方法

记录Yolo-tiny-v4的权重提取和中间层结果提取

PyTorch⑨---卷积神经网络_线性层

文本匹配任务

13.56MHZ刷卡芯片CI521兼容cv520/ci520支持A卡B卡MIFARE协议

A clean start Windows 7?How to load only the basic service start Windows 7 system

Win10电脑不能读取U盘怎么办?不识别U盘怎么解决?

【我的电赛日记(三)】STM32学习笔记与要点总结

win11一直弹出用户账户控制怎么解决

FP5139电池与适配器供电DC-DC隔离升降压电路反激电路电荷泵电路原理图
随机推荐
5. Use RecyclerView to elegantly achieve waterfall effect
A clean start Windows 7?How to load only the basic service start Windows 7 system
LLVM系列第二十二章:写一个简单的编译时函数调用统计器(Pass)
循环神经网络RNN 之 LSTM
tensorflow实战之手写体识别
PyTorch②---transforms结构及用法
Detailed explanation of RecyclerView series article directory
“自主可控”的正确姿势
Win10电脑不能读取U盘怎么办?不识别U盘怎么解决?
Win10安装了固态硬盘还是有明显卡顿怎么办?
【使用Pytorch实现VGG16网络模型】
FP5207电池升压 5V9V12V24V36V42V大功率方案
FP5139电池与适配器供电DC-DC隔离升降压电路反激电路电荷泵电路原理图
FP7126降压恒流65536级高辉无频闪调光共阳极舞台灯RGB驱动方案
HAL框架
设备驱动框架简介
Daily - Notes
LLVM系列第六章:函数返回值Return
Win10 cannot directly use photo viewer to open the picture
boost库智能指针