The system is getting slower and the solution of the c drive capacity is insufficient

  
 

How to solve the system getting slower and slower? I believe this is very important for every new user to understand and solve

Computer
It’s only slow because The computer
has been used for a long time, and the available space on the system will be less and less.

Windows
The system will generate quite a lot of files during installation and use, including: temporary files (such as: *.tmp, *._mp) log files (*.log), Temporary help files (*.gid), disk check files (*.chk), temporary backup files (such as *.old, *.bak), and other temporary files. In particular, if you do not clean IE's temporary folder "Temporary Internet Files" for a while, the cache file sometimes takes up hundreds of MB of disk space. These LJ files not only waste disk space, but also make the system slower and slower.

Now, let me talk about what has happened in this situation.

Method one:

======Copy the following text (this line and the last dotted line do not need to be copied) ================= ============

@echo off

echo Clearing system files, please wait...

del /f /s /q %systemdrive%\\*.tmp

del /f /s /q %systemdrive%\\*._mp

del /f /s /q %systemdrive%\\* .log

del /f /s /q %systemdrive%\\*.gid

del /f /s /q %systemdrive%\\*.chk

del /f /s /q %systemdrive%\\*.old

del /f /s /q %systemdrive%\ ecycled\\*.*

del /f /s /q %windir% \\*.bak

del /f /s /q %windir%\\prefetch\\*.*

rd /s /q %windir%\\temp & md %windir%\\temp

del /f /q %userprofile%\\cookies\\*.*

del /f /q %userprofile%\ ecent\\*.*

del /f /s /q "%userprofile%\\Local Settings\\Temporary Internet Files\\*.*"

del /f /s /q "%userprofile%\\Local Settings\\Temp\\*.*"

del /f /s /q "%userprofile%\ ecent\\*.*&quo t;

echo clear system LJ complete!

echo. & pause


Then “start → program → attachment → This & rdquo;, paste the text just copied into the notebook. After “file → save & rdquo;, path select desktop, file name & ldquo; clean up

system.bat”, save type is "all files".

Such a simple cleaner is complete. Double click to run.

Method 2: There are a lot of cleaning software available. Such as: Windows optimization master, super rabbit. 360 security guards can also clean up. You can choose one and clean the system.

Tip: You can give the system a slightly larger point when partitioning. In addition, you can install other drive letters when installing the software. Mounting on the c drive sometimes affects the speed of the system and also reduces the available capacity of the system disk. Software already installed under the system disk can also be moved to another drive letter with 360 or other computer housekeeper

I hope these two methods can help everyone

Copyright © Windows knowledge All Rights Reserved