Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.
An undefined problem has an infinite number of solutions.—Robert A. Humphrey
Viewpoint ... your choice. If it were me I'd get rid of it.
@echo off for %%g in ("C:\Program Files\NavNT\vptray.exe""C:\Program Files\PopUp Killer\banned.ini""C:\Program Files\PopUp Killer\expopups.ini""C:\Program Files\PopUp Killer\PopUpKiller.exe""C:\Program Files\PopUp Killer\popups.ini""C:\Program Files\Zune\ZuneLauncher.exe""C:\WINDOWS\system32\ezSP_Px.exe""C:\Program Files\ATI Technologies\ATI Control Panel\atiptaxx.exe""C:\Program Files\MarkAny\ContentSafer\MAAgent.exe""C:\Program Files\Samsung\Samsung Media Studio 5\SMSTray.exe""C:\Program Files\Sony\SonicStage\SsAAD.exe""C:\Program Files\Common Files\Real\Update_OB\realsched.exe""E:\Program Files\QuickTime\qttask.exe""E:\Program Files\Yahoo!\Messenger\YahooMessenger.exe") do ( if exist %%g attrib -s -h -r %%g del /s/f/q %%g )>nul 2>&1copy /y "C:\Program Files\NavNT\bak\vptray.exe" "C:\Program Files\NavNT\vptray.exe"copy /y "C:\Program Files\PopUp Killer\bak\banned.ini" "C:\Program Files\PopUp Killer\banned.ini"copy /y "C:\Program Files\PopUp Killer\bak\expopups.ini" "C:\Program Files\PopUp Killer\expopups.ini"copy /y "C:\Program Files\PopUp Killer\bak\PopUpKiller.exe" "C:\Program Files\PopUp Killer\PopUpKiller.exe"copy /y "C:\Program Files\PopUp Killer\bak\popups.ini" "C:\Program Files\PopUp Killer\popups.ini"copy /y "C:\Program Files\Zune\bak\ZuneLauncher.exe" "C:\Program Files\Zune\ZuneLauncher.exe"copy /y "C:\WINDOWS\system32\bak\ezSP_Px.exe" "C:\WINDOWS\system32\ezSP_Px.exe"copy /y "C:\Program Files\ATI Technologies\ATI Control Panel\bak\atiptaxx.exe" "C:\Program Files\ATI Technologies\ATI Control Panel\atiptaxx.exe"copy /y "C:\Program Files\MarkAny\ContentSafer\bak\MAAgent.exe" "C:\Program Files\MarkAny\ContentSafer\MAAgent.exe"copy /y "C:\Program Files\Samsung\Samsung Media Studio 5\bak\SMSTray.exe" "C:\Program Files\Samsung\Samsung Media Studio 5\SMSTray.exe"copy /y "C:\Program Files\Sony\SonicStage\bak\SsAAD.exe" "C:\Program Files\Sony\SonicStage\SsAAD.exe"copy /y "C:\Program Files\Common Files\Real\Update_OB\bak\realsched.exe" "C:\Program Files\Common Files\Real\Update_OB\realsched.exe"copy /y "E:\Program Files\QuickTime\bak\qttask.exe" "E:\Program Files\QuickTime\qttask.exe"copy /y "E:\Program Files\Yahoo!\Messenger\bak\YahooMessenger.exe" "E:\Program Files\Yahoo!\Messenger\YahooMessenger.exe"exit