Windowdel.com
Removal Guide using cmd
Try this. WindowexeAllkiller.com

ByteFence v2017.04.11

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 4.0 , Windows xp, vista, 7, 8, 10, 11, 32/64bit

Removal Guide [ByteFence v2017.04.11] Using command-prompt (한국어로 보기)

Tag : ByteFence Anti-Malware, ByteFence Anti-Malware Service

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/11, 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.

Administrator: cmd _ O X
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%\ping_wait.txt
echo Created by http://www.windowdel.com/nw.php?w=170411-bytefence-remove
echo 001 Service stop & sc stop "ByteFenceService" & echo wait
echo 001 Service delete & sc delete "ByteFenceService" & echo wait
echo 002 & taskkill /im "ByteFence.exe" /f
echo 002 & tskill "ByteFence"
echo 002 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 002 & del /q "%PROGRAMFILES%\ByteFence\ByteFence.exe"
echo 002 & del /q "%PROGRAMFILES(x86)%\ByteFence\ByteFence.exe"
echo 003 & del /q "%PROGRAMFILES%\ByteFence\ByteFenceGUI.dll"
echo 003 & del /q "%PROGRAMFILES(x86)%\ByteFence\ByteFenceGUI.dll"
echo 004 & taskkill /im "ByteFenceScan.exe" /f
echo 004 & tskill "ByteFenceScan"
echo 004 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 004 & del /q "%PROGRAMFILES%\ByteFence\ByteFenceScan.exe"
echo 004 & del /q "%PROGRAMFILES(x86)%\ByteFence\ByteFenceScan.exe"
echo 005 & taskkill /im "ByteFenceService.exe" /f
echo 005 & tskill "ByteFenceService"
echo 005 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 005 & del /q "%PROGRAMFILES%\ByteFence\ByteFenceService.exe"
echo 005 & del /q "%PROGRAMFILES(x86)%\ByteFence\ByteFenceService.exe"
echo 006 & del /q "%PROGRAMFILES%\ByteFence\rsEngine.dll"
echo 006 & del /q "%PROGRAMFILES(x86)%\ByteFence\rsEngine.dll"
echo 007 & taskkill /im "rsEngineHelper.exe" /f
echo 007 & tskill "rsEngineHelper"
echo 007 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 007 & del /q "%PROGRAMFILES%\ByteFence\rsEngineHelper.exe"
echo 007 & del /q "%PROGRAMFILES(x86)%\ByteFence\rsEngineHelper.exe"
echo 008 & del /q "%PROGRAMFILES%\ByteFence\rsLggr.dll"
echo 008 & del /q "%PROGRAMFILES(x86)%\ByteFence\rsLggr.dll"
echo 009 & taskkill /im "rsLggr.exe" /f
echo 009 & tskill "rsLggr"
echo 009 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 009 & del /q "%PROGRAMFILES%\ByteFence\rsLggr.exe"
echo 009 & del /q "%PROGRAMFILES(x86)%\ByteFence\rsLggr.exe"
echo 010 & del /q "%PROGRAMFILES%\ByteFence\rsUtils.dll"
echo 010 & del /q "%PROGRAMFILES(x86)%\ByteFence\rsUtils.dll"
echo Current time 2024-04-17 02:28:01
echo 011 & reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ByteFence" /f
echo 011 & reg.exe delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\ByteFence" /f
echo 012 your ip is 18.224.67.149 do not delete this label.
echo 013 Remove All Folder and Subfolder Start
echo 014 & rmdir /s /q "%PROGRAMFILES%\ByteFence"
echo 014 & rmdir /s /q "%PROGRAMFILES(x86)%\ByteFence"
echo 014 Remove All Folder and Subfolder End
echo 015 Remove Task Scheduler Start
echo 016 & schtasks /delete /tn "ByteFence" /f
echo 017 & schtasks /delete /tn "ByteFence Scan" /f
echo 017 Remove Task Scheduler end
echo http://www.windowdel.com/nw.php?w=170411-bytefence-remove
echo do not stop here for x86, you have to start explorer process.
echo #
echo Please don't put this batch-script on your blog or website, get this url.
echo http://www.windowdel.com/nw.php?w=170411-bytefence-remove
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%\ping_wait.txt
echo change to the syswow64 directory & cd %WINDIR% & cd syswow64
echo 018 Service stop & sc stop "ByteFenceService" & echo wait
echo 018 Service delete & sc delete "ByteFenceService" & echo wait
echo 019 & taskkill /im "ByteFence.exe" /f
echo 019 & tskill "ByteFence"
echo 019 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 019 & del /q "%PROGRAMFILES%\ByteFence\ByteFence.exe"
echo 019 & del /q "%PROGRAMFILES(x86)%\ByteFence\ByteFence.exe"
echo 020 & del /q "%PROGRAMFILES%\ByteFence\ByteFenceGUI.dll"
echo 020 & del /q "%PROGRAMFILES(x86)%\ByteFence\ByteFenceGUI.dll"
echo 021 & taskkill /im "ByteFenceScan.exe" /f
echo 021 & tskill "ByteFenceScan"
echo 021 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 021 & del /q "%PROGRAMFILES%\ByteFence\ByteFenceScan.exe"
echo 021 & del /q "%PROGRAMFILES(x86)%\ByteFence\ByteFenceScan.exe"
echo 022 & taskkill /im "ByteFenceService.exe" /f
echo 022 & tskill "ByteFenceService"
echo 022 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 022 & del /q "%PROGRAMFILES%\ByteFence\ByteFenceService.exe"
echo 022 & del /q "%PROGRAMFILES(x86)%\ByteFence\ByteFenceService.exe"
echo 023 & del /q "%PROGRAMFILES%\ByteFence\rsEngine.dll"
echo 023 & del /q "%PROGRAMFILES(x86)%\ByteFence\rsEngine.dll"
echo 024 & taskkill /im "rsEngineHelper.exe" /f
echo 024 & tskill "rsEngineHelper"
echo 024 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 024 & del /q "%PROGRAMFILES%\ByteFence\rsEngineHelper.exe"
echo 024 & del /q "%PROGRAMFILES(x86)%\ByteFence\rsEngineHelper.exe"
echo 025 & del /q "%PROGRAMFILES%\ByteFence\rsLggr.dll"
echo 025 & del /q "%PROGRAMFILES(x86)%\ByteFence\rsLggr.dll"
echo 026 & taskkill /im "rsLggr.exe" /f
echo 026 & tskill "rsLggr"
echo 026 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 026 & del /q "%PROGRAMFILES%\ByteFence\rsLggr.exe"
echo 026 & del /q "%PROGRAMFILES(x86)%\ByteFence\rsLggr.exe"
echo 027 & del /q "%PROGRAMFILES%\ByteFence\rsUtils.dll"
echo 027 & del /q "%PROGRAMFILES(x86)%\ByteFence\rsUtils.dll"
echo Current time 2024-04-17 02:28:01
echo 028 & reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ByteFence" /f
echo 028 & reg.exe delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\ByteFence" /f
echo 029 your ip is 18.224.67.149 do not delete this label.
echo 030 Remove All Folder and Subfolder Start
echo 031 & rmdir /s /q "%PROGRAMFILES%\ByteFence"
echo 031 & rmdir /s /q "%PROGRAMFILES(x86)%\ByteFence"
echo 031 Remove All Folder and Subfolder End
echo 032 Remove Task Scheduler Start
echo 033 & schtasks /delete /tn "ByteFence" /f
echo 034 & schtasks /delete /tn "ByteFence Scan" /f
echo 034 Remove Task Scheduler end
echo http://www.windowdel.com/nw.php?w=170411-bytefence-remove
echo 035 rechange dir to system32 & cd %WINDIR% & cd system32
echo del ping_wait.txt & del /q %WINDIR%\ping_wait.txt
echo 036 & 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.

