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

Reason Security

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 [Reason Security] Using command-prompt (한국어로 보기)

Tag : Reason Core Security Bundle Protection, Reason Core Security Engine 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://windowdel.com/nw.php?w=150517-reason-security-remove
echo 001 Service stop & sc stop "rsEngineSvc" & echo wait
echo 001 Service delete & sc delete "rsEngineSvc" & echo wait
echo 002 Service stop & sc stop "rscp" & echo wait
echo 002 Service delete & sc delete "rscp" & echo wait
echo 003 & taskkill /im "rsEngineHelper.exe" /f
echo 003 & tskill "rsEngineHelper"
echo 003 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 003 & del /q "%PROGRAMFILES%\Reason\Security\rsEngineHelper.exe"
echo 003 & del /q "%PROGRAMFILES(x86)%\Reason\Security\rsEngineHelper.exe"
echo 004 & taskkill /im "rsEngineSvc.exe" /f
echo 004 & tskill "rsEngineSvc"
echo 004 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 004 & del /q "%PROGRAMFILES%\Reason\Security\rsEngineSvc.exe"
echo 004 & del /q "%PROGRAMFILES(x86)%\Reason\Security\rsEngineSvc.exe"
echo 005 & taskkill /im "rsUI.exe" /f
echo 005 & tskill "rsUI"
echo 005 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 005 & del /q "%PROGRAMFILES%\Reason\Security\rsUI.exe"
echo 005 & del /q "%PROGRAMFILES(x86)%\Reason\Security\rsUI.exe"
echo 006 & taskkill /im "rscp.exe" /f
echo 006 & tskill "rscp"
echo 006 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 006 & del /q "%PROGRAMFILES%\Reason\Security\Protection\rscp\rscp.exe"
echo 006 & del /q "%PROGRAMFILES(x86)%\Reason\Security\Protection\rscp\rscp.exe"
echo 007 & taskkill /im "rscp_bg.exe" /f
echo 007 & tskill "rscp_bg"
echo 007 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 007 & del /q "%PROGRAMFILES%\Reason\Security\Protection\rscp\bin\rscp_bg.exe"
echo 007 & del /q "%PROGRAMFILES(x86)%\Reason\Security\Protection\rscp\bin\rscp_bg.exe"
echo 008 & taskkill /im "rscp_svc.exe" /f
echo 008 & tskill "rscp_svc"
echo 008 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 008 & del /q "%PROGRAMFILES%\Reason\Security\Protection\rscp\bin\rscp_svc.exe"
echo 008 & del /q "%PROGRAMFILES(x86)%\Reason\Security\Protection\rscp\bin\rscp_svc.exe"
echo Current time 2024-03-29 03:57:29
echo 009 & reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Reason Core Security" /f
echo 009 & reg.exe delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\Reason Core Security" /f
echo 010 your ip is 3.90.187.11 do not delete this label.
echo 011 Remove All Folder and Subfolder Start
echo 012 & rmdir /s /q "%PROGRAMFILES%\Reason\Security"
echo 012 & rmdir /s /q "%PROGRAMFILES(x86)%\Reason\Security"
echo 012 Remove All Folder and Subfolder End
echo 013 Remove Task Scheduler Start
echo 014 & schtasks /delete /tn "ReasonSecurityScheduledScan" /f
echo 015 & schtasks /delete /tn "ReasonSecurityStart" /f
echo 015 Remove Task Scheduler end
echo http://windowdel.com/nw.php?w=150517-reason-security-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://windowdel.com/nw.php?w=150517-reason-security-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 016 Service stop & sc stop "rsEngineSvc" & echo wait
echo 016 Service delete & sc delete "rsEngineSvc" & echo wait
echo 017 Service stop & sc stop "rscp" & echo wait
echo 017 Service delete & sc delete "rscp" & echo wait
echo 018 & taskkill /im "rsEngineHelper.exe" /f
echo 018 & tskill "rsEngineHelper"
echo 018 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 018 & del /q "%PROGRAMFILES%\Reason\Security\rsEngineHelper.exe"
echo 018 & del /q "%PROGRAMFILES(x86)%\Reason\Security\rsEngineHelper.exe"
echo 019 & taskkill /im "rsEngineSvc.exe" /f
echo 019 & tskill "rsEngineSvc"
echo 019 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 019 & del /q "%PROGRAMFILES%\Reason\Security\rsEngineSvc.exe"
echo 019 & del /q "%PROGRAMFILES(x86)%\Reason\Security\rsEngineSvc.exe"
echo 020 & taskkill /im "rsUI.exe" /f
echo 020 & tskill "rsUI"
echo 020 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 020 & del /q "%PROGRAMFILES%\Reason\Security\rsUI.exe"
echo 020 & del /q "%PROGRAMFILES(x86)%\Reason\Security\rsUI.exe"
echo 021 & taskkill /im "rscp.exe" /f
echo 021 & tskill "rscp"
echo 021 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 021 & del /q "%PROGRAMFILES%\Reason\Security\Protection\rscp\rscp.exe"
echo 021 & del /q "%PROGRAMFILES(x86)%\Reason\Security\Protection\rscp\rscp.exe"
echo 022 & taskkill /im "rscp_bg.exe" /f
echo 022 & tskill "rscp_bg"
echo 022 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 022 & del /q "%PROGRAMFILES%\Reason\Security\Protection\rscp\bin\rscp_bg.exe"
echo 022 & del /q "%PROGRAMFILES(x86)%\Reason\Security\Protection\rscp\bin\rscp_bg.exe"
echo 023 & taskkill /im "rscp_svc.exe" /f
echo 023 & tskill "rscp_svc"
echo 023 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 023 & del /q "%PROGRAMFILES%\Reason\Security\Protection\rscp\bin\rscp_svc.exe"
echo 023 & del /q "%PROGRAMFILES(x86)%\Reason\Security\Protection\rscp\bin\rscp_svc.exe"
echo Current time 2024-03-29 03:57:29
echo 024 & reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Reason Core Security" /f
echo 024 & reg.exe delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\Reason Core Security" /f
echo 025 your ip is 3.90.187.11 do not delete this label.
echo 026 Remove All Folder and Subfolder Start
echo 027 & rmdir /s /q "%PROGRAMFILES%\Reason\Security"
echo 027 & rmdir /s /q "%PROGRAMFILES(x86)%\Reason\Security"
echo 027 Remove All Folder and Subfolder End
echo 028 Remove Task Scheduler Start
echo 029 & schtasks /delete /tn "ReasonSecurityScheduledScan" /f
echo 030 & schtasks /delete /tn "ReasonSecurityStart" /f
echo 030 Remove Task Scheduler end
echo http://windowdel.com/nw.php?w=150517-reason-security-remove
echo 031 rechange dir to system32 & cd %WINDIR% & cd system32
echo del ping_wait.txt & del /q %WINDIR%\ping_wait.txt
echo 032 & 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
00354 - bbjoin 1.3.25.0
00360 - boanq v2015.05.12
00369 - DownSpeedTest_dq v2015.06.30
00362 - Edu App v2015.06.02
00370 - FL Player v2015.06.30
00352 - KeepiersExT v2015.04.23
00367 - LogOnNet Grato v2015.06.24
00368 - LotteryStream_eg v2015.06.30
00365 - mousesolution v2015.06.15
00355 - SafeGuard v2015.04.27
00364 - Shopsafer Komodia v2015.06.04
00353 - SnbMedia v2015.04.26
00358 - System-Checker v2015.05.08
00357 - Triple Pose v2015.05.08
00366 - viewcon v2015.06.15
00356 - WajWebEnhance v2015.05.08
00363 - WeatherTool 1.2.0.9912
00359 - Wooden Seal v2015.05.08

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