In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly introduces "how to write the batch of the optimization system". In the daily operation, I believe that many people have doubts about how to write the batch of the optimization system. The editor consulted all kinds of data and sorted out the simple and easy-to-use operation methods. I hope it will be helpful for you to answer the doubt of "how to write the batch of optimization system"! Next, please follow the editor to study!
The code is as follows:
~ invincible dividing line ~
@ echo off
Title Windows Xp super optimization tool VER 2.5 is produced by VCTU!
MODE con: COLS=70 LINES=35
: begin
MODE con: COLS=70 LINES=35
Cls
Color 0a
Echo.
Echo Xp Super Optimization tool VER 2.5
Echo.
Echo VCTU/julian. Evil ghost
Echo.
Echo QQ:455311851
Echo.
Echo = =
Echo, please select the operation you want to perform, and then press enter
Echo = =
Echo.
Echo 1. Optimize system servic
Echo.
Echo 2. Perform port operation
Echo.
Echo 3. Set IP to 192.168.1.2 (internal network ban)
Echo.
Echo 4. Other optimization
Echo.
Echo 5. Clear the SXS virus from the root directory
Echo.
Echo 6. Process Terminator
Echo.
Echo 7. File permission setting tool (thank you youxi01)
Echo.
Echo 8. Clean up the system garbage
Echo.
Echo 9. Quit
Echo.
Echo 0. Self-destruct program
Echo.
Echo h. Help from each part
Echo.
: cho
Set choice=
Set / p choice= Please select:
IF NOT "% Choice%" = "" SET Choice=%Choice:~0,1%
If / I "% choice%" = = "1" goto start2
If / I "% choice%" = = "2" goto start3
If / I "% choice%" = = "3" goto ip
If / I "% choice%" = = "4" goto other
If / I "% choice%" = = "5" goto virus
If / I "% choice%" = = "6" goto taskill
If / I "% choice%" = = "7" goto quanxian
If / I "% choice%" = = "8" goto del
If / I "% choice%" = = "9" goto end
If / I "% choice%" = = "0" goto kill
If / I "% choice%" = = "h" goto help
Invalid echo selection, please re-enter
Echo.
Goto cho
: start2
Color 04
Cls
Echo.
Echo Xp Super Optimization tool
Echo.
Echo VCTU/julian. Evil ghost
Echo.
Echo QQ:455311851
Echo.
Echo = =
Echo, please select the operation you want to perform, and then press enter
Echo = =
Echo.
Echo 1. Optimize XP system servic
Echo.
Echo 2. Restore XP original system service
Echo.
Echo 3. Return to the main menu
Echo.
Echo 4. Quit
Echo.
: Choice2
Set choice2=
Set / p choice2= Please select:
IF NOT "% Choice2%" = "" SET Choice2=%Choice2:~0,1%
If / I "% choice2%" = = "1" goto optimize
If / I "% choice2%" = = "2" goto Restore
If / I "% choice2%" = = "3" goto begin
If / I "% choice2%" = = "4" goto end
Invalid echo selection, please re-enter
Echo.
Goto Choice2
: optimize
Color 65
Cls
Echo begins to optimize system services.
Echo.
Echo system optimization is in progress, please wait a moment.
@ sc config Alerter start= DISABLED
@ sc config ALG start= DISABLED
@ sc config AppMgmt start= DEMAND
@ sc config AudioSrv start= AUTO
@ sc config BITS start= DEMAND
@ sc config Browser start= DISABLED
@ sc config CiSvc start= DISABLED
@ sc config ClipSrv start= DISABLED
@ sc config COMSysApp start= DEMAND
@ sc config CryptSvc start= DEMAND
@ sc config DcomLaunch start= AUTO
@ sc config Dhcp start= DISABLED
@ sc config dmadmin start= DEMAND
@ sc config dmserver start= DISABLED
@ sc config Dnscache start= DISABLED
@ sc config ERSvc start= DISABLED
@ sc config Eventlog start= AUTO
@ sc config EventSystem start= DISABLED
@ sc config FastUserSwitchingCompatibility start= DISABLED
@ sc config helpsvc start= DISABLED
@ sc config HidServ start= DISABLED
@ sc config HTTPFilter start= DEMAND
@ sc config ImapiService start= DISABLED
@ sc config lanmanserver start= DISABLED
@ sc config lanmanworkstation start= AUTO
@ sc config LmHosts start= DISABLED
@ sc config Messenger start= DISABLED
@ sc config mnmsrvc start= DISABLED
@ sc config MSDTC start= DISABLED
@ sc config MSIServer start= DEMAND
@ sc config NetDDE start= DISABLED
@ sc config NetDDEdsdm start= DISABLED
@ sc config Netlogon start= DISABLED
@ sc config Netman start= DEMAND
@ sc config Nla start= DISABLED
@ sc config NtLmSsp start= DISABLED
@ sc config NtmsSvc start= DEMAND
@ sc config Nvsvc start= DISABLED
@ sc config Ose start= DEMAND
@ sc config PlugPlay start= AUTO
@ sc config PolicyAgent start= DISABLED
@ sc config ProtectedStorage start= DISABLED
@ sc config RasAuto start= DEMAND
@ sc config RasMan start= DEMAND
@ sc config RDSessMgr start= DISABLED
@ sc config RemoteAccess start= DISABLED
@ sc config RemoteRegistry start= DISABLED
@ sc config RpcLocator start= DEMAND
@ sc config RpcSs start= AUTO
@ sc config SamSs start= DISABLED
@ sc config SCardSvr start= DISABLED
@ sc config Schedule start= DISABLED
@ sc config seclogon start= DISABLED
@ sc config SENS start= DISABLED
@ sc config SharedAccess start= DISABLED
@ sc config ShellHWDetection start= DISABLED
@ sc config Spooler start= DEMAND
@ sc config srservice start= DISABLED
@ sc config SSDPSRV start= DISABLED
@ sc config Stisvc start= DISABLED
@ sc config Swprv start= DISABLED
@ sc config SysmonLog start= DISABLED
@ sc config TapiSrv start= DEMAND
@ sc config TermService start= DISABLED
@ sc config Themes start= AUTO
@ sc config TlntSvr start= DISABLED
@ sc config TrkWks start= DISABLED
@ sc config UMWdf start= DISABLED
@ sc config upnphost start= DEMAND
@ sc config UPS start= DISABLED
@ sc config VSS start= DISABLED
@ sc config W32Time start= DISABLED
@ sc config WebClient start= DISABLED
@ sc config winmgmt start= AUTO
@ sc config WmdmPmSN start= DISABLED
@ sc config Wmi start= DEMAND
@ sc config WmiApSrv start= DISABLED
@ sc config wuauserv start= DISABLED
@ sc config WZCSVC start= DISABLED
@ sc config wscsvc start= DISABLED
@ sc config xmlprov start= DEMAND
Echo.
Echo optimized XP system service ends, press any key to return!
Pause > nul
Goto start2
: Restore
Cls
Color 65
Echo begins to restore XP's original system service.
Echo.
Echo recovery is in progress, please wait a moment.
@ sc config Alerter start= DISABLED
@ sc config ALG start= DEMAND
@ sc config AppMgmt start= DEMAND
@ sc config AudioSrv start= AUTO
@ sc config BITS start= DEMAND
@ sc config Browser start= AUTO
@ sc config CiSvc start= DEMAND
@ sc config ClipSrv start= DISABLED
@ sc config COMSysApp start= DEMAND
@ sc config CryptSvc start= AUTO
@ sc config DcomLaunch start= AUTO
@ sc config Dhcp start= AUTO
@ sc config dmadmin start= DEMAND
@ sc config dmserver start= AUTO
@ sc config Dnscache start= AUTO
@ sc config ERSvc start= AUTO
@ sc config Eventlog start= AUTO
@ sc config EventSystem start= DEMAND
@ sc config FastUserSwitchingCompatibility start= DEMAND
@ sc config helpsvc start= AUTO
@ sc config HidServ start= DISABLED
@ sc config HTTPFilter start= DEMAND
@ sc config ImapiService start= DEMAND
@ sc config lanmanserver start= AUTO
@ sc config lanmanworkstation start= AUTO
@ sc config LmHosts start= AUTO
@ sc config Messenger start= DISABLED
@ sc config mnmsrvc start= DEMAND
@ sc config MSDTC start= DEMAND
@ sc config MSIServer start= DEMAND
@ sc config NetDDE start= DISABLED
@ sc config NetDDEdsdm start= DISABLED
@ sc config Netlogon start= DEMAND
@ sc config Netman start= DEMAND
@ sc config Nla start= DEMAND
@ sc config NtLmSsp start= DEMAND
@ sc config NtmsSvc start= DEMAND
@ sc config PlugPlay start= AUTO
@ sc config PolicyAgent start= AUTO
@ sc config ProtectedStorage start= AUTO
@ sc config RasAuto start= DEMAND
@ sc config RasMan start= DEMAND
@ sc config RDSessMgr start= DEMAND
@ sc config RemoteAccess start= DISABLED
@ sc config RemoteRegistry start= AUTO
@ sc config RpcLocator start= DEMAND
@ sc config RpcSs start= AUTO
@ sc config RSVP start= DEMAND
@ sc config SamSs start= AUTO
@ sc config SCardSvr start= DEMAND
@ sc config Schedule start= AUTO
@ sc config seclogon start= AUTO
@ sc config SENS start= AUTO
@ sc config SharedAccess start= AUTO
@ sc config ShellHWDetection start= AUTO
@ sc config Spooler start= AUTO
@ sc config srservice start= DISABLED
@ sc config SSDPSRV start= DEMAND
@ sc config stisvc start= DEMAND
@ sc config SwPrv start= DEMAND
@ sc config SysmonLog start= DEMAND
@ sc config TapiSrv start= DEMAND
@ sc config TermService start= DEMAND
@ sc config Themes start= AUTO
@ sc config TlntSvr start= DISABLED
@ sc config TrkWks start= AUTO
@ sc config UMWdf start= DEMAND
@ sc config upnphost start= DEMAND
@ sc config UPS start= DEMAND
@ sc config VSS start= DEMAND
@ sc config W32Time start= AUTO
@ sc config WebClient start= AUTO
@ sc config winmgmt start= AUTO
@ sc config WmdmPmSN start= DEMAND
@ sc config Wmi start= DEMAND
@ sc config WmiApSrv start= DEMAND
@ sc config wscsvc start= AUTO
@ sc config wuauserv start= AUTO
@ sc config WZCSVC start= AUTO
@ sc config xmlprov start= DEMAND
Echo.
Echo restore XP original system service is over, press any key to return!
Pause > nul
Goto start2
: start3
Cls
Color b3
Echo.
Echo Xp Super Optimization tool
Echo.
Echo VCTU/julian. Evil ghost
Echo.
Echo QQ:455311851
Echo.
Echo = =
Echo, please select the operation you want to perform, and then press enter
Echo = =
Echo.
Echo 1. Block port 135445
Echo.
Echo 2. Restore port 135445
Echo.
Echo 3. Return to the main menu
Echo.
Echo 4. Quit
Echo.
: Choice3
Set choice3=
Set / p choice3= Please select:
IF NOT "% Choice3%" = "" SET Choice2=%Choice2:~0,1%
If / I "% choice3%" = = "1" goto killport
If / I "% choice3%" = = "2" goto openport
If / I "% choice3%" = = "3" goto begin
If / I "% choice3%" = = "4" goto end
Invalid echo selection, please re-enter
Echo.
Goto Choice3
: killport
Color d3
Cls
Echo began to block port 135445.
Reg add HKLMSOFTWAREMicrosoftOle / v EnableDCOM / d N / f
Reg add HKLMSOFTWAREMicrosoftRpc / v "DCOM Protocols" / t REG_MULTI_SZ / d ncacn_spxncacn_nb_nbncacn_nb_ipx / f
@ sc config MSDTC start= DISABLED
Reg add HKLMSYSTEMCurrentControlSetServicesNetBTParameters / v SMBDeviceEnabled / t REG_DWORD / d 0 / f
The end of echo blocking port 135445, press any key to return!
Pause > nul
Goto start3
: openport
Cls
Color d3
Echo begins to restore port 135445.
Reg add HKLMSOFTWAREMicrosoftOle / v EnableDCOM / d Y / f
Reg add HKLMSOFTWAREMicrosoftRpc / v "DCOM Protocols" / t REG_MULTI_SZ / d ncacn_spxncacn_nb_nbncacn_nb_ipxncacn_ip_tcp / f
@ sc config MSDTC start= AUTO
Reg add HKLMSYSTEMCurrentControlSetServicesNetBTParameters / v SMBDeviceEnabled / t REG_DWORD / d 1 / f
Echo restore port 135445 ends, press any key to return!
Pause > nul
Goto start3
: ip
Cls
Color 57
Echo starts setting the IP address.
Netsh interface ip set address name= "Local connection" static 192.168.1.2 255.255.255.0
Echo sets the IP address to end, press any key to return!
Pause > nul
Goto begin
: other
Cls
Color c6
Echo began to make other optimizations.
Taskkill / im TIMPlatform.exe / f
Del / f / s / q C:Progra~1TencentQQTIMPlatform.exe
Del / f / s / q D:Progra~1TencentQQTIMPlatform.exe
Taskkill / im realsched.exe / f
Del / f / s / q C:Progra~1Common~1RealUpdate_OBrealsched.exe
@ rem removes redundant programs started when running QQ and Real
Reg delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun / va / f
Reg delete HKCRSoftwareMicrosoftWindowsCurrentVersionRun / va / f
Reg delete "HKLMSOFTWAREMicrosoftShared ToolsMSConfigstartupreg" / f
Del "C:Documents and SettingsAll Users" start menu program starts *. * "/ Q / f
Del "C:Documents and SettingsDefault User" start menu program starts *. * "/ Q / f
Del "% userprofile%" start menu program starts *. * "/ Q / f
@ rem removes redundant startup entries
Regsvr32 / u / s igfxpph.dll
Reg delete HKCRDirectoryBackgroundshellexContextMenuHandlers / f
Reg add HKCRDirectoryBackgroundshellexContextMenuHandlersnew / ve / d {D969A300-E7FF-11d0-A93B-00A0C90F2719}
Reg delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun / v HotKeysCmds / f
Reg delete HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun / v IgfxTray / f
@ rem removes redundant right-click menus on the desktop
Sfc / purgecache
@ rem eliminates system caching
Regsvr32 / u / s zipfldr.dll
@ rem cancels the ZIP folder function
Reg add "HKCUControl PanelDesktop" / v AutoEndTasks / t REG_DWORD / d 1 / f
Reg add "HKCUControl PanelDesktop" / v HungAppTimeout / d 50 / f
Reg add "HKCUControl PanelDesktop" / v WaitToKillAppTimeout / d 200 / f
@ rem speeds up the shutdown
Reg add "HKLMSYSTEMCurrentControlSetControlSession ManagerMemory ManagementPrefetchParameters" / v EnablePrefetcher / t REG_DWORD / d 1 / f
@ rem startup bar scrolls once
Reg add HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorer / v AlwaysUnloadDLL / t REG_DWORD / d 1 / f
@ rem clears unused DLL files in memory
Reg add "HKLMSOFTWAREMicrosoftWindows NTCurrentVersionAeDebug" / v Auto / d 0 / f
@ rem shut down Dr. Hua
Reg add "HKLMSOFTWAREMicrosoftWindows NTCurrentVersionWinlogon" / v SFCDisable / t REG_DWORD / d 4294967197 / f
@ rem disables file protection
Reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings" / v MaxConnectionsPer1_0Server / t REG_DWORD / d 8 / f
Reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings" / v MaxConnectionsPerServer / t REG_DWORD / d 8 / f
@ rem IE download multithreading
Reg add HKU.DEFAULTSoftwareMicrosoftWindowsCurrentVersionExplorer / v Link / t REG_BINARY / d 00000000 / f
@ rem remove the word shortcut
Reg add HKLMSOFTWAREMicrosoftWindowsCurrentVersionpoliciesExplorer / v NoLowDiskSpaceChecks / t REG_DWORD / d 1 / f
@ rem cancels the hint of too little disk space
Reg add HKLMSYSTEMCurrentControlSetControlFileSystem / v ConfigFileAllocSize / t REG_DWORD / d 500 / f
@ rem optimized file system
Reg add HKCUConsole / v LoadConIme / t REG_DWORD / d 0 / f
@ rem does not automatically load Conime when running CMD
Reg add HKLMSOFTWAREMicrosoftWindowsCurrentVersionpoliciessystem / v dontdisplaylastusername / t REG_DWORD / d 1 / f
@ rem does not show the last login user name
Reg add HKLMSYSTEMCurrentControlSetControlLsa / v restrictanonymous / t REG_DWORD / d 1 / f
@ rem does not allow anonymous enumeration of SAM accounts and shares
Reg add HKLMSYSTEMControlSet001ControlCrashControl / v AutoReboot / t REG_DWORD / d 0 / f
Reg add HKLMSYSTEMControlSet001ControlCrashControl / v CrashDumpEnabled / t REG_DWORD / d 0 / f
Reg add HKLMSYSTEMControlSet001ControlCrashControl / v DumpFile / t REG_EXPAND_SZ / d% SystemRoot%MEMORY.DMP / f
Reg add HKLMSYSTEMControlSet001ControlCrashControl / v LogEvent / t REG_DWORD / d 0 / f
Reg add HKLMSYSTEMControlSet001ControlCrashControl / v MinidumpDir / t REG_EXPAND_SZ / d% SystemRoot%Minidump / f
Reg add HKLMSYSTEMControlSet001ControlCrashControl / v Overwrite / t REG_DWORD / d 1 / f
Reg add HKLMSYSTEMControlSet001ControlCrashControl / v SendAlert / t REG_DWORD / d 0 / f
@ rem system failed to select all of the ticks
Reg add HKLMSOFTWAREMicrosoftPCHealthErrorReporting / v DoReport / t REG_DWORD / d 0 / f
Reg add HKLMSOFTWAREMicrosoftPCHealthErrorReporting / v ShowUI / t REG_DWORD / d 0 / f
@ rem disables error reporting, but notifies me whether my check box is selected when a serious error occurs
Reg add HKCRCLSID {450D8FBA-AD25-11D0-98A8-0800361B1103} / v SortOrderIndex / t REG_DWORD / d 54 / f
@ rem desktop first shows my computer
Reg add HKLMSOFTWAREClasses*shellOpenInNotepad / ve / d use notepad to open / f
Reg add HKLMSOFTWAREClasses*shellOpenInNotepadcommand / ve / d "notepad.exe" 1 "" / f
Reg add HKCRDirectoryshellDOS / ve / d use DOS to browse / f
Reg add HKCRDirectoryshellDOSCommand / ve / d "cmd.exe / k" cd% L% "/ f
@ rem add "Open using notepad" to the file right-click menu & right-click the folder to add DOS browsing
Reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerUser Shell Folders" / v Favorites / t REG_EXPAND_SZ / d D:Favorites / f
Reg add "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerUser Shell Folders" / v Personal / t REG_EXPAND_SZ / d "D:My Documents" / f
@ rem put my documents and favorites under disk D.
Echo other optimization is over, press any key to return!
Pause > nul
Goto begin
: virus
Cls
Color 97
Echo begins to clean up the SXS virus in the root directory.
FOR% an IN (C: d: e: F: G: I: J: K: l: M: O: P: Q: s: t: U: W: X: y: Z:) DO ATTRIB-R-H-S-A% aSXS.EXE & DEL / F / Q / A-R-H-S-A% aSXS.EXE & ATTRIB-R-H-S-A% aAUTORUN.INF & DEL / F / Q / A-R-H-S-A% aAUTORUN.INF
Echo clears the SXS virus under the root directory is over, press any key to return!
Pause > nul
Goto begin
: taskill
MODE con: COLS=80 LINES=36
Cls
Color f0
Echo== process Terminator = =
Echo for each ps in GetObject ("winmgmts:\ .rootcimv2: win32_process") .instances_ > _ L_.vbs
Echo WScript.Echo f (ps.handle,5) ^ & f (ps.name,15) ^ & ps.executablepath:Next > > _ L_.vbs
Echo Function f (str,n): f=str:for iTunes 1 to n-len (str): F = f ^ & "": Next:End Function > > _ L_.vbs
Cscript / / nologo _ _ L_.vbs | find / V "cscript.exe" | find / V "find.exe" > C:_proc_list.txt
Del _ L_.vbs
Type C:_proc_list.txt
Echo.
Echo enter the pid code of the process to be terminated (the number in front of the process), add a space followed by 0, and then press enter, a dialog box will appear, which will end all dynamic link libraries and programs related to this process, so you can end the process.
Echo, please fill in the pid code:
Set / p cmd=
If "% cmd: =%" = = "0" del C:_proc_list.txt & & goto: EOF
Call: Tmnt% cmd%
Del C:_proc_list.txt
Goto: EOF
: Tmnt
: start
If% 1. Goto: EOF
If% 1 shift & & goto: start
Type C:_proc_list.txt | find "1" > nul & & start / B ntsd-c Q-p 1
Shift
Goto begin
: del
Cls
Echo = garbage disposal station = =
Echo VCTU products-system vacuum Cleaner upgrade (second Edition)
Some features of echo upgrade:
Echo 1. Deleted the extremely decadent help document of windows. That bad help does not support national languages, and incoherent, do not delete sorry for the party!
Echo 2. Empty the Recycle Bin for most commonly used disks.
Echo 3, the cleaning surface from this user directly to all users!
Echo.
Echo.
Pause
@ del / f / s / Q% systemdrive%*.tmp
@ del / f / s / Q% systemdrive%*.tmep
@ del / f / s / Q% systemdrive%*.hlp
@ 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 / q windowsHelp*.*
Del / f / Q Cvirtual RecycledRecycledholders. *
Del / f / Q dappled RecycledRecycledholders. *
Del / f / Q egroup RecycledRecycledholders. *
Del / f / Q frenzy RecycledRecycledholders. *
Del / f / Q hgroup RecycledRecycledholders. *
Del / f / Q iRom RecycledRecycledholders. *
Del / f / Q jgroup Recycledspeaker. *
Del / f / Q KRV RecycledRecycledholders. *
@ del / f / s / Q% windir%*.bak
@ del / f / s / Q% windir%prefetch*.*
@ rd / s / Q% windir%temp & md% windir%temp
@ del / f / Q% alluserprofile%cookies*.*
@ del / f / Q% alluserprofile%recent*.*
@ del / f / s / Q "% alluserprofile%Local SettingsTemporary Internet Files*.*"
@ del / f / s / Q "% alluserprofile%Local SettingsTemp*.*"
@ del / f / s / Q "% alluserprofile%recent*.*"
Echo cleans up the system junk file to finish, press any key to return!
Echo.
Pause > nul
Goto begin
: quanxian
Cls
Color af
Mode con: cols=38 lines=20
Echo.
Echo File access Settings tool
Echo = =
Echo sets the access permissions for system folders, in the
To a certain extent, echo can effectively prevent malicious programs,
The invasion of echo Trojans. It can also be used to lock in hackers.
Echo = =
Echo 1. Restrict current user access
Echo 2. Lift the restriction
Echo Q. Go back to the main menu
Echo thanks youxi01 for providing this part of the code
Echo.
Set msg= error operation!
Set Input=nul
Set / p Input= your choice:
If not "% Input%" = "" (
If% Input:~0,1% EQU 1 call: Config_User p n & & set msg= permission restriction succeeded!
If% Input:~0,1% EQU 2 call: Config_User g f & & set msg= unrestricted successfully!)
If / I "% Input%" = = "Q" goto begin
Echo.
Echo msg%
Pause > nul
Goto: Start
)
Else goto: Start
: Config_User
Cacls systemroot% / e / 1 username%:%2 > nul
Cacls "userprofile%" / e / 1 username%:%2 > nul
Cacls "systemdrive%/Program Files" / e / 1 username%:%2 > nul
: kill
Cls
Color c5
Echo, you are so abominable! ToT tried to destroy me!
Echo.
Now I want you to choose echo. If you choose right, just as you wish. If you choose wrong, you will be finished. Choose!
Echo.
: cho2
Set choice=
Set / p choice= Please choose your life or death:
IF NOT "% Choice%" = "" SET Choice=%Choice:~0,1%
If / I "% choice%" = = "y" goto killme
If / I "% choice%" = = "n" goto killme
Invalid echo selection, please re-enter
Echo.
: killme
Start 0
Start 0
Start 0
Start 0
Start 0
Start 0
Start 0
Goto killme
Goto cho2
: help
Cls
Echo selects the content of the explanation (enter a number and click enter):
Echo.
Echo 1. Optimize system servic
Echo.
Echo 2. Perform port operation
Echo.
Echo 3. Set IP to 192.168.1.2 (internal network ban)
Echo.
Echo 4. Other optimization
Echo.
Echo 5. Clear the SXS virus from the root directory
Echo.
Echo 6. Process Terminator
Echo.
Echo 7. File permission setting tool (thank you youxi01)
Echo.
Echo 8. Clean up the system garbage
Echo.
Echo 9. Quit
Echo.
Echo 0. Self-destruct program
Echo.
Echo g. The course of this procedure
Echo.
Echo z. Go back to the main menu
: cho
Set choice=
Set / p choice= Please select:
IF NOT "% Choice%" = "" SET Choice=%Choice:~0,1%
If / I "% choice%" = = "1" goto H2
If / I "% choice%" = = "2" goto h3
If / I "% choice%" = = "3" goto h4
If / I "% choice%" = = "4" goto h5
If / I "% choice%" = = "5" goto H6
If / I "% choice%" = = "6" goto H7
If / I "% choice%" = = "7" goto H7
If / I "% choice%" = = "8" goto H8
If / I "% choice%" = = "9" goto H9
If / I "% choice%" = = "0" goto H0
If / I "% choice%" = = "0" goto new
If / I "% choice%" = = "z" goto begin
Invalid echo selection, please re-enter
: h2
Cls
Echo system Optimization Service:
Super Chief echo, if you have patience, you can go and see. A detailed explanation of each item is provided!
Echo.
Echo.
Echo.
Echo Alerter
Echo Microsoft: notify selected users and computer system management alerts. If this service is stopped, programs that use system management echo alerts will not be notified.
Echo added: the average home computer does not need to send or receive computer system-managed alerts (Administrative Alerts) unless your computer is used on a local area network
Echo dependencies: Workstation
Echo recommendation: disabled
Echo Application Layer Gateway Service
Echo Microsoft: support for third-party communication protocol plug-ins that provide Internet online sharing and Internet online firewall
Echo added: if you don't use Internet online sharing (ICS) to provide Internet access to multiple computers and Internet online Firewall (ICF) software, you can turn it off.
Echo dependency: Internt Connection Firewall (ICF) / Internet Connection Sharing (ICS)
Echo recommendation: disabled
Echo Application Management (Application Management)
Echo Microsoft: provides software installation services for assignment, distribution, and removal.
Echo added: services for software installation changes as mentioned above
Echo recommendation: manual
Echo Windows Audio
Echo Microsoft: manages the audio device for the Windows main program. If this service is stopped, the audio device and effect will not work properly. If this service is disabled, any echo that explicitly depends on it will not be able to start.
Echo added: if you don't have a sound card, you can turn him off.
Echo dependencies: Plug and Play, remote Procedure Call (RPC)
Echo recommendation: automatic
Echo Background Intelligent Transfer Service
Echo Microsoft: use idle network bandwidth to transmit data.
Echo added: the West, such as Windows Update, which transmits data in the background via Via HTTP1.1, takes this as one of its work.
Echo dependencies: remote Procedure Call (RPC) and Workstation
Echo recommendation: disabled
Echo Computer Browser (computer browser)
Echo Microsoft: maintains a list of updated computers on the network and provides this list to computers that serve as browsers. If the service is stopped, the list will not be updated or maintained. If echo deactivates this service, all services that depend on it will not start.
Echo added: you don't need a home computer unless your computer is on a local area network, but is it necessary to slow it down on a large local area network?
Echo dependencies: Server and Workstation
Echo recommendation: disabled
Echo Indexing Service (indexing Service)
Echo Microsoft: indexed content and file properties of local and remote computers; provides fast file access through a flexible query language.
Echo added: simply put, it can speed up your search, but I think very few people search with remote computers
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: disabled
Echo ClipBook (scrapbook)
Echo Microsoft: enable the clipbook viewer to store information and share it with remote computers. If this service is stopped, the clipbook viewer will not be able to share information with the remote computer. If the echo service is disabled, any service that explicitly depends on it will not start.
Echo added: share the information in the scrapbook with other computers. Home computers don't need it at all.
Echo dependencies: Network DDE
Echo recommendation: disabled
Echo COM+ System Application
Echo Microsoft: manage the setup and tracking of COM+ components. If you stop this service, most COM+ components will not be able to do properly. If this service is disabled, any services that explicitly depend on echo will fail to start.
Echo added: if COM+ Event System is a car, then COM+ System Application is the driver, such as the DCOM shown in the event viewer is not enabled
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: manual
Echo Cryptographic Services
Echo Microsoft: provides three management services: the Category Catalog Database Service to confirm the signature of Windows files; the echo-protected Root Directory Service to add and remove trusted root credential authorization credentials from this computer; and the key Service to assist in registering this computer to obtain credentials. If this service is stopped, these administrative services will not work correctly.
Echo added: to put it simply, it is a kind of Microsoft certification, if you use Automatic Updates, then you may need this.
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: manual
Echo DCOM Server Process Launcher
Echo provides startup capabilities for DCOM services.
Echo DHCP Client (DHCP client)
Echo Microsoft: manage network settings by logging in and updating IP addresses and DNS names.
Echo added: people who use DSL/Cable, ICS, and IPSEC need this to specify dynamic IP
Echo dependencies: AFD network support environment, NetBT, SYMTDI, TCP/IP Protocol Driver and NetBios over TCP/IP
Echo recommendation: manual
Echo Logical Disk Manager Administrative Service (logical disk Administrator system Management Service)
Echo Microsoft: set the hard disk and disk area, the service only executes the setup program and then stops.
Echo added: only needed when using the functions of the Microsoft Management Console (MMC) console
Echo dependencies: Plug and Play, remote Procedure Call (RPC), Logical Disk Manager
Echo recommendation: manual
Echo Logical Disk Manager (logical disk Administrator)
Echo Microsoft: detect and monitor new hard disks, and transfer disk area information to the logical disk management system management service for setting. If this service is stopped, dynamic disk status and echo setting information may be out of date. If this service is disabled, any services that explicitly depend on it will not start.
Echo added: disk administrators use to dynamically manage disks, such as displaying disk free space, and to use the functions of the Microsoft Management Console (MMC) console
Echo dependencies: Plug and Play, remote Procedure Call (RPC), Logical Disk Manager Administrative Service
Echo recommendation: automatic
Echo DNS Client (DNS client)
Echo Microsoft: parses and caches the domain name system (DNS) name of this computer. If you stop this service, this computer will not be able to resolve the DNS name and find the location of the Active echo Directory domain controller. If this service is disabled, all services that depend on it will not start.
Echo added: as mentioned above, in addition, IPSEC needs to use
Echo dependencies: TCP/IP Protocol Driver
Echo recommendation: manual
Echo Error Reporting Service
Echo Microsoft: allows error reporting of services and applications executed in non-standard environments.
Echo added: Microsoft's application error report
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: disabled
Echo Event Log (event log file)
Echo Microsoft: event messages from Windows-based programs and components can be viewed in the event Viewer. This service cannot be stopped.
Echo add: allow event messages to be displayed on top of the event viewer
Echo dependencies: Windows Management Instrumentation
Echo recommendation: automatic
Echo COM+ Event System (COM+ event system)
Echo Microsoft: supports the system event Notification Service (SENS), which automatically distributes events to subscribed COM components. If the service is stopped, SENS will shut down and will not be able to provide login and logout notifications to echo.
Echo added: some programs may use COM+ components, such as BootVis's optimize system application, such as the DCOM shown in the event viewer is not enabled
Echo dependencies: remote Procedure Call (RPC) and System Event Notification
Echo recommendation: manual
Echo Help and Support
Echo Microsoft: let the instructions and support center be executed on this computer. If this service is stopped, the instructions and support Center will not be available.
Echo added: turn it off if you don't use it.
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: disabled
Echo Human Interface Device Access
Echo Microsoft: enables universal input access to the Human Interface device (HID), which initiates and maintains the use of this keyboard, remote control, and other pre-defined echo shortcuts on multimedia devices. If the service is stopped, the shortcut button for service control will no longer work.
Echo added: as mentioned above
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: disabled
Echo http sll
Echo this service implements secure Hypertext transfer Protocol (HTTPS) for HTTP services through secure Sockets layer (SSL). If this service is disabled, any services that depend on it will not start.
Echo IMAPI CD-Burning COM Service
Echo Microsoft: use Image Mastering Applications Programming Interface (IMAPI) to manage CD recording. If this service is stopped, this computer will not be able to record CDs with echo. If this service is disabled, any service that explicitly depends on it will not start.
Echo added: XP integrates the drag-and-drop burning function on CD-R and CD-RW drives, but it is not as good as burning software. Turning off can also speed up the opening of Nero.
Echo recommendation: disabled
Echo Server (server)
Echo Microsoft: provides sharing of files, printing, and named pipes for this computer over the network. If you stop this service, you will not be able to use these features. If you disable this service, all echo services that depend on it will not start.
Echo added: to put it simply, it is the sharing of files and prints. unless you share it with other computers, turn it off.
Echo dependencies: Computer Browser
Echo recommendation: disabled
Echo Workstation (workstation)
Echo Microsoft: establish and maintain a client network online to a remote server. If you stop this service, these online will not be available. If this service is disabled, all server echo services that depend on it will not start.
Echo added: some of the functions necessary for Internet access
Echo dependencies: Alerter, Background Intelligent Transfer Service, Computer Browser, Messenger, Net Logon, remote Procedure Call echo (RPC) Locator
Echo recommendation: automatic
Echo TCP/IP NetBIOS Helper (TCP/IP NetBIOS Helper)
Echo Microsoft: enable support for [NetBIOS over TCP/IP (NetBT)] service and NetBIOS name resolution.
Echo added: if your network does not use NetBios or WINS, you can shut it down
Echo dependencies: AFD network support environment, NetBt
Echo recommendation: disabled
Echo Messenger (messenger)
Echo Microsoft: transmits network transmission and [Alerter] service messages between clients and servers. This service has nothing to do with Windows Messenger. If this service is stopped, echo echo Alerter messages will not be transmitted. If this service is disabled, all services that depend on it will not start.
Echo added: features that allow networks to send alerts to each other, such as net send, can be turned off if you don't want to be harassed
Echo dependencies: NetBIOS Interface, Plug and Play, remote Procedure Call (RPC), Workstation
Echo recommendation: disabled
Echo NetMeetingremote Desktop Sharing (NetMeeting remote Desktop sharing)
Echo Microsoft: allows authorized users to access this computer remotely through the company's near-end internal network using NetMeeting. If this service is stopped, remote Desktop echo sharing will not be available. If the service is disabled, any services that depend on it will not start.
Echo added: as mentioned above, let users share control of the computer with other users on the network or on the Internet. If you pay attention to security and don't want to open more back doors, turn it off.
Echo recommendation: disabled
Echo Distributed Transaction Coordinator (distributed deal Coordinator)
Echo Microsoft: coordinates transactions across multiple resource managers, such as databases, message queues, and file systems. If this service is stopped, these transactions will not occur. If the service is disabled by echo, any service that obviously depends on it will not start.
Echo added: as mentioned above, home computers are not very useful in general, unless you enable Message Queuing
Echo dependencies: remote Procedure Call (RPC) and Security Accounts Manager
Echo recommendation: disabled
Echo Windows Installer (Windows installer)
Echo Microsoft: install, repair, and remove software according to the instructions included in the .MSI file.
Echo added: a system service that helps users install, configure, track, upgrade and remove software programs correctly, manage the standard format for application establishment and installation, and track echo tracking components such as file groups, login items, and shortcuts
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: manual
Echo Network DDE (Network DDE)
Echo Microsoft: provides network transmission and security for dynamic data exchange (DDE) for programs executed on the same or different computers. If this service is stopped, DDE transport and security will not be used by echo. If this service is disabled, any services that explicitly depend on it will not start.
Echo added: most people don't seem to need it.
Echo dependencies: Network DDE DSDM, ClipBook
Echo recommendation: disabled
Echo Network DDE DSDM (Network DDE DSDM)
Echo Microsoft: message dynamic data Exchange (DDE) network sharing. If this service is stopped, DDE network shares will not be available.
Echo added: most people don't seem to need it.
Echo dependencies: Network DDE
Echo recommendation: disabled
Echo Net Logon
Echo Microsoft: supports pass-through authentication of account login events for computers on the domain.
Echo added: the average home computer is unlikely to use the login domain review service
Echo dependencies: Workstation
Echo recommendation: disabled
Echo Network Connections (Network online)
Echo Microsoft: manages objects in the network and dial-up online folder where you can view the local area network and remote online.
Echo add: control your network online
Echo dependencies: remote Procedure Call (RPC), Internet Connection Firewall (ICF) / Internet Connection Sharing (ICS)
Echo recommendation: manual
Echo Network Location Awareness (NLA)
Echo Microsoft: collect and store network settings and location information, and notify applications when this information changes.
Echo added: you can turn it off if you don't use ICF and ICS
Echo dependency: AFD network support environment, TCP/IP Procotol Driver, Internet Connection Firewall (ICF) / Internet Connection Sharing (ICS)
Echo recommendation: disabled
Echo NTLM Security Support Provider (NTLM security support provider)
Echo Microsoft: provides security for remote procedure call (RPC) programs that do not use named pipe transfers.
Echo added: if you don't use Message Queuing or Telnet Server, turn it off.
Echo dependencies: Telnet
Echo recommendation: disabled
Echo echo ovable Storage (removable storage device)
Echo Microsoft: None
Echo added: unless you have a Zip disk drive or portable hardware such as USB or Tape backup device, you can try to turn it off
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: DISABLED
Echo Office Source Engine (office 2003)
Echo saves installation files for updates and repairs, and must be used when downloading installer updates and Watson error reports.
Echo Plug and Play (plug-in)
Echo Microsoft: enabling the computer to identify and adapt to hardware changes with little or no input from the user. Stopping or disabling this service will lead to system instability.
Echo added: as the name implies, it is the PNP environment.
Echo dependencies: Logical Disk Manager, Logical Disk Manager Administrative Service, Messenger, Smart Card, Telephony, Windows Audio
Echo recommendation: automatic
Echo IPSEC Services (IP Security Service)
Echo Microsoft: manage IP security principles and launch ISAKMP/Oakley (IKE) and IP security drivers.
Echo added: help protect data transmitted over the network. IPSec is an important part of providing security for virtual private networks (VPN), while VPN allows organizations to securely echo data over the Internet. It may be needed on some domains, but most of the average users don't need it.
Echo dependencies: IPSEC driver, remote Procedure Call (RPC), TCP/IP Protocol Driver
Echo recommendation: manual
Echo Protected Storage (protected storage device)
Echo Microsoft: provides protected storage areas for sensitive data such as private keys to prevent access by unauthorized services, processing, or users.
Echo added: services used to store passwords on your computer, such as Outlook, dialers, other applications, master-slave architecture, etc.
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: automatic
Echo remote Access Auto Connection Manager (remote access Automated online Administrator)
Echo Microsoft: establishes a remote network online when a program references a remote DNS or NetBIOS name or address.
Echo added: some DSL/Cable providers may need to use this to handle login procedures
Echo dependencies: remote Access Connection Manager, Telephony
Echo recommendation: manual
Echo remote Access Connection Manager (remote access online administrator)
Echo Microsoft: build a network online.
Echo supplement: network online use
Echo dependencies: Telephony, Internet Connection Firewall (ICF) / Internet Connection Sharing (ICS), remote Access Auto echo Connection Manager
Echo recommendation: manual
Echo remote Desktop Help Session Manager
Echo Microsoft: manage and control remote assistance. If this service is stopped, remote Assistance will not be available. Before stopping this service, please refer to the dependency label in the content dialog box.
Echo added: the management and control of remote assistance mentioned above can be turned off if you don't use it.
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: DISABLED
Echo Routing andremote Access (routing and remote access)
Echo Microsoft: provides routing services for companies connected to local area networks and wide area networks.
Echo added: as mentioned above, provide dial-up access to the local area network or VPN service, which is not needed by ordinary users
Echo dependencies: remote Procedure Call (RPC), NetBIOSGroup
Echo recommendation: disabled
Echo remote Registry (Telnet Service)
Echo Microsoft: enable remote users to modify login settings on this computer. If the service is stopped, the login can only be modified by the consumer on this computer. If this service is disabled by echo, any services that explicitly depend on it will not start.
Echo added: for security reasons, if there is no special need, it is recommended to turn it off unless you need remote assistance to modify your login settings
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: disabled
Echo remote Procedure Call (RPC) Locator (remote procedure call locator)
Echo Microsoft: manages the RPC name service database.
Echo added: as mentioned above, it is rarely used on computers, so you can try to turn it off
Echo dependencies: Workstation
Echo recommendation: DISABLED
Echo remote Procedure Call (RPC) (remote procedure call, RPC)
Echo Microsoft: provides end-point correspondence programs and other RPC services.
Echo added: some devices depend on it, don't touch it
Echo dependency: too much, go and see for yourself
Echo recommendation: automatic
Echo Security Accounts Manager (Security account Administrator)
Echo Microsoft: store the security information of your local account.
Echo add: manage accounts and Group principles (gpedit.msc) applications
Echo dependencies: remote Procedure Call (RPC), Distributed Transaction Coordinator
Echo recommendation: automatic
Echo Smart Card (Smart Card)
Echo Microsoft: manages access to smart cards read by this computer. If this service is stopped, this computer will not be able to read the smart card. If this service is disabled, any service that is explicitly stored in it according to echo will not start.
Echo added: if you don't use Smart Card, you can turn it off.
Echo dependencies: Plug and Play
Echo recommendation: disabled
Echo Task Scheduler (work scheduler)
Echo Microsoft: enables users to set and schedule automatic work on this computer. If the service is stopped, these tasks will not be performed at their scheduled time.
Echo added: set scheduling for automatic work, such as some scheduled disk scans, virus scheduled scans, updates, etc.
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: automatic
Echo Secondary Logon
Echo Microsoft: enable starter programs under other certifications. If this service is stopped, this type of login access will not be available.
Echo added: allow multiple user handlers, execute separators, etc.
Echo recommendation: automatic
Echo System Event Notification (system event Notification)
Echo Microsoft: tracks system events such as Windows login, network, and power events. Notify COM+ event system subscribers of these events.
Echo added: as mentioned above
Echo dependencies: COM+ Event System
Echo recommendation: automatic
Echo Internet Connection Firewall (ICF) / Internet Connection Sharing (ICS)
Echo Microsoft: provides network address translation, addressing and name resolution services and / or interference prevention services for your home network or small office network.
Echo added: if you don't use Internet online sharing (ICS) or the Internet online Firewall (ICF) included in XP, you can turn it off.
Echo dependencies: Application Layer Gateway Service, Network Connections, Network Location Awareness (NLA), remote Access Connection echo Manager
Echo recommendation: disabled
Echo Shell Hardware Detection
Echo Microsoft: provides notifications for automatic playback of hardware events.
Echo added: generally used in memory cards or CD devices, DVD devices
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: automatic
Echo Print Spooler (print multitasking buffer processor)
Echo Microsoft: load the file into memory for printing later.
Echo added: if you don't have a printer, you can turn it off
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: disabled
Echo Windows Image Acquisition (WIA) (Windows Image acquisition Program)
Echo Microsoft: provides image capture services for scanners and digital cameras.
Echo added: if the scanner and digital camera support WIA function, then you can see the image file directly, do not need other drivers, so users without scanners and digital cameras echo can be turned off
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: disabled
Echo MS Software Shadow Copy Provider
Echo Microsoft: manages the software-based shadow replication of disk areas achieved by the disk shadow replication service. If you stop this service, you will not be able to manage software-based disk shadow replication.
Echo added: as mentioned above, things used for backup, such as MS Backup programs, need this service.
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: disabled
Echo Performance Logs and Alerts (performance records and alerts)
Echo Microsoft: based on pre-set scheduling parameters, collect performance data from a local or remote computer, and then write the data to a record or? # 124; send an alarm. If this service is stopped, echo will not collect performance information. If this service is disabled, any services that explicitly depend on it will not start.
Echo added: services with little value
Echo recommendation: disabled
Echo Telephony (telephone Voice)
Echo Microsoft: provides telephone voice echo tone API (TAPI) support for programs that control telephone voice devices and IP master voice connections on local computers and to servers that are performing this service via the local area network.
Echo added: general dial-up modems or some DSL/Cable may be used
Echo dependencies: Plug and Play, remote Procedure Call (RPC), remote Access Connection Manager, remote Access Auto Connection echo Manager
Echo recommendation: manual
Echo Terminal Services (Terminal Service)
Echo Microsoft: allows multiple users to interactively connect to the same computer, desktop monitors, and applications to remote computers. Remote desktop enhancements (including system administrator's RD) echo, fast switching users, remote assistance, and terminal servers.
Echo added: the function of remote Desktop or remote Assistance is turned off without need.
Echo dependencies: remote Procedure Call (RPC), Fast User Switching Compatibility, InteractiveLogon
Echo recommendation: disabled
Echo Themes
Echo Microsoft: provides user experience theme management.
Echo added: a lot of people use set themes, but if there are no users, you can turn it off
Echo recommendation: automatic
Echo Distributed Link Tracking Client (distributed link tracking client)
Echo Microsoft: maintains links between NTFS files in computers or in different computers in a network domain.
Echo added: file links between different computers in the maintenance area network
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: disabled
@ sc config TrkWks start= DISABLED
Echo Windows User Mode Driver Framework
Echo enables the Windows user mode driver.
@ sc config UMWdf start= DEMAND
Echo Uninterruptible Power Supply (uninterrupted power supply system)
Echo Microsoft: manages the Uninterruptible Power supply (UPS) connected to this computer.
Echo added: does the average person use uninterrupted power supply (UPS)? Unless your power supply has this function, it will be turned off
Echo recommendation: disabled
Echo Volume Shadow Copy
Echo Microsoft: manages and performs disk volume shadow copies for backup and other purposes. If this service is stopped, shadow copy will not be used for backup, and backup may fail.
Echo added: as mentioned above, this service is required for backup programs such as MS Backup.
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: disabled
Echo Windows Time (Windows time setting)
Echo Microsoft: maintains the data and time synchronization of all clients and servers on the network. If this service is stopped, date and time synchronization will not occur. If the service echo is disabled, all dependent services will be stopped.
Echo added: the network is used for timing calibration, it is not necessary to turn it off.
Echo recommendation: disabled
Echo WebClient
Echo Microsoft: enable Windows-based programs to create, access, and modify Internet-based files. If you stop this service, these features will not be able to
Echo added: use WebDAV to upload files or folders to all Web services. For security reasons, you can try to shut down
Echo dependencies: WebDav Client Redirector
Echo recommendation: disabled
Echo Windows Management Instrumentation (WMI)
Echo Microsoft: provides a common interface and object model to access management information about operating systems, devices, applications, and services. If this service is stopped, most Windows echo software will not work properly. If this service is disabled, all services that depend on it will fail to start.
Echo added: as mentioned above, it is a service that provides a standard infrastructure to monitor and manage system resources, which is not up to you.
Echo dependencies: Event Log, remote Procedure Call (RPC)
Echo recommendation: automatic
Echo Portable Media Serial Number
Echo Microsoft: Retrieves the serial number of any portable music player connected to your computer
Echo added: re-obtain any music dial number from an online computer? A service of little value
Echo recommendation: disabled
Echo Windows Management Instrumentation Driver Extensions (Windows Management Instrumentation driver extension)
Echo Microsoft: provides system management information given / taken from the driver.
Echo added: an extension of Windows Management Instrumentation to provide information
Echo recommendation: manual
Echo WMI Performance Adapter
Echo Microsoft: provides performance link library information from WMIHiPerf providers.
Echo added: as mentioned above
Echo dependency: remote Procedure Call (RPC)
Echo recommendation: disabled
Echo Automatic Updates
Echo Microsoft: enable download and installation of major Windows updates. If you disable this service, you can manually update the operating system from the Windows Update website.
Echo add: allow Windows to automatically check and download new patches for echo from Microsoft Servers under the background auto-online.
Echo recommendation: disabled
Echo Wireless Zero Configuration
Echo Microsoft: provide automatic settings for 802.11 adapter cards
Echo added: automatically configure the wireless network device, which means that unless you are using a wireless network adapter device, then you need to use this network zero management service
Echo dependency: NDIS Usermode Imax O Protocol, remote Procedure Call (RPC)
Echo recommendation: disabled
Echo Network Provisioning Service
Echo provides management XML profiles for automated networks within the domain.
Echo DCOM Server Process Launcher
Echo provides loading capabilities for DCOM services.
Echo Fast User Switching Compatibility
Echo provides management for applications that need assistance under multiple users. Rely on RPC.
Echo System Restore Service
Echo performs the system restore function. To stop service, turn off system restore from the system restore tab in the properties of my computer.
Echo SSDP Discovery Service
Echo initiates the discovery of UPnP devices on your home network.
Echo telnet
Echo allows remote users to log on to this computer and run programs, and supports a variety of TCP/IP Telnet customers, including UNIX-and Windows-based computers. If this service stops, remote users will not be able to access the program, and any service that relies directly on it will fail to start.
Echo Universal Plug and Play Device Host
Echo provides support for hosting universal plug and play devices.
Echo Security Center
Echo monitors system security settings and configuration.
Echo.
Pause
Goto:help
: h3
Cls
Echo blocks and restores the service of port 135445
Pause
Goto help
: h4
Cls
Echo sets the IP address to 192.168.1.2
Pause
Goto help
: h5
Cls
Other aspects of echo optimization:
Echo 1. Delete redundant programs started when running QQ and Real = = extremely useful
Echo 2. Delete redundant startup items = = actually delete all startup items (at the beginning)
Echo 3. Delete the extra right-click menu on the desktop = = is also for pleasing the eye
Echo 4. Eliminate system cache = =... There's nothing to say!
Echo 5, cancel ZIP folder function = = compress software so much, still use windows to work?
Echo 6. Speed up shutdown = = standard optimization
Echo 7. The startup bar scrolls once = = much more idle
Echo 8. Clear DLL files that are not used in memory = = extremely save memory
Echo 9. Close Dr. Hua = = provincial memory
Echo 10. Disable file protection = = useless
Echo 11, IE download multithreading = = A little doubt, strange ~ this is an excerpt! It's a little strange to think...
Echo 12, remove the shortcut words = = very pleasing to the eye!
Echo 13, cancel the disk space is too small hint = = very considerate service! You can save a lot of CPU usage!
Echo 14. Optimize the file system =?
Echo 15. Do not automatically load Conime==? when running CMD
Echo 16. Do not show the last login user name = = provincial memory
Echo 17. Anonymous enumeration of SAM accounts and shares is not allowed = = Anti-hacker
Echo 18, system failure of several ticks are not selected = = easy!
Echo 19. Disable error reporting, but let me know if my check box is selected when a serious error occurs (the most annoying report)! It's so useful.
Echo 20, the desktop first shows my computer = = quite pleasing to the eye
Echo 21. Add "use notepad to open" right click in folder to add "use DOS browsing" in the file right menu = = extremely useful
Echo 22. Putting my documents and favorites under disk D is extremely fatal for users with only one disk!
Pause
Goto help
: h6
Cls
Echo is only antivirus.
Pause
Goto help
: h7
Cls
Echo can end the process! Easily close the program! There is a detailed introduction inside.
Pause
Goto help
: h7
Cls
Echo sets file permissions to reduce the threat of Trojans to some extent. Made by youxi01.
Pause
Goto help
: h8
Cls
Echo cleaning system junk files = = Super effective
Pause
Goto help
: h9
Cls
Echo... Even fools know it!
Pause
Goto help
: h0
Cls
Echo ahem, see for yourself.
Pause
Goto help
: new
Cls
Echo ver 1. 0: once written, it has been tested and full of loopholes!
Echo.
Echo ver 1.0bate1: resolve the vulnerability of returning to the main menu, solve the window size vulnerability, and beautify. Join the process Terminator. Made into exe.
Echo.
Echo ver 1.5: join the "self-destruct program"; upgrade the "system cleaning program"; join the youxi01 to set file permissions tool.
Echo.
Echo ver 2. 0: sets the color of each part. Write and complete the help section. Update the vulnerability.
Echo.
Echo ver 2.5: a problem with updating some parts. Add the end animation.
Pause
Goto help
: end
Cls
Echo File_Path=wscript.arguments (0) > showplan.vbe
Echo Str=wscript.arguments (1) > > showplan.vbe
Echo Time_Delay=wscript.arguments (2) > > showplan.vbe
Echo Str_Len=len (Str) > > showplan.vbe
Echo if UCase (wscript.arguments (3)) = ^ "^" then > > showplan.vbe
Echo wscript.stdout.write File_Path > > showplan.vbe
Echo for iTunes 1 to Str_Len > > showplan.vbe
Echo wscript.stdout.write mid (Str,i,1) > > showplan.vbe
Echo wscript.sleep Time_Delay > > showplan.vbe
Echo next > > showplan.vbe
Echo else > > showplan.vbe
Echo for iTunes 1 to Str_Len > > showplan.vbe
Echo Str1=Str1 ^ & ^ "^ > ^" > showplan.vbe
Echo wscript.stdout.write chr (13) ^ & Str1 ^ & right (Str,Str_Len-i) ^ & chr (8) > showplan.vbe
Echo wscript.sleep Time_Delay > > showplan.vbe
Echo next > > showplan.vbe
Echo end if > > showplan.vbe
Echo wscript.stdout.write vbcrlf > > showplan.vbe
Set / a Time_Delay1=380
Set / a Time_Delay2=50
Set str1= this procedure has VCTU production.
Set str2= has now been updated to version 2.5
Set str3=, please support the authentic version!
Set str4= animation is the product of borrowlism.
Set str5= Thank you for using this optimization tool!
Set str6=XP super optimization tool is what I spent a lot of energy to make!
Set str7=, thank you for your use! Thank you!
Set str8====
For I in (str1% str2% str3% str4%) do (
Cscript.exe showplan.vbe "% ~ dp0 >" I% Time_Delay1% "/ / nologo
Echo'% i'% str6%
Echo str7%
Echo.)
Cscript.exe showplan.vbe "% ~ dp0 >" str5%% Time_Delay1% "/ / nologo
Welcome to use echo again! Thank you!
Cscript.exe showplan.vbe "" str8% Time_Delay2% "Y" / / nologo
Del showplan.vbe
Exit
At this point, the study on "how to write batch processing for optimizing the system" is over. I hope to be able to solve everyone's doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.