ben said:
when booting pc get error message "error loading
windows\system32\tbixqgxi.dll could not be found". When clicking ok error box
disappears and pc appears to work ok. Used search and file was not found
anywhere.
Any ideas?
Thanks,
ben
When you see a *.dll in system32 that seems to be named with random characters, you have been, or most likelyare now
infected.
If it is missing, probably one of your anti virus / malware MAY have removed it, but not the HKLM "RUN" (or other
method of launching}. There are several trojans/Malware using the technique that "Every time you shutdown, they create
a clone of the *.DLL(s) with a new random name, then set in the registry one of several methods to launch it when the
machine restarts.
Some antivirus and anti-Malware tools can find them, but cannot successfully remove or quarantine them. After removal,
they start up again in seconds.
How to find out if you are infected:
Command prompt method is often best because some times they have attributes S and H set.
Command Prompt...
CD to
C:\WINDOWS\system32>
To see if any are hidden:
do command
DIR /Ash *.*
Handle then appropriately with the attrib command
ATTRIB -s -h [name of file]
Next...
dir *.dll /od
Long wait writing to screen. There are lots of file that will display as it sorts by date.
Sometimes you can see them with the Windows File Explorer.
View the ...\System32 files and sort by date. Look for "strange" named DLL, TMP, INI and DAT files with recent dates..
Note:
wpa.dbl is a critical Microsoft file that has recent date, often today's date.
If you have several of the strange named files, you have been infected for a while, and every time you reboot, you may
get a new one.
If you google the name, you usually get no hits, or no useful information at all on the name.
My experience is that these are extremely difficult to remove. That's why your antvirus may tell you it was removed.
It simply is back under a new name, or sometimes the same name. I usually find three of them that seem to be "dancing
together".
lurker