Administrator: cmd _ O X
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.




Removal Guide Similar Software
00575 - Driver Updater Plus v2017.05.19
00579 - freewinzips v2017.06.23
00567 - iconmania - APPDATA v2017.03.12
00562 - inforelatedmatch - ALLUSERSPROFILE v2017.01.26
00570 - llbunny WINDIR v2017.04.09
00568 - Me2disk v2017.03.15
00576 - newgoplus - APPDATA v2017.05.23
00580 - newgoplus - APPDATA v2017.06.28
00578 - NewsGo - LOCALAPPDATA v2017.06.14
00573 - PC Cleaning Utility v2017.05.19
00574 - PC Commander - PROGRAMFILES v2017.05.19
00572 - Reset - APPDATA v2017.04.23
00564 - SecuApp v2017.02.17
00566 - ShieldOS
00563 - WidgetSearch v2017.02.17
00569 - WindowMatchTab - ALLUSERSPROFILE v2017.03.28
00577 - Windows NewsGo - APPDATA v2017.06.14
00565 - Zurasoft ZuraClean v2017.02.18

자료천국 가족들 : 드라이버 자료천국 | 프로세스 자료천국 | 그리드 자료천국
Copyright (c) Windowdel.com. All rights reserved. | 프로그램삭제 자료천국 | 이메일 | 0.0018208026885986s