Computer Virus??
Moderators: PoshinDevon, Soner, Dragon
-
- Kibkommer
- Posts: 2006
- Joined: Wed 11 Apr 2012 2:08 pm
Computer Virus??
A friend of mine has unwittingly downloaded something called re image and is causing havoc, does anyone know if this is a virus, if so he needs to delete it, he has tried everything and cannot get rid of it, any advise would be appreciated.
- Keithcaley
- Verified Member
- Posts: 8359
- Joined: Sat 21 Apr 2012 6:00 pm
-
- Kibkommer
- Posts: 2006
- Joined: Wed 11 Apr 2012 2:08 pm
Re: Computer Virus??
Keith,
My friend came this morning, he has already deleted reimage from his computer but it looks like its still there (hidden) any ideas please? Its still in program files.
My friend came this morning, he has already deleted reimage from his computer but it looks like its still there (hidden) any ideas please? Its still in program files.
- Keithcaley
- Verified Member
- Posts: 8359
- Joined: Sat 21 Apr 2012 6:00 pm
Re: Computer Virus??
Apart from following steps 1 to 4 on the link that I posted, I have no suggestions, sorry!
-
- Kibkommer
- Posts: 320
- Joined: Wed 11 Jun 2014 11:18 am
Re: Computer Virus??
He could try a windows restore from before the date he got infected
- Groucho
- Kibkommer
- Posts: 3703
- Joined: Mon 09 Apr 2012 2:43 pm
Re: Computer Virus??
Just get rid of the PUP... (Potentially Unwanted Program)
Use the following scripts to remove any files you simply want rid of
Open command prompt if you don'r know how to do this look it up - check for Elevated Command Prompt and open it as Administrator
Then
takeown /f c:\{path and file name} and press enter
then type
icacls c:\{path and file name} /GRANT ADMINISTRATORS:F
then
erase c:\{path and file name}
Use the following scripts to remove any files you simply want rid of
Open command prompt if you don'r know how to do this look it up - check for Elevated Command Prompt and open it as Administrator
Then
takeown /f c:\{path and file name} and press enter
then type
icacls c:\{path and file name} /GRANT ADMINISTRATORS:F
then
erase c:\{path and file name}