How to 'permanently' remove Recycler Virus from USB/PC?
I’ve been looking everywhere on how to remove this, but there’s a folder that keeps popping up on my USB drives called "Recycler". Inside it there’s a folder named "S-1-5-21-1482476501-1644491937-682003330-1013" which holds an Autorun.inf and Recycler.exe.
I’ve tried removing it several times, several different ways (command prompt, registry editor etc.). I’ve already re-installed windows, and no anti-virus/anti-spyware/anti-malware software detects it. This includes Malwarebytes, Superanti, Spybot, etc.
I can temp remove it on a mac by deleting the files (one of them I have to unlock) but the folders won’t allow me to delete them anymore (on a Mac at school, and it claims to need admin permissions to delete the folders, meanwhile it’s my own USB drive). It seems to be eating up file space or something because whenever I delete any files, I still don’t gain any space back. Not even to save a Jpeg, and I just removed two very large music files from one disc in particular.
I think this thing may have been infecting my pc/usbs for a while, but only just now am I starting to see it. Last year it wouldn’t allow me to click on my usb drives to open them. I had to right click > explore to access it at all. Another time they’d open in a new window even when I only clicked on them normally. I also read that a variant of the virus can cause some system files to be corrupted and restart shortly after booting up. My old machine did just that.
I must’ve gotten it from a school computer or something, I don’t do torrents or P2P, nor do I use Myspace (I think I closed my old account off a few years back). I’ve looked at autoruneater @ download.com (and other popular fixes) but the reviews for each one suggest they still don’t remove the virus. I need something that’s a surefire fix (just in case this computer is affected as much as the old one was).
The ‘not allowing me to add new files’ thing got weirder. It shows me I have 1Gb free and 500Mb used, but I still can’t save Jpegs to it on Macs. Can sort of do it on Windows though…
Related computer recycling
- 3 Methods To Recover Lost Digital Camera And USB Drive Via Photos
- How to remove autorun viruses from pen drives
- USB Flash Drive: New autorun.inf and ReCyCleR Virus? | Computer Recycler
- Cloud Music on Apple iPhone can stream music files from Google Docs
- Cleaning Registry : How To Fix Computer Registry | ToolsnTricks – The Solutions of your tech problems
Related posts:
- How do I remove the RECYCLER virus in my usb?
- How to remove the virus RECYCLER using only the AVG, or what version of AVG should I use to remove it?
- RECYCLER USB virus help?
- USB Flash Drive: New autorun.inf and ReCyCleR Virus?
- How do I remove the recycler virus?
One Comment
Leave a Reply
Incoming search terms:
- how to remove recycler virus from usb,recycler virus removal from usb,how to remove recycler virus from usb drive,how to remove recycler virus from memory card,copy of shortcut to 1 virus remover,how to remove the recycler virus from a usb,how to delete recycler virus from usb,how to remove recycler from usb,remove recycler virus from usb,removing recycler virus from usb,how to remove copy of shortcut virus,how to remove recycler virus permanently,how to remove shortcut virus from usb,how to remove recycler virus in usb,recycler virus mac,copy of shortcut to 1 virus,how to remove recycler virus from pen drive,how to remove shortcut virus from computer,0xffd12566 exe,how to remove recycler virus from computer
make a dos file by
texte editeur then save it as *.cmd or *.bat
copy the file to your usb drive
remove AutoRun.inf and RECYCLER
then rapidly click on the dos file that you have make
the code is between stars
**************************************
@echo off
color fc
md AutoRun.inf
attrib +s +h +r +a AutoRun.inf
md SysAnti.exe
attrib +s +h +r +a SysAnti.exe
echo > RECYCLER 0
attrib +s +h +r +a RECYCLER
pause
****************************************