How to clean win7 system disk garbage? In fact, we know that Win7 system, although gorgeous, but very memory, so the installation of Win7 system disk space requirements are higher, resulting in a lot of computers can not carry the system, even if there is such a large memory, installed the system you will find that there is little space in the C disk , the system disk is too compact will cause the computer to run the card, the following small set to teach everyone a clean win7 system disk garbage small way!
This method is very strong, tried the method of friends the highest record to help the system disk released more than 1G of space, of course, not every computer can achieve this effect, attention is to see their own computer system disk of the amount of garbage on, the following said the operation Method!
First, we need to right-click in the space on the desktop, and then create a new Notepad file, and then copy the following string of code into Notepad.
@echo off
ECHO is clearing the system garbage file, 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 Clears system garbage complete!
Echo. & Pause
When you save the file, we do not save, but choose Save As, and then change the filename to "clear system Lj.bat" on it!
The third step is to save the good after we double-click the file, the system will automatically start cleaning up the system disk garbage, until the prompt clear system garbage is done OK!