"wextract_cleanup0" is?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

anyone know what this is and is it safe? spybot popped up asking to add this
to system startup global entry value added. i was wondering if it is safe to
do?
 
Hi

What software have you recently installed?

--


Will Denny
MS-MVP Windows Shell/User
Please reply to the News Groups
 
hi will. i reinstalled "paltalk" a chat program,windows defender and a
program called "Hello" from Picasa. i also ran "sfs /scannow
 
Hi

It must be a 'leftover' from either "Paltalk" or "Hello". It can be
deleted - it's not needed at startup.

--


Will Denny
MS-MVP Windows Shell/User
Please reply to the News Groups
 
hi will...just to be sure,on the spybot box that popped up, can i just not
allow it? not sure where i can delete it from. thanks again
 
Hi

Yes, just not allow it. Do you use a 3rd party Firewall? Only with ZAP, it
picks that up which is in the 'RunOnce' value in the Registry. If it is
allowed then SpyBot shouldn't pick it up - at least it doesn't here.

--


Will Denny
MS-MVP Windows Shell/User
Please reply to the News Groups
 
hi will
i only use zone alarm as a firewall. can i run the xp firewall also? i
wasnt sure if i could have both or use both. also,sorry to keep bothering
you, have u heard of AVG anti virus from Grisoft? i was thing about getting
rid of norton and using it, i've heard good things about it.
 
Hi

You don't need to run the XP Firewall as well - I don't. I've got AVG on a
couple of systems here and it works well, but I've switched to Panda AV for
my main system.

Yeah, get rid of Norton and download the free version of AVG:

http://free.grisoft.com/doc/2/lng/us/tpl/v5

--


Will Denny
MS-MVP Windows Shell/User
Please reply to the News Groups
 
thank you will! appreciate all of your help.

Will Denny said:
Hi

You don't need to run the XP Firewall as well - I don't. I've got AVG on a
couple of systems here and it works well, but I've switched to Panda AV for
my main system.

Yeah, get rid of Norton and download the free version of AVG:

http://free.grisoft.com/doc/2/lng/us/tpl/v5

--


Will Denny
MS-MVP Windows Shell/User
Please reply to the News Groups
 
Your welcome Rick.

--


Will Denny
MS-MVP Windows Shell/User
Please reply to the News Groups
 
wextract_cleanup0 should run once on a reboot and be gone.

wextract_cleanup0, apparently, is for cleaning up and deleting temporary
files leftover from a software installation. wextract_cleanup0 could run if
it were a good or a bad software installation. Good being something that
was wanted and bad being some sort of malware.

wextract_cleanup0 by itself is a legitimate process. Whether the software
that was installed is legit or not is a whole other question.

Wextract.exe = Win32 Cabinet Self-Extractor from Microsoft.

Wextract.exe is located in C:\WINDOWS\system32.

Cabinet files have a .cab extension. Cabinet files are Microsoft
installation archive files, that store compressed files in a file library,
usually used for installing software.

Example:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
Value Name: Auto Run
Value Data: wextract_cleanup0=rundll32.exe
C:\WINDOWS\System32\advpack.dll,DelNodeRunDLL32
C:\DOCUME~1\Ricky\LOCALS~1\Temp\IXP000.TMP\""

Since it's in a RunOnce key, it will ... well, run once.

RunDLL32 = rundll32.exe = Run a DLL as an App. rundll32.exe enables users
to run a .DLL file as an application, as if it were an executable (exe)
file.

A .DLL file, Dynamic Link Library, is a library that contains code and data.

advpack.dll assists with hardware and software installs by reading and
verifying .INF files.

..INF files are Information or Setup Files. They are text files that specify
the files needed for installing a specific piece of software or plug-in.

I cannot find very much on delnode.exe, except that it exists and deletes
stuff.

In the Example, on reboot, IXP000.TMP and anything down stream gets deleted.
..TMP is a Temporary File.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
rick said:
hi will
i reinstalled a chat program called "paltalk",windows defender and a
program called "Hello" from Picasa. Thank you for responding

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Back
Top