When the computer is running slowly, we will think of cleaning up the computer's junk, so how to clean it up? Let me tell you how to clear the junk bat with one click.
The specific steps are as follows:
1. Copy the code from the previous experience and put it into Notepad.
The source code is as follows
@echo off
echo is 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 SettingsTemporary Internet Files*.*”
del /f /s /q “%userprofile%Local SettingsTemp*.*”
del /f /s /q “%userprofile%recent*.*”
echo clearing system LJ is completed!
echo. & pause
Notepad rename: Clear system LJ.bat (copy this name)
Just save and double-click to run.
2. But remove the garbage.
3. Follow the prompts, click on the window, click any key on the keyboard to end, and complete the cleanup.
4. After deep cleaning, restore the computer’s running speed.
5. It is easy, convenient and fast. After making the bat, place it on the desktop.
6. Create a new notepad-open and put the code-save and close-rename the notepad-finish-double-click to run.
The above is all about the one-click method to clear junk bat. If you still don’t know how to use one-click to clean up garbage, you can check out the above method! Follow the steps and you'll know how to clean up trash with one click.