30 seconds to make your computer faster-computer Basics-China red Guest League-Powered

Source: Internet
Author: User

I. Cleaning up rubbish

Windows generates a significant amount of junk files during installation and use, including temporary files (such as: *.tmp, *._MP) log files (*.log), temporary Help files (*.gid), disk check files (*.chk), temporary backup files (such as *.old, *. BAK) and other temporary files. In particular, if the temporary folder "temporary Internet files" is not cleaned up for a period of time, the cache files may sometimes consume hundreds of megabytes of disk space. These LJ files not only waste valuable disk space, but also make the system slow to run like a snail. I'm sure you can't stand it! So should promptly clean up the system LJ file blockage, keep the system's "slim" figure, easy and smooth internet! Friends come, now let us together to quickly clean up the system garbage!! Here are the steps very simple on two steps!

In the lower left corner of the computer screen, press "start → program → accessories → Notepad", copy the following text into (Black section), click "Save As", the path is selected "desktop", Save the Type "All Files", the file is called "Clear system Lj.bat", it is finished. Remember, the suffix name must be. bat,ok! Your trash cleaner just made it!
Double-click it to quickly clean up the junk file, which is less than a minute.

====== is the following text (this line does not have to be copied) =============================

@echo off
Echo is cleaning up the system junk file, please wait a moment ...
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 Clear System LJ complete!
Echo. & Pause

===== so far (this line does not have to be copied) ==============================================
As soon as you double-click Run the file, when the screen prompts "clear system LJ complete!"

Second, optimize the boot

Method basically with the first, in the lower left corner of the computer screen press "start → program → accessories → Notepad", the following text copied into (black part), point "Save as", the path selected "desktop", Save the Type "All Files", the file is named "Optimize boot. bat", it is finished. Remember, the suffix name must be. bat,ok! Your optimized boot has been made so successful!
Double-click it to quickly optimize the boot speed, less than a minute.

====== is the following text (this line does not have to be copied) =============================

@ ECHO OFF
Color 1f
Title clears all unwanted 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

====== here (this line does not have to be copied) =============================

This better function is to clean up the BOOT project!!!

Third, clean up common virus, plug-ins and malicious code

The basic method is the same, basically with the first, in the lower left corner of the computer screen press "start → program → accessories → Notepad", the following text copied into (black part), point "Save as", the path selected "desktop", save the type of "All Files", the file is called "Antivirus. bat", it is finished. Remember, the suffix name must be. bat,ok! Your most simple and easy to use anti-virus software to make this successful!
Double-click it to be able to quickly antivirus, about 3 minutes less than.


====== is the following text (this line does not have to be copied) =============================

@ECHO OFF
Del C:\winnt\logo1_.exe
Del C:\windows\logo1_.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\logo1_.exe
Del C:\windows\logo1_.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. Looking for poison ... Please do not close ...
Echo.
Echo. *****************************
Echo.
Echo.
Echo.
Echo.
Ping 127.0.0.1-n 5
Del C:\winnt\logo1_.exe
Del C:\windows\logo1_.exe
Del C:\winnt\system32\Logo1_.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\Logo1_.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\Logo1_.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/a
Del d:\_desktop.ini/f/s/q/a
Del e:\_desktop.ini/f/s/q/a
Del f:\_desktop.ini/f/s/q/a
Del g:\_desktop.ini/f/s/q/a
Del h:\_desktop.ini/f/s/q/a
Del i:\_desktop.ini/f/s/q/a
Del j:\_desktop.ini/f/s/q/a
Del K:\_desktop.ini/f/s/q/aabc[/hide]

30 seconds to make your computer faster-computer Basics-China red Guest League-Powered

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.