|
-
Sep 26th, 2004, 08:27 PM
#1
Thread Starter
Junior Member
possible virus - can't find file though
I have McAfee VirusScan and twice now, it's just popped up saying it's found an infected file. However, I go to the path (see below) that it says is infected and I can't even find the folder "Content.IE5". Any ideas how to locate this file so I can try to get rid of it? So, I scan the entire computer then McAfee tells me there are no viruses found and the computer's clean. WHAT!?!?! McAfee sucks!!
It says it's a Trojan.....
Detected as: HTML/Debeski
C:\Documents and Settings\Brad\Local Settings\Temporary Internet Files\Content.IE5\8RF7E059\serve[2].hta
Thanks for your help.
Last edited by bigu2fan00; Oct 1st, 2004 at 10:29 PM.
-
Sep 26th, 2004, 10:36 PM
#2
Since its in your Temporary Internet Files folder, couldn't you just
do a "Delete Cookies" from the Internet Options applet in the
Control Panel? This usually deletes all cookies & Temporary
Internet Files. Make sure you check the box to delete all offline
content too. As long as you dont mind deleting ALL your cookies.
You could also go to symantic's website and run a virus scan over
the internet to se if they can find it and clean it.
HTH
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Sep 27th, 2004, 07:39 AM
#3
The content.ie5 is a special folder which is hidden
typing "C:\Documents and Settings\Brad\Local Settings\Temporary Internet Files\Content.IE5" in to the address bar of explorer and hitting enter should bring it up. You can then delete everything except the index.dat
-
Sep 29th, 2004, 07:33 PM
#4
Thread Starter
Junior Member
I've already deleted all of my cookies and temp internet files but that didn't take care of it.
I realize it's a hidden folder, but under my "view" options I have the option button selected to show hidden files and folders.
I'll try to delete cookies again.
Thanks all for the responses.
-
Sep 29th, 2004, 08:36 PM
#5
It's not a cookie, cookies are stored in a different folder. You can go there via the command prompt and delete it that way, simply find the exact path to the file and type in at the command prompt
Code:
del AbsoluteFileName
and it should delete it for you.
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
-
Sep 29th, 2004, 11:35 PM
#6
are you sure that it isn't quarantined somewhere?
-
Oct 1st, 2004, 12:42 AM
#7
I didn't see that you provided the path to the file, so if you were to attempt my suggestion, at the command prompt, type in:
Code:
del "C:\Documents and Settings\Brad\Local Settings\Temporary Internet Files\Content.IE5\8RF7E059\serve[2].hta"
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|