Thread: howaboutadog
View Single Post
Old 10-14-2007, 01:57 AM   #5 (permalink)
sUBs
Asst Manager Security, Expert Analyst, Moderator, Security Team; Rangemaster, Moderator, TSF Academy
 
sUBs's Avatar
 
Join Date: May 2005
Posts: 24,333
OS: N/A


Re: howaboutadog

Open NOTEPAD.exe and copy/paste the text in the quotebox below into it:

Code:
@echo off
if exist log.txt del log.txt
For %%g in (
"C:\Documents and Settings\Compaq_Owner\Desktop\bak\SansaDispatch.exe"
"C:\hp\drivers\hplsbwatcher\bak\lsburnwatcher.exe"
"C:\Program Files\Adobe\Acrobat 7.0\Reader\bak\AdobeUpdateManager.exe"
"C:\Program Files\Adobe\Adobe Photoshop Lightroom\bak\apdproxy.exe"
"C:\Program Files\Common Files\InstallShield\UpdateService\bak\issch.exe"
"C:\Program Files\Common Files\InstallShield\UpdateService\bak\ISUSPM.exe"
"C:\Program Files\Common Files\Real\Update_OB\bak\realsched.exe"
"C:\Program Files\FilmLoop Player\bak\FilmLoop.exe"
"C:\Program Files\Google\GoogleToolbarNotifier\bak\GoogleToolbarNotifier.exe"
"C:\Program Files\Hewlett-Packard\HP Boot Optimizer\bak\HPBootOp.exe"
"C:\Program Files\HP\HP Software Update\bak\HPWuSchd2.exe"
"C:\Program Files\iTunes\bak\iTunesHelper.exe"
"C:\Program Files\Java\jre1.6.0_02\bin\bak\jusched.exe"
"C:\Program Files\Musicmatch\Musicmatch Jukebox\bak\mimboot.exe"
"C:\Program Files\QuickTime\bak\qttask.exe"
"C:\Program Files\REGSHAVE\bak\REGSHAVE.EXE"
"C:\Program Files\RitzPix E-Z Print & Share\bak\OurPictures.exe"
"C:\Program Files\Verizon Online\SupportCenter\SmartBridge\bak\MotiveSB.exe"
"C:\WINDOWS\system32\bak\ctfmon.exe"
) do (
nircmd killprocess "%%~nxg"
del /a/f "%%~dpg..\%%~nxg" 2>nul
move /y %%g "%%~dpg.."
vfind -tf "%%~dpg*" >>Log.txt || rd /s/q "%%~dpg" 2>nul
if not exist "%%~dpg" echo. "%%~dpg" . . . deleted>>Log.txt
)
start notepad /max log.txt
del %0
Save this as fix.bat Choose to "Save type as - All Files"
It should look like this:
Double click on fix.bat & allow it to run

Post back to tell me what it says
__________________

Question - what have you done for the community today?
sUBs is offline