Home  >  Article  >  System Tutorial  >  Complete guide to clean C drive in win10 operating system

Complete guide to clean C drive in win10 operating system

王林
王林forward
2023-12-25 22:04:361115browse

How to clean the C drive to the cleanest possible state is a very simple question. The most direct method I will give you is to format, clean and reinstall it. Today, the editor has brought you a detailed tutorial. Users who need it can take a look.

Complete guide to clean C drive in win10 operating system

Complete guide to clean C drive in win10 operating system

win10c disk cleaning tutorial

PS: Format and reinstall the system

Method 1 : A simple, direct and crude one-click method to clean up system junk - bat to clean up C drive space junk

Step 1: Create a bat file to clean up system junk with one click. Create a new txt text document on the computer desktop, copy the following content into the txt text document and save it

@echo off

echo Clearing system junk 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%\recycled\*.*

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%\recent\*.*

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

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

del /f /s /q "%userprofile%\recent\*.*"

echo One-click cleanup of system junk is completed!

echo. & pause

Complete guide to clean C drive in win10 operating system

Step 2: Then change the suffix name of the TXT text document from .txt to .bat

Complete guide to clean C drive in win10 operating system
Complete guide to clean C drive in win10 operating system

Step 3: Double-click the left mouse button to run, wait 2--3 minutes and then it will prompt that one-click cleaning of system garbage is completed, then close the window. At this point, clean up C drive space garbage is completed.

Complete guide to clean C drive in win10 operating system

Method 2: Use 360 ​​Security Guard, Tencent Computer Manager, Master Lu and other third-party software to clean up C drive space garbage

Although 360 is more rogue ( It is said that its predecessor was a rogue software), but its rogue features are used to clean up system junk. It is still very cool to clean up the C drive junk. Using 360 Security Guard to clean up system junk will be more thorough than the one-click bat to clean up system junk. And It can also clear useless registries and plug-ins in Windows systems.

360 Security Guard cleans up system junk in a fool-proof way. Click Comprehensive Cleanup under 360 Security Guard Computer Cleanup, and you can also turn on the one-click system junk cleaning mode. After scanning, click One-click Cleanup to clean up the C drive. Space junk.

Complete guide to clean C drive in win10 operating system
Complete guide to clean C drive in win10 operating system

Method 3: Install the application on another disk

This method is specially used by the editor to deal with If the c drive has insufficient space, for example, if you install lol on the c drive, lol is often updated every three to five. The initial installation only has four or five gigabytes. After half a year, it will be updated to more than 10 gigabytes. A friend of mine is now in his 20s. G, so installing some large applications on other disks can solve the problem of insufficient C disk usage. Just choose the installation directory and put it on another disk when installing the program (such as D plate).

Similarly, for other software, such as those for listening to music, watching movies, etc., the effect is very good if you transfer its cache folder.

Note: After clearing the garbage in the C drive space, the computer will run much faster, but it has not yet reached its best state. If you want to make the computer run faster, you must clear the disk fragments, because cleaning After the garbage in the C drive space is cleared, the computer's hard disk will have a lot of fragments, which will affect the computer's running speed. Therefore, the last step is to clean up the computer’s disk fragments.

The first step is to click the start icon in the lower left corner of the computer desktop, then directly enter disk defragmentation in the search box, and then open the disk defragmentation program.

Complete guide to clean C drive in win10 operating system

The second step is to select the C drive and click the Analyze Disk button (the same for win7/win8/win10). First analyze whether the disk is fragmented. If the disk is not fragmented, Then there is no need to defragment it. If so, proceed to the next step.

Complete guide to clean C drive in win10 operating system

The third step is to click the disk defragmentation button to start defragmenting the disk (this process usually takes a long time, you can wait for the computer to be free, or hang up at night to defragment)

The above is the detailed content of Complete guide to clean C drive in win10 operating system. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:somode.com. If there is any infringement, please contact admin@php.cn delete