how would you remove Thumbs.db and RECYCLER from your computer and flash disk?
help!
Related computer recycling
No related posts.
3 Comments
Leave a Reply
Incoming search terms:
- thumbs db recycler virus,how do i remove thumbs db from my computer,how to delete thumb db from pen drive,Anty virus for Thumbs db,recycle and thumb file creates in all drive,how to delete thumb db and Recycled,thumbs db virus removal antivirus software,thumbs db in pendrive,how to remove recycler and thumbs files virus which got copied to all folders in all drives,which antivirus remove recycler and thumbs,remove thumbs db in usb,removeing thumbs dbfrom disk,removing recycler and system volume information thumbs db,steps for removing recycler and system volume information,setup exe portable hard size,shred system volume information,shred thumbs db files,Shred thumbs db,menghapus virus e5188982,remove thumbs db from pendrive
1) Open My Computer
2) Click on Tools
3) Click on Folder Options
4) Click on the View Tab
5) Place a check in the option "Do not cache thumbnails"
6) Click Ok
7) Close My Computer
Now follow the next steps to remove the thumbs.db files from your hard drive
1) Click on Start
Click on File, and choose Delete
2) Click on Search
3) Click on All Files and Folders
4) Type the following in the section called "all or part of the file name"
thumbs.db
5) In the Look in box, make sure Local Hard Drives is chosen
6) Click Search
7) A long list of thumbs.db files should appear, click on Edit, Select All
9) Close the Search Results window
u can go here" http://www.fileinfo.com/help/windows-thumb-db-files.html
You can’t (actually you CAN with Thumbs.db but you wouldn’t want to).
Those files are put on every drive by Windows for a good reason.
RECYCLER is where your Recycle Bin files are saved.
Thumbs.db caches any thumbnails of picture files for quick access.
Just leave ‘em alone, they do no harm.
I had a lot of Thumbs.db files on an external drive, from back when I used to use Windows. I got rid of them with this command:
find . -type f -name "Thumbs.db" -exec shred -f -v -z -u -n 11 {} \;
Yeah, I’m paranoid enough to use shred instead of rm. And no, this is not intended as instructions for how YOU should get rid of those files, just how I did it.