Win 10 method for optimizing mechanical hard disk;
1. First, we open this pc, right-click on drive C, and select Properties in the pop-up menu.
2. Then uncheck "Allow file contents and file properties on this drive" below, which will take a long time to wait. After successfully canceling this option, the response speed of opening the folder will be greatly improved (the test score will not change much).
3. In the drive letter properties, switch the tab to Tools and select Optimize, and then click Change Settings in the pop-up window to uncheck Run as scheduled.
4. Uncheck "Run as scheduled". Because this function has no obvious influence on NTFS format, and it will run in the background, occupying some disk performance, so canceling it is good for you, me and him.
5. Finally, I give a series of codes to adjust the calling mode of virtual memory to achieve this goal. Press win+R assembly to open it, type: system.ini and click OK to open it. In the last line of the project [386Enh], add the content ConserveswapfileUsage =1. This setting means that the system can use virtual memory for data exchange after calling all physical memory. Then, add a "[vcache]" item at the bottom (it exists by default under Win7 and Win8/8. 1) and fill in two lines of commands: MinFileCache=4096 and MaxFileCache=8096. By setting the minimum memory space for caching small files on the hard disk to 4MB and the maximum memory space to 8MB, the performance of reading and writing small files on the mechanical hard disk can be improved. The setting result is shown in the following figure:
This tutorial, Bian Xiao, explains in detail the specific method of optimizing mechanical hard disk by Windows 10 computer. After simply optimizing the mechanical hard disk, the system runs much faster than before.