Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [UPDATED @ 2015-03-30 . 16:08]
- Termination of Processes by Taskkill command in CMD
- ----------------------------------------------------
- @echo off
- Title Project Terminate
- color 0C
- cls
- echo.
- echo.
- echo. [ PROJECT TERMINATE ]
- echo. _____________________
- echo.
- echo. Hi %username%!
- ECHO. In shortly i will start to terminate
- echo. unnecessary Processes in your Windows.
- echo.
- echo. PRESS CTRL + C TO CANCEL THE TIMEOUT
- echo.
- timeout /T 60
- cls
- Title Termination of Processes
- color 0A
- echo.
- echo. *******************************************
- echo. * *
- echo. * Termination of Processes *
- echo. * *
- echo. *******************************************
- echo.
- timeout /T 5
- echo.
- taskkill /f /t /im hpservice.exe
- echo.
- taskkill /f /t /im BlueSoleilCS.exe
- echo.
- taskkill /f /t /im mDNSResponder.exe
- echo.
- taskkill /f /t /im HPWMISVC.exe
- echo.
- taskkill /f /t /im BsHelpCS.exe
- echo.
- taskkill /f /t /im HPSA_Service.exe
- echo.
- taskkill /f /t /im RIconMan.exe
- echo.
- taskkill /f /t /im ccSvcHst.exe
- echo.
- taskkill /f /t /im WerFault.exe
- echo.
- taskkill /f /t /im SearchIndexer.exe
- echo.
- taskkill /f /t /im wmpnetwk.exe
- echo.
- taskkill /f /t /im TrustedInstaller.exe
- echo.
- taskkill /f /t /im YCMMirage.exe
- echo.
- taskkill /f /t /im CLMLSvc_P2G8.exe
- echo.
- taskkill /f /t /im hpqWmiEx.exe
- echo.
- taskkill /f /t /im HPConnectedRemoteService.exe
- echo.
- taskkill /f /t /im SymSilent.exe
- echo.
- taskkill /f /t /im BtTray.exe
- echo.
- taskkill /f /t /im PDVD10Serv.exe
- echo.
- taskkill /f /t /im HPMSGSVC.exe
- echo.
- taskkill /f /t /im CoolSense.exe
- echo.
- taskkill /f /t /im SynTPHelper.exe
- echo.
- taskkill /f /t /im HpqToaster.exe
- echo.
- taskkill /f /t /im CLMLSvc.exe
- echo.
- taskkill /f /t /im DVDAgent.exe
- echo.
- taskkill /f /t /im Fuel.Service.exe
- echo.
- taskkill /f /t /im AESTSr64.exe
- echo.
- taskkill /f /t /im AppleMobileDeviceService.exe
- echo.
- taskkill /f /t /im btwdins.exe
- echo.
- taskkill /f /t /im mbbService.exe
- echo.
- taskkill /f /t /im WLIDSVC.EXE
- echo.
- taskkill /f /t /im WLIDSVCM.EXE
- echo.
- taskkill /f /t /im PresentationFontCache.exe
- echo.
- taskkill /f /t /im iPodService.exe
- echo.
- taskkill /f /t /im Com4QLBEx.exe
- echo.
- taskkill /f /t /im SmartMenu.exe
- echo.
- taskkill /f /t /im iid.exe
- echo.
- taskkill /f /t /im KiesPDLR.exe
- echo.
- taskkill /f /t /im Skype.exe
- echo.
- taskkill /f /t /im mcserver.exe
- echo.
- taskkill /f /t /im db_daemon.exe
- echo.
- taskkill /f /t /im dbus-daemon.exe
- echo.
- taskkill /f /t /im QLBCTRL.exe
- echo.
- taskkill /f /t /im reader_sl.exe
- echo.
- taskkill /f /t /im hpwuschd2.exe
- echo.
- taskkill /f /t /im HPWAMain.exe
- echo.
- taskkill /f /t /im KiesTrayAgent.exe
- echo.
- taskkill /f /t /im iTunesHelper.exe
- echo.
- taskkill /f /t /im PnkBstrA.exe
- echo.
- taskkill /f /t /im PnkBstrB.exe
- echo.
- taskkill /f /t /im BrYNSvc.exe
- echo.
- taskkill /f /t /im Wowhead_Client.exe
- echo.
- taskkill /f /t /im SpotifyWebHelper.exe
- echo.
- taskkill /f /t /im googledrivesync.exe
- echo.
- taskkill /f /t /im Spotify.exe
- echo.
- taskkill /f /t /im SpotifyCrashService.exe
- echo.
- taskkill /f /t /im BrCtrlCntr.exe
- echo.
- taskkill /f /t /im BrCcUxSys.exe
- echo.
- taskkill /f /t /im BrStMonW.exe
- echo.
- taskkill /f /t /im Dropbox.exe
- echo.
- taskkill /f /t /im TSVNCache.exe
- echo.
- taskkill /f /t /im chrome.exe
- echo.
- taskkill /f /t /im WinMail.exe
- echo.
- taskkill /f /t /im Origin.exe
- echo.
- taskkill /f /t /im rundll32.exe
- echo.
- taskkill /f /t /im CaptureLibService.exe
- echo.
- taskkill /f /t /im Personal.exe
- echo.
- taskkill /f /t /im armsvc.exe
- echo.
- taskkill /f /t /im TiWorker.exe
- echo.
- taskkill /f /t /im atiesrxx.exe
- echo.
- taskkill /f /t /im audiodg.exe
- echo.
- taskkill /f /t /im SynTPEnh.exe
- echo.
- taskkill /f /t /im sttray64.exe
- echo.
- taskkill /f /t /im MOM.exe
- echo.
- taskkill /f /t /im btplayerctrl.exe
- echo.
- taskkill /f /t /im HPFSService.exe
- echo.
- taskkill /f /t /im HpFkCrypt.exe
- echo.
- taskkill /f /t /im stacsv64.exe
- echo.
- taskkill /f /t /im spoolsv.exe
- echo.
- taskkill /f /t /im DpHostW.exe
- echo.
- taskkill /f /t /im devmgrsrv.exe
- echo.
- taskkill /f /t /im PTChangeFilterService.exe
- echo.
- taskkill /f /t /im HPDayStarterService.exe
- echo.
- taskkill /f /t /im HPDrvMntSvc.exe
- echo.
- taskkill /f /t /im hpHotkeyMonitor.exe
- echo.
- taskkill /f /t /im LSSrvc.exe
- echo.
- taskkill /f /t /im pdfsvc.exe
- echo.
- taskkill /f /t /im PsiService_2.exe
- echo.
- taskkill /f /t /im uArcCapture.exe
- echo.
- taskkill /f /t /im obexsrv.exe
- echo.
- taskkill /f /t /im FNPLicensingService64.exe
- echo.
- taskkill /f /t /im audiosrv.exe
- echo.
- taskkill /f /t /im HPHC_Service.exe
- echo.
- taskkill /f /t /im IAStorDataMgrSvc.exe
- echo.
- taskkill /f /t /im DPAgent.exe
- echo.
- taskkill /f /t /im HPPA_Main.exe
- echo.
- taskkill /f /t /im sidebar.exe
- echo.
- taskkill /f /t /im LightScribeControlPanel.exe
- echo.
- taskkill /f /t /im QLBController.exe
- echo.
- taskkill /f /t /im IAStorIcon.exe
- echo.
- taskkill /f /t /im coreshredder.exe
- echo.
- taskkill /f /t /im HPWA_Main.exe
- echo.
- taskkill /f /t /im hpCaslNotification.exe
- echo.
- taskkill /f /t /im ACEngSvr.exe
- echo.
- taskkill /f /t /im ACMON.exe
- echo.
- taskkill /f /t /im BatteryLife.exe
- echo.
- taskkill /f /t /im ALU.exe
- echo.
- taskkill /f /t /im Samsung Magician.exe
- echo.
- taskkill /f /t /im ADSMSrv.exe
- echo.
- taskkill /f /t /im AsLdrSrv.exe
- echo.
- taskkill /f /t /im HControl.exe
- echo.
- taskkill /f /t /im ATKOSD.exe
- echo.
- taskkill /f /t /im KBFiltr.exe
- echo.
- taskkill /f /t /im WDC.exe
- echo.
- taskkill /f /t /im GFNEXSrv.exe
- echo.
- taskkill /f /t /im AssistantServices.exe
- echo.
- taskkill /f /t /im OSPPSVC.exe
- echo.
- taskkill /f /t /im MSOSYNC.exe
- echo.
- taskkill /f /t /im AmIcoSinglun64.exe
- echo.
- taskkill /f /t /im WZQKPICK.exe
- echo.
- taskkill /f /t /im AsScrPro.exe
- echo.
- taskkill /f /t /im ADSMTray.exe
- echo.
- taskkill /f /t /im VDeck.exe
- echo.
- taskkill /f /t /im UIExec.exe
- echo.
- taskkill /f /t /im HControlUser.exe
- echo.
- taskkill /f /t /im CheckNDISPort_df.exe
- echo.
- taskkill /f /t /im CancelAutoPlay_df.exe
- echo.
- taskkill /f /t /im AcerPortal.exe
- echo.
- taskkill /f /t /im CCDMonitorService.exe
- echo.
- taskkill /f /t /im HeciServer.exe
- echo.
- taskkill /f /t /im LMSvc.exe
- echo.
- taskkill /f /t /im LMEvent.exe
- echo.
- taskkill /f /t /im LMLockHandler.exe
- echo.
- taskkill /f /t /im ns.exe
- echo.
- taskkill /f /t /im RichVideo.exe
- echo.
- taskkill /f /t /im QASvc.exe
- echo.
- taskkill /f /t /im QAEvent.exe
- echo.
- taskkill /f /t /im ePowerSvc.exe
- echo.
- taskkill /f /t /im ePowerTray.exe
- echo.
- taskkill /f /t /im ePowerWinMonitor.exe
- echo.
- taskkill /f /t /im ePowerEvent.exe
- echo.
- taskkill /f /t /im RMSvc.exe
- echo.
- taskkill /f /t /im GamesAppIntegrationService.exe
- echo.
- taskkill /f /t /im BtvStack.exe
- echo.
- taskkill /f /t /im ActivateDesktop.exe
- echo.
- taskkill /f /t /im RAVCpl64.exe
- echo.
- taskkill /f /t /im HostAppServiceUpdater.exe
- echo.
- taskkill /f /t /im QAMsg.exe
- echo.
- taskkill /f /t /im BackgroundAgent.exe
- echo.
- taskkill /f /t /im abDocsDllLoader.exe
- echo.
- taskkill /f /t /im abDocsDllLoaderMonitor.exe
- echo.
- taskkill /f /t /im QuickAccess.exe
- echo.
- taskkill /f /t /im YouCamService.exe
- echo.
- taskkill /f /t /im RtkAudioService64.exe
- echo.
- taskkill /f /t /im RAVBg64.exe
- echo.
- taskkill /f /t /im AERTSr64.exe
- echo.
- taskkill /f /t /im McSvHost.exe
- echo.
- taskkill /f /t /im mfevtps.exe
- echo.
- taskkill /f /t /im RichVideo64.exe
- echo.
- taskkill /f /t /im SynTPEnhService.exe
- echo.
- taskkill /f /t /im mfefire.exe
- echo.
- taskkill /f /t /im McAPExe.exe
- echo.
- taskkill /f /t /im mcshield.exe
- echo.
- taskkill /f /t /im RtkNGUI64.exe
- echo.
- taskkill /f /t /im ClientCore.exe
- echo.
- taskkill /f /t /im OPBHOBroker.exe
- echo.
- taskkill /f /t /im OPBHOBrokerDsktop.exe
- echo.
- taskkill /f /t /im McUICnt.exe
- echo.
- taskkill /f /t /im opvapp.exe
- echo.
- taskkill /f /t /im BTStackServer.exe
- echo.
- taskkill /f /t /im BluetoothHeadsetProxy.exe
- echo.
- taskkill /f /t /im WifiManager.exe
- echo.
- taskkill /f /t /im dmhkcore.exe
- echo.
- taskkill /f /t /im EasySpeedUpManager.exe
- echo.
- taskkill /f /t /im WCScheduler.exe
- echo.
- taskkill /f /t /im SmartRestarter.exe
- echo.
- taskkill /f /t /im SSCKbdHk.exe
- echo.
- taskkill /f /t /im SUPBackground.exe
- echo.
- taskkill /f /t /im MovieColorEnhancer.exe
- echo.
- taskkill /f /t /im HWDeviceService64.exe
- echo.
- taskkill /f /t /im DCSHelper.exe
- echo.
- taskkill /f /t /im ETDCtrl.exe
- echo.
- taskkill /f /t /im ETDCtrlHelper.exe
- echo.
- taskkill /f /t /im ielowutil.exe
- echo.
- taskkill /f /t /im Super Charger.exe
- echo.
- taskkill /f /t /im mobsync.exe
- echo.
- taskkill /f /t /im CLMSServer.exe
- echo.
- taskkill /f /t /im MemCheck.exe
- echo.
- taskkill /f /t /im eRecoveryService.exe
- echo.
- taskkill /f /t /im eDSloader.exe
- echo.
- taskkill /f /t /im Acer.Empowering.Framework.Supervisor.exe
- echo.
- taskkill /f /t /im eRAgent.exe
- echo.
- Title Termination of Chrome, Firefox
- echo.
- echo. *******************************************
- echo. * *
- echo. * Termination of Chrome, Firefox *
- echo. * *
- echo. *******************************************
- echo.
- timeout /T 60
- echo.
- taskkill /im chrome.exe
- echo.
- taskkill /im firefox.exe
- echo.
- Pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement