Increase the speed of Windows 7 garbage cleanup (garbage cleanup)

Source: Internet
Author: User
Tags garbage cleaner

 

Increase the speed of Windows 7 garbage cleanup (garbage cleanup)

 

1. Create a garbage removal tool by yourself

During Windows Installation and use, a considerable number of junk files are generated, including temporary files (for example :*. TMP ,*. _ MP) log file (*. log), temporary help file (*. GID), disk check file (*. chk), temporary backup files (such :*. old ,*. bak) and other temporary files. In particular, if the temporary ie folder "Temporary Internet Files" is not cleared for a period of time, the cached files sometimes occupy hundreds of MB of disk space. These LJ files not only waste valuable disk space, but also slow the system to run as a snail bait. I believe you cannot bear this! Therefore, we should promptly clean up the congestion of the system's LJ files to keep the system "slim" and easily and smoothly access the internet! Come on, my friend. Now let's get rid of system spam quickly !! The following two steps are simple!

In the lower left corner of the computer screen, press "Start> program> attachment> Notepad" to copy the following text (black part), click "Save as", and select "desktop" in the path ", the storage type is "all files" and the file name is "clear system LJ. BAT. Remember the suffix. bat, OK! This is how your garbage cleaner is created!
Double-click it to quickly clean up junk files, less than a minute.

====== Is the following text (this line does not need to be copied) ==================================

@ Echo off
ECHO is clearing the System junk 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 Settings/Temporary Internet Files /*.*"
Del/f/S/Q "% USERPROFILE %/Local Settings/temp /*.*"
Del/f/S/Q "% USERPROFILE %/recent /*.*"
Echo system LJ cleared!
Echo. & pause

===== Till now (this line does not need to be copied) ========================================================== ======
In the future, you only need to double-click the file to run it. When the screen prompts "clearing the system LJ is complete!

2. manually create an optimized Boot Tool

The method is basically the same as the first one. In the lower left corner of the computer screen, press "Start> program> attachment> Notepad", copy the following text (black part), and click "Save ", select "desktop" as the path, and set the storage type to "all files". The file name is "optimized Boot. BAT. Remember the suffix. bat, OK! Your optimized boot is created successfully!
Double-click it to quickly optimize the boot speed, less than a minute.

====== Is the following text (this line does not need to be copied) ==================================

@ Echo off
Color 1f
Clear all unnecessary startup items
Pause
Reg Delete HKEY_LOCAL_MACHINE/software/Microsoft/Windows/CurrentVersion/run/VA/F
Reg Delete HKEY_CURRENT_USER/software/Microsoft/Windows/CurrentVersion/run/VA/F
Reg add HKEY_CURRENT_USER/software/Microsoft/Windows/CurrentVersion/run/V ctfmon.exe/d c:/Windows/system32/ctfmon.exe
Reg Delete "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg"/F
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/imjpmig8.1"
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/imjpmig8.1"/V command/D "" C:/Windows/IME/imjp8_1/imjpmig. EXE "/spoil/remadvdef/migration32"
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/imjpmig8.1"/V hkey/d HKLM
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/imjpmig8.1"/V inimapping/D 0
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/imjpmig8.1"/V item/d imjpmig
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/imjpmig8.1"/V Key/d software/Microsoft/Windows/CurrentVersion/run
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/phime2002a"
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/phime2002a"/V command/D "C:/Windows/system32/IME/tintlgnt/tintsetp. EXE/imename"
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/phime2002a"/V hkey/d HKLM
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/phime2002a"/V inimapping/D 0
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/phime2002a"/V item/d tintsetp
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/phime2002a"/V Key/d software/Microsoft/Windows/CurrentVersion/run
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/phime2002async"
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/phime2002async"/V command/D "" C:/Windows/IME/imjp8_1/imjpmig. EXE "/spoil/remadvdef/migration32"
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/phime2002async"/V hkey/d HKLM
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/phime2002async"/V inimapping/D 0
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/phime2002async"/V item/d tintsetp
Reg Add "HKEY_LOCAL_MACHINE/software/Microsoft/shared tools/msconfig/startupreg/phime2002async"/V Key/d software/Microsoft/Windows/CurrentVersion/run
Del "C:/Documents and Settings/all users/" start "menu/Program/start/*. *"/Q/F
Del "C:/Documents and Settings/Default User/" start "menu/Program/start/*. *"/Q/F
Del "% USERPROFILE %/" start "menu/Program/start/*. *"/Q/F
Start C:/Windows/pchealth/helpctr/binaries/msconfig.exe

====== It's here (this line does not need to be copied) ==================================

This better function is to clear the startup project !!!

3. self-built tools for cleaning common viruses, plug-ins, and malicious code

The method is basically the same, basically the same as the first one. In the lower left corner of the computer screen, press "Start> program> attachment> Notepad" to copy the following text (black ), click "Save as", select "desktop" in the path, set the storage type to "all files", and the file name to "Antivirus. BAT. Remember the suffix. bat, OK! Your most simple and easy-to-use anti-virus software was created!
Double-click it to quickly eliminate viruses, less than 3 minutes.

====== Is the following text (this line does not need to be copied) ==================================

@ Echo off
Del C:/winnt/logow..exe
Del C:/Windows/logocmd.exe
Del C:/winnt/0sy.exe
Del C:/Windows/0sy.exe
Del C:/winnt/1sy.exe
Del C:/Windows/1sy.exe
Del C:/winnt/2sy.exe
Del C:/Windows/2sy.exe
Del C:/winnt/3sy.exe
Del C:/Windows/3sy.exe
Del C:/winnt/4sy.exe
Del C:/Windows/4sy.exe
Del C:/winnt/5sy.exe
Del C:/Windows/5sy.exe
Del C:/winnt/6sy.exe
Del C:/Windows/6sy.exe
Del C:/winnt/7sy.exe
Del C:/Windows/7sy.exe
Del C:/winnt/8sy.exe
Del C:/Windows/8sy.exe
Del C:/winnt/9sy.exe
Del C:/Windows/9sy.exe
Del C:/winnt/rundl132.exe
Del C:/Windows/rundl132.exe
NET Share C $/d
NET Share d $/d
NET Share e $/d
NET Share F $/d
NET Share G $/d
NET Share h $/d
NET Share I $/d
NET Share J $/d
NET Share ADMIN $/d
NET Share IPC $/d
Del C:/winnt/logow..exe
Del C:/Windows/logocmd.exe
Del C:/Windows/vdll. dll
Del C:/winnt/vdll. dll
Del C:/Windows/tdll. dll
Del C:/winnt/tdll. dll
Del C:/Windows/DLL. dll
Del C:/winnt/DLL. dll
Del C:/winnt/kill.exe
Del C:/Windows/kill.exe
Del C:/winnt/sws32.dll
Del C:/Windows/sws32.dll
Del C:/winnt/rundl132.exe
Del C:/Windows/rundl132.exe
Echo.
Echo.
Echo.
Echo .*****************************
Echo.
Echo. virus checking... please do not close ......
Echo.
Echo .*****************************
Echo.
Echo.
Echo.
Echo.
Ping 127.0.0.1-N 5
Del C:/winnt/logow..exe
Del C:/Windows/logocmd.exe
Del C:/winnt/system32/logocmd.exe
Del C:/winnt/system32/rundl132.exe
Del C:/winnt/system32/bootconf.exe
Del C:/winnt/system32/kill.exe
Del C:/winnt/system32/sws32.dll
Del C:/Windows/logocmd.exe
Del C:/Windows/rundl132.exe
Del C:/Windows/bootconf.exe
Del C:/Windows/kill.exe
Del C:/Windows/sws32.dll
Del C:/Windows/DLL. dll
Del C:/Windows/vdll. dll
Del C:/Windows/tdll. dll
Del C:/Windows/system32/shellext/svchs0t.exe
Del C:/Windows/system32/logocmd.exe
Del C:/Windows/system32/rundl132.exe
Del C:/Windows/system32/bootconf.exe
Del C:/Windows/system32/kill.exe
Del C:/Windows/system32/sws32.dll
Del C:/_ desktop. ini/f/S/Q/
Del D:/_ desktop. ini/f/S/Q/
Del E:/_ desktop. ini/f/S/Q/
Del F:/_ desktop. ini/f/S/Q/
Del G:/_ desktop. ini/f/S/Q/
Del H:/_ desktop. ini/f/S/Q/
Del I:/_ desktop. ini/f/S/Q/
Del J:/_ desktop. ini/f/S/Q/
Del K:/_ desktop. ini/f/S/Q/

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.