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

MyPC Backup v2014.11.24

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 [MyPC Backup v2014.11.24] Using command-prompt (한국어로 보기)

Tag : Computer Backup (MyPC Backup), MyPC Backup

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=141124-mypc-backup-remove
echo 001 Service stop & sc stop "BackupStack" & echo wait
echo 001 Service delete & sc delete "BackupStack" & echo wait
echo 002 & taskkill /im "BackupStack.exe" /f
echo 002 & tskill "BackupStack"
echo 002 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 002 & del /q "%PROGRAMFILES%\MyPC Backup\BackupStack.exe"
echo 002 & del /q "%PROGRAMFILES(x86)%\MyPC Backup\BackupStack.exe"
echo 003 & taskkill /im "Configuration Updater.exe" /f
echo 003 & tskill "Configuration Updater"
echo 003 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 003 & del /q "%PROGRAMFILES%\MyPC Backup\Configuration Updater.exe"
echo 003 & del /q "%PROGRAMFILES(x86)%\MyPC Backup\Configuration Updater.exe"
echo 004 & taskkill /im "MyPC Backup.exe" /f
echo 004 & tskill "MyPC Backup"
echo 004 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 004 & del /q "%PROGRAMFILES%\MyPC Backup\MyPC Backup.exe"
echo 004 & del /q "%PROGRAMFILES(x86)%\MyPC Backup\MyPC Backup.exe"
echo 005 & taskkill /im "Service Start.exe" /f
echo 005 & tskill "Service Start"
echo 005 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 005 & del /q "%PROGRAMFILES%\MyPC Backup\Service Start.exe"
echo 005 & del /q "%PROGRAMFILES(x86)%\MyPC Backup\Service Start.exe"
echo 006 & taskkill /im "Signup Wizard.exe" /f
echo 006 & tskill "Signup Wizard"
echo 006 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 006 & del /q "%PROGRAMFILES%\MyPC Backup\Signup Wizard.exe"
echo 006 & del /q "%PROGRAMFILES(x86)%\MyPC Backup\Signup Wizard.exe"
echo 007 & taskkill /im "UnRegisterExtensions.exe" /f
echo 007 & tskill "UnRegisterExtensions"
echo 007 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 007 & del /q "%PROGRAMFILES%\MyPC Backup\UnRegisterExtensions.exe"
echo 007 & del /q "%PROGRAMFILES(x86)%\MyPC Backup\UnRegisterExtensions.exe"
echo Current time 2024-04-20 11:54:39
echo 008 & reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyPC Backup" /f
echo 008 & reg.exe delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\MyPC Backup" /f
echo 009 your ip is 3.146.105.194 do not delete this label.
echo 010 Remove All Folder and Subfolder Start
echo 011 & rmdir /s /q "%PROGRAMFILES%\MyPC Backup"
echo 011 & rmdir /s /q "%PROGRAMFILES(x86)%\MyPC Backup"
echo 011 Remove All Folder and Subfolder End
echo 012 Remove Task Scheduler Start
echo 013 & schtasks /delete /tn "LaunchSignup" /f
echo 013 Remove Task Scheduler end
echo http://windowdel.com/nw.php?w=141124-mypc-backup-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=141124-mypc-backup-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 014 Service stop & sc stop "BackupStack" & echo wait
echo 014 Service delete & sc delete "BackupStack" & echo wait
echo 015 & taskkill /im "BackupStack.exe" /f
echo 015 & tskill "BackupStack"
echo 015 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 015 & del /q "%PROGRAMFILES%\MyPC Backup\BackupStack.exe"
echo 015 & del /q "%PROGRAMFILES(x86)%\MyPC Backup\BackupStack.exe"
echo 016 & taskkill /im "Configuration Updater.exe" /f
echo 016 & tskill "Configuration Updater"
echo 016 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 016 & del /q "%PROGRAMFILES%\MyPC Backup\Configuration Updater.exe"
echo 016 & del /q "%PROGRAMFILES(x86)%\MyPC Backup\Configuration Updater.exe"
echo 017 & taskkill /im "MyPC Backup.exe" /f
echo 017 & tskill "MyPC Backup"
echo 017 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 017 & del /q "%PROGRAMFILES%\MyPC Backup\MyPC Backup.exe"
echo 017 & del /q "%PROGRAMFILES(x86)%\MyPC Backup\MyPC Backup.exe"
echo 018 & taskkill /im "Service Start.exe" /f
echo 018 & tskill "Service Start"
echo 018 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 018 & del /q "%PROGRAMFILES%\MyPC Backup\Service Start.exe"
echo 018 & del /q "%PROGRAMFILES(x86)%\MyPC Backup\Service Start.exe"
echo 019 & taskkill /im "Signup Wizard.exe" /f
echo 019 & tskill "Signup Wizard"
echo 019 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 019 & del /q "%PROGRAMFILES%\MyPC Backup\Signup Wizard.exe"
echo 019 & del /q "%PROGRAMFILES(x86)%\MyPC Backup\Signup Wizard.exe"
echo 020 & taskkill /im "UnRegisterExtensions.exe" /f
echo 020 & tskill "UnRegisterExtensions"
echo 020 taskkill wait & ping 127.0.0.1 -n 1 > %WINDIR%\ping_wait.txt
echo 020 & del /q "%PROGRAMFILES%\MyPC Backup\UnRegisterExtensions.exe"
echo 020 & del /q "%PROGRAMFILES(x86)%\MyPC Backup\UnRegisterExtensions.exe"
echo Current time 2024-04-20 11:54:39
echo 021 & reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyPC Backup" /f
echo 021 & reg.exe delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\MyPC Backup" /f
echo 022 your ip is 3.146.105.194 do not delete this label.
echo 023 Remove All Folder and Subfolder Start
echo 024 & rmdir /s /q "%PROGRAMFILES%\MyPC Backup"
echo 024 & rmdir /s /q "%PROGRAMFILES(x86)%\MyPC Backup"
echo 024 Remove All Folder and Subfolder End
echo 025 Remove Task Scheduler Start
echo 026 & schtasks /delete /tn "LaunchSignup" /f
echo 026 Remove Task Scheduler end
echo http://windowdel.com/nw.php?w=141124-mypc-backup-remove
echo 027 rechange dir to system32 & cd %WINDIR% & cd system32
echo del ping_wait.txt & del /q %WINDIR%\ping_wait.txt
echo 028 & 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
00186 - Flowsurf
00199 - freeset - APPDATA v2014.11.30
00189 - Ge-Force Browser Helper Object
00185 - joshi - APPDATA v2014.11.23
00200 - luckytool - APPDATA v2014.12.01
00194 - Mario_Forever_DM Toolbar
00182 - MultiCodec v2014.11.22
00198 - Radio Canyon v2014.11.29
00196 - Settings Manager smdmf v2014.11.28
00197 - ShopperPro 1.37.0.1416
00190 - ShopperPro JSDriver 1.37.0.1412
00184 - SmartTab v2014.11.22
00193 - SourceApp v2014.11.25
00183 - vcodec v2014.11.22
00188 - ver3BlockAndSurf v2014.11.24
00195 - ver7BlockAndSurf v2014.11.27
00192 - ver8BlockAndSurf v2014.11.24
00187 - WinProvider v2014.11.23

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