System Refuse Removal
[Brief]
Updated version of the Windows operating system, accompanied by the operating system is running slow and cumbersome, people headaches and upset people, how can we let the system run faster speed " System and how to have a disproportionate allocation of the operating speed" I will lead you to deeper understanding of how to optimize the system that we can help.
Cleaning Win XP system litter on so simple
Computer use for a long time will have all sorts of junk paper, add up, you will feel that the system is running very slow. How to clean up the garbage documents, but also you a fresh, lighthearted operating system? I think many of my friends will have their own ways, for example by optimizing the master of magic rabbits a clean-up software system. I also have a method here is a simple and quick, one will see the Methods: Using batch.
A new notebook, which then enter the following:
@echo off
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 %windir%\*.bak
del/f/q %systemdrive%\recycled\*.*
del/f/q %windir%\prefetch\*.*
rd/s/q %windir%\temp & md %windir%\tempemp% &md %temp%
del/f/q %userprofile%\cookies\*.*
del/f/q %userprofile%\recent\*.*
rd/s/q \"%userprofile%\Local Settings\Temporary Internet Files\"
cls echo Garbage removal system completed:)
echo. & pause
Tip:
Directly copy the code above you paste it into the new version of it. If you understand the system can also be added to it to other lines of code to clean up more waste paper system.
Enter after the final save it for the suffix known as "bat" in the paper, such as "zol.bat". When you need to be cleaned up garbage system, the double "zol.bat" document, slightly later, the screen will be prompted to "complete garbage removal system:)." After your system on many of the cool.
A new notebook, which then enter the following:
@echo off
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 %windir%\*.bak
del/f/q %systemdrive%\recycled\*.*
del/f/q %windir%\prefetch\*.*
rd/s/q %windir%\temp & md %windir%\tempemp% &md %temp%
del/f/q %userprofile%\cookies\*.*
del/f/q %userprofile%\recent\*.*
rd/s/q \"%userprofile%\Local Settings\Temporary Internet Files\"
cls echo Garbage removal system completed:)
echo. & pause
Tip:
Directly copy the code above you paste it into the new version of it. If you understand the system can also be added to it to other lines of code to clean up more waste paper system.
Enter after the final save it for the suffix known as "bat" in the paper, such as "zol.bat". When you need to be cleaned up garbage system, the double "zol.bat" document, slightly later, the screen will be prompted to "complete garbage removal system:)." After your system on many of the cool.

No comments:
Post a Comment