Home >Common Problem >Teach you how to thoroughly clean the win10 system disk
Under normal circumstances, the system is installed to the c drive by default. The c drive is the system disk of our computer. If the space of the c drive is too small or full, it will affect the running speed of the computer system. Recently, some netizens asked how to completely clean the win10 system disk. Today, the editor will introduce to you how to completely clean the win10 system disk.
1. General Disk Cleanup
1. Open "My Computer", right-click the system disk C, select "Properties", and then open "Disk Cleanup".
#2. Under the "Files to be deleted" option, select the system junk file option that needs to be deleted, and then click the " Clean system files".
#3. The system is ready to clean up system junk files, just wait patiently.
2. Deep file cleaning
1. System update patch file, expand the C:\Windows\SoftwareDistribution\Download path folder in order, which is the system update patch. Download the default path, and the folders inside can also be cleaned regularly.
2. Clean the software cache and data. C:\Users(user)\username (the username you entered on the computer)\AppData will occupy a large area. space. There are three folders under appdata, namely Local, Local Low and Roaming.
3. Reduce the size of the hibernation file
The specific method is:
1. Press the shortcut key [Win R] to open Run interface and enter "CMD" to open the "Command Prompt" window and enter the following: powercfg -H size 50. This command means to compress the hibernation file to 50% of its size. Among them, 50 means 50%. You can set the compression ratio according to your actual situation.
#2. If you still feel that there is insufficient space after compression, you can directly turn off the hibernation function. The command to close the hibernation file is: powercfg -H off. If you need to enable the hibernation function later, you only need to replace off with on in the above command.
4. Set the virtual memory page file size
1. Right-click [Computer] and select [Properties], and select [Advanced System Settings] to open [System Properties], and select [Performance] option Find [Settings] and enter, find [Virtual Memory] and change its size.
You can also enter the command [systempropertiesadvanced] directly in the CMD window to quickly enter the [System Properties] panel.
#The above is how to completely clean the system disk in win10. Friends in need can refer to the tutorial to operate.
The above is the detailed content of Teach you how to thoroughly clean the win10 system disk. For more information, please follow other related articles on the PHP Chinese website!