Win7 Flagship editionThe system is used for a long time, the system may be slow to run, then how to operate in order to solve the problem of slow system operation? The following three solutions are available for ink-dyed warm heart.
First, clean up the rubbish
In the process of using the Win7 flagship system, a lot of junk files are generated, including temporary files (such as: *.tmp, *._MP) log files (*.log), temporary Help files (*.gid), disk check files (*.chk), temporary backup files (e.g. *.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.
Specific procedures:
1. Press "start" → "program" → "Accessories" → "notepad" in the lower left corner of the Win7 flagship system screen.
2, the following text copied into, point "Save as", the path selected "desktop", save type "All Files", the file is called "Clear system Lj.bat", it is complete.
Read MORE: http://chongzhuang.windowszj.com/
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!" 1 is shown below:
Figure 1 Win7 flagship operating system running garbage cleanup files
Second, clean up common virus, plug-ins and malicious code
Some virus plugins and malicious code can also slow down the speed of the Win7 flagship system, such as worms, by constantly replicating and increasing space, resulting in insufficient capacity until the system crashes.
1. Press "start" → "program" → "Accessories" → "notepad" in the lower left corner of the Win7 flagship system screen.
2, copy the following text into the point "Save as", the path selected "desktop", save the type of "All Files", the file is called "Antivirus. bat", it is finished. Remember that the suffix name must be. bat.
====== 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/a
Third, optimize the boot
1. Press "start" → "program" → "Accessories" → "notepad" in the lower left corner of the Win7 flagship system screen.
2, copy the following text in, click "Save As", the path selected "desktop", save type "All Files", the file is called "Optimize power on. Bat", it is finished.
PS: Remember that the suffix name must be. bat,ok! your optimized boot has been made so successful!
====== 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) =============================
Three ways to easily solve Win7 flagship system slow operation