WIN8 junk file cleaning batch tutorial

  
                                    

WIN8 junk files are quickly cleaned up to improve the speed of the computer. It will often slow down when the computer is running for a long time. This is due to the fact that many junk files are generated in your computer. This article teaches you a quicker way to clean up the junk files cached by the Windows 8 system.

The computer will run slower for a long time. This is due to the fact that many junk files are generated in your computer. This article teaches you a quicker way to find out the junk files cached by the Windows 8 system.

Operation Steps

1. Right click on the Windows 8 desktop and create a new text file ”.

2. Copy the following code and paste it into Notepad.

@echo off

color 1e

for /rc: %%a in (*.tmp *.chk *.gid *._mp *.old *.bak *.log) do del /f /s /q "%%a"

for /rc:windowstemp %%a in (*.*) do del /f /s /q "%% a"

for /rc:windowsPrefetch %%a in (*.*) do del /f /s /q "%%a"

for /r %userprofile%AppDataLocalTemp % %a in (*.*) do del /f /s /q "%%a"

for /r "%localappdata%MicrosoftWindowsTemporary Internet Files" %%a in (*.*) do Del /f /s /q "%%a"

for /r %localappdata%MicrosoftWindowsHistory %%a in (*.*) do del /f /s /q "%%a"< Br>

for /r %appdata%MicrosoftWindowsCookies %%a in (*.*) do del /f /s /q "%%a"

for /r %windir%SoftwareDistributionDownload %% a in (*) do del /f /s /q "%%a"

for /r "%windir%Downloaded Program Files" %%a in (*) do del /f /s /q "%%a"

for /r %windir%System32LogFiles %%a in (*) Do del /f /s /q "%%a"

del /f /s /q %systemdrive%hiberfil.sys

pause & exit

Press any key to exit

3. Change the "Notepad" suffix name to “.bat”.

4, and finally double-click "ld." bat & rdquo; run the file.

Win8 junk files are quickly cleaned up, and the computer running speed is improved by Huacai Software Station for your latest collection. The copyright belongs to the original author or company. If infringement, please contact us to delete.

Copyright © Windows knowledge All Rights Reserved