WIN8 junk file cleaning batch processing tutorial

  
WIN8 junk files quickly clean up, 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 Windows8 desktop and create a new “text document”.
2, copy the following code into the notebook.
@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"
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
Italian bond quit
3, the & ldquo; Notepad & rdquo; name suffix & ldquo; .bat & rdquo ;.
4, and finally double-click ".bat"; 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