Korea (한국어) -
Global (English) -
Brazil (Português) -
Japan (日本語) -
Russia (русский) -
[Chinese(简体中文) 即将推出]
WindowexeAllkiller Download : Free Download
WindowexeAllkiller is a free software which can remove unwanted software from your computer at once. WindowexeAllkiller is able to easily remove all Startup, Browser Helper Object, Toolbar, Service, Task Scheduler, Chrome Extension, malware, trojan, ad-popup and so on.
Easy to use, Very simple, Very Powerful.
No Viruses, No Spyware, No Adware, It's free!
System Requirements : .Net framework 2.0 , Windows xp, vista, 7, 8, 10 32/64bit
How to remove [Flash Player Download Toolbar] using command prompt
Tag : TBSB05245 Class
You are supposed to start with all programs closed because an Explorer and Taskbar all terminate.
Run a command prompt. [Start] - [Program] - [Accessories] - [Command prompt]
* Important : In Windows Vista/7/8/10, you are advised to select [Run as Administrator] by clicking on [command prompt] using the right mouse button.
When the command prompt is run, there comes out a black screen as below and the cursor begins to flicker.
The letters or shape appearing on the screen might be slightly different, but don't bother. It'll be all right for you just to get a similar screen as below.
|
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corpation. All right reserved.
C:\Users\Administrator>
|
When you fast click the mouse button for three times in a row in the red line(command line) below, you can select all.
Then, mouseclick the selected zone and copy it. (Ctrl + c or Select a [copy] on Right-click contextmenu.)
In case all the zones are not automatically selected, you will have to copy it by dragging the whole of the red line using the mouse.
---------------------------------------------------------------------------------------------------------------
echo Start
echo #
echo ##################### Default System32 directory for x86 x64 #####################
echo #
echo 000 change to the default system directory & cd %WINDIR% & cd system32
echo Kill Process & taskkill /im explorer.exe /f & echo wait
echo Kill Process & tskill explorer & echo wait
echo Kill Process & taskkill /im IEXPLORE.EXE /f & echo wait
echo Kill Process & tskill IEXPLORE & echo wait
echo wait & ping 127.0.0.1 -n 1 > %WINDIR%\pingwait.txt
echo Created by http://windowdel.com/en.php?w=130731-flash-player-download-toolbar-removal-guide
echo ################# Created by windowdel.com http://www.windowdel.com #################
echo do not modify any label echo 001 & del /q "%PROGRAMFILES%\Flash Player Download\tbcore3.dll" & echo windowexeallkiller.com echo 001 & del /q "%PROGRAMFILES(x86)%\Flash Player Download\tbcore3.dll" & echo windowexeallkiller.com echo 002 & taskkill /im "TbHelper2.exe" /f & echo windowdel.com echo 002 & tskill "TbHelper2" & echo windowdel.com echo 002 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\pingwait.txt echo 002 & del /q "%PROGRAMFILES%\Flash Player Download\TbHelper2.exe" & echo windowdel.com echo 002 & del /q "%PROGRAMFILES(x86)%\Flash Player Download\TbHelper2.exe" & echo windowdel.com echo 002 Created by www.windowdel.com echo Toolbar Remove Start echo 003 & reg.exe delete "HKLM\SOFTWARE\Microsoft\Internet Explorer\Toolbar" /v "{8E114B8E-C041-4063-A432-EBBF454E9057}" /f & echo Toolbar CLSID echo 003 & reg.exe delete "HKCU\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser" /v "{8E114B8E-C041-4063-A432-EBBF454E9057}" /f & echo 001 Toolbar Layout CLSID echo 003 & reg.exe delete "HKCU\Software\Microsoft\Internet Explorer\URLSearchHooks" /v "{8E114B8E-C041-4063-A432-EBBF454E9057}" /f & echo 002 Remove Search Hooks echo 003 & reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\PreApproved\{8E114B8E-C041-4063-A432-EBBF454E9057}" /f & echo 003 Toolbar Ext Key echo 003 & reg.exe delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{8E114B8E-C041-4063-A432-EBBF454E9057}" /f & echo 004 Toolbar Ext Key echo 003 & reg.exe delete "HKCR\CLSID\{8E114B8E-C041-4063-A432-EBBF454E9057}" /f & echo 005 Toolbar CLSID echo 003 ..... echo Toolbar Remove End echo BHO Remove Start echo 004 & echo HKLM.BHO Delete & reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{65C117BE-6005-4B7E-811A-2E8A046C52A6}" /f & echo 000 BHO CLSID echo 004 & echo HKCU.BHO.Stats Delete & reg.exe delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{65C117BE-6005-4B7E-811A-2E8A046C52A6}" /f & echo 001 BHO Ext Key echo 004 & echo HKCU.BHO.Stats Delete & reg.exe delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Settings\{65C117BE-6005-4B7E-811A-2E8A046C52A6}" /f & echo 001 BHO Ext Key echo created by windowdel.com echo 004 & echo HKEY_CLASSES_ROOT.CLSID Delete & reg.exe delete "HKCR\CLSID\{65C117BE-6005-4B7E-811A-2E8A046C52A6}" /f & echo 002 BHO CLSID echo BHO Remove End echo 005 & reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Flash Player Download" /f & echo 000 Uninstall Key echo created by windowdel.com echo 005 & reg.exe delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\Flash Player Download" /f & echo 001 Uninstall Key echo 006 your ip is 3.144.2.218 do not delete this label. echo 007 Folder and Subfolder All delete Start echo 008 & rmdir /s /q "%PROGRAMFILES%\Flash Player Download" echo 008 & rmdir /s /q "%PROGRAMFILES(x86)%\Flash Player Download" echo Created by windowdel.com echo http://windowdel.com/en.php?w=130731-flash-player-download-toolbar-removal-guide echo do not modify any label echo do not stop here for x86, you have to start explorer process. echo # echo ##################### Change directory SysWOW64 for x64 OS ##################### echo # echo Remove x86 Application's registry for x64 OS & ping 127.0.0.1 -n 1 > %WINDIR%\pingwait.txt echo change to the syswow64 directory & cd %WINDIR% & cd syswow64 echo 009 & del /q "%PROGRAMFILES%\Flash Player Download\tbcore3.dll" & echo windowexeallkiller.com echo 009 & del /q "%PROGRAMFILES(x86)%\Flash Player Download\tbcore3.dll" & echo windowexeallkiller.com echo 010 & taskkill /im "TbHelper2.exe" /f & echo windowdel.com echo 010 & tskill "TbHelper2" & echo windowdel.com echo 010 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\pingwait.txt echo 010 & del /q "%PROGRAMFILES%\Flash Player Download\TbHelper2.exe" & echo windowdel.com echo 010 & del /q "%PROGRAMFILES(x86)%\Flash Player Download\TbHelper2.exe" & echo windowdel.com echo 010 Created by www.windowdel.com echo Toolbar Remove Start echo 011 & reg.exe delete "HKLM\SOFTWARE\Microsoft\Internet Explorer\Toolbar" /v "{8E114B8E-C041-4063-A432-EBBF454E9057}" /f & echo Toolbar CLSID echo 011 & reg.exe delete "HKCU\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser" /v "{8E114B8E-C041-4063-A432-EBBF454E9057}" /f & echo 001 Toolbar Layout CLSID echo 011 & reg.exe delete "HKCU\Software\Microsoft\Internet Explorer\URLSearchHooks" /v "{8E114B8E-C041-4063-A432-EBBF454E9057}" /f & echo 002 Remove Search Hooks echo 011 & reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\PreApproved\{8E114B8E-C041-4063-A432-EBBF454E9057}" /f & echo 003 Toolbar Ext Key echo 011 & reg.exe delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{8E114B8E-C041-4063-A432-EBBF454E9057}" /f & echo 004 Toolbar Ext Key echo 011 & reg.exe delete "HKCR\CLSID\{8E114B8E-C041-4063-A432-EBBF454E9057}" /f & echo 005 Toolbar CLSID echo 011 ..... echo Toolbar Remove End echo BHO Remove Start echo 012 & echo HKLM.BHO Delete & reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{65C117BE-6005-4B7E-811A-2E8A046C52A6}" /f & echo 000 BHO CLSID echo 012 & echo HKCU.BHO.Stats Delete & reg.exe delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{65C117BE-6005-4B7E-811A-2E8A046C52A6}" /f & echo 001 BHO Ext Key echo 012 & echo HKCU.BHO.Stats Delete & reg.exe delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Settings\{65C117BE-6005-4B7E-811A-2E8A046C52A6}" /f & echo 001 BHO Ext Key echo created by windowdel.com echo 012 & echo HKEY_CLASSES_ROOT.CLSID Delete & reg.exe delete "HKCR\CLSID\{65C117BE-6005-4B7E-811A-2E8A046C52A6}" /f & echo 002 BHO CLSID echo BHO Remove End echo 013 & reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Flash Player Download" /f & echo 000 Uninstall Key echo created by windowdel.com echo 013 & reg.exe delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\Flash Player Download" /f & echo 001 Uninstall Key echo 014 your ip is 3.144.2.218 do not delete this label. echo 015 Folder and Subfolder All delete Start echo 016 & rmdir /s /q "%PROGRAMFILES%\Flash Player Download" echo 016 & rmdir /s /q "%PROGRAMFILES(x86)%\Flash Player Download" echo Created by windowdel.com echo http://windowdel.com/en.php?w=130731-flash-player-download-toolbar-removal-guide
echo 017 rechange dir to system32 & cd %WINDIR% & cd system32
echo ################# Created by windowdel.com http://www.windowdel.com ###############
echo do not modify any label
echo del pingwait.txt & del /q %WINDIR%\pingwait.txt
echo 018 & explorer.exe & echo explorer start
echo End
---------------------------------------------------------------------------------------------------------------
All files are deleted when [Paste] is selected by clicking the mouse on the right button in between the command prompt screen after copying.
|
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corpation. All right reserved.
C:\Users\Administrator>
Mark |
Copy |
Paste |
Select All |
Scroll |
Find.. |
|
There might happen a case where files are not deleted due to the next command line(deletion) starts too quickly while terminating the process.
so you are advised to do one more [paste]at the prompt window after all command lines are run.
Once the command lines are all run, you can close the command prompt window.
WindowexeAllkiller is a free software which can remove unwanted software from your computer at once. WindowexeAllkiller is able to easily remove all Startup, Browser Helper Object, Toolbar, Service, Task Scheduler, Chrome Extension, malware, trojan, ad-popup and so on.
WindowexeAllkiller
Easy to Use, Very Simple, Very Powerful, No Viruses, No Spyware, No Adware, It's free!
Removal Guide Similar Software
04763 - Acala 3GP Movies FileBulldog Toolbar 04765 - addendum_sb - PROGRAMFILES v2013.07.31 04774 - Auto-Lyrics v2013.07.31 04764 - BittorrentBar_PT Toolbar 04773 - ccontineuetoSSaave v2013.07.31 04775 - ccoonntinuetossave v2013.07.31 04767 - conotiNuetosave v2013.07.31 04777 - contiinUetoesavve v2013.07.31 04776 - EbbookBRuOwisei v2013.07.31 04769 - Free_TV_Bar_c3 Toolbar 04761 - InnoGames_International Toolbar 04762 - Messenger_Plus_BR Toolbar 04759 - Ourgames.ru Toolbar 04760 - Radio_W Toolbar 04771 - ReferenceBoss_1p Toolbar v2013.07.31 04770 - Upromise 04766 - VVaUduixy v2013.07.31 04772 - Yanguqi - APPDATA v2013.07.31
System Environment (X = System Drive)
Environment variable | Windows xp | Windows vista / 7 / 8 |
%ALLUSERSPROFILE% | X:\Documents and Settings\All Users | X:\ProgramData |
%APPDATA% | X:\Documents and Settings\{User}\Application Data | X:\Users\{User}\AppData\Roaming |
%USERPROFILE% | X:\Documents and Settings\{User} | X:\Users\{User} |
%PROGRAMFILES% | X:\Program Files | X:\Program Files |
%PROGRAMFILES(x86)% | X:\Program Files(x86) | X:\Program Files(x86) |
%COMMONPROGRAMFILES% | X:\Program Files\Common Files | X:\Program Files\Common Files |
%COMMONPROGRAMFILES(x86)% | X:\Program Files(x86)\Common Files | X:\Program Files(x86)\Common Files |
%WINDIR% | X:\Windows | X:\Windows |
%HOMEDRIVE% | X: | X: |
|