<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; thumbs.db</title> <atom:link href="http://www.ghacks.net/tag/thumbsdb/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 16:53:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Windows Thumbcache Viewer</title><link>http://www.ghacks.net/2011/11/22/windows-thumbcache-viewer/</link> <comments>http://www.ghacks.net/2011/11/22/windows-thumbcache-viewer/#comments</comments> <pubDate>Tue, 22 Nov 2011 16:55:43 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[thumbnail previews]]></category> <category><![CDATA[thumbnails]]></category> <category><![CDATA[thumbs.db]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=53047</guid> <description><![CDATA[The Windows operating system saves thumbnails in a file called thumbs.db whenever you change the folder view mode to thumbnail view. This basically caches the image thumbnails so that they are displayed faster the next time you open that folder with that view mode. I personally have disabled the thumbnail creation on my system as [...]]]></description> <content:encoded><![CDATA[<p>The Windows operating system saves thumbnails in a file called thumbs.db whenever you change the folder view mode to thumbnail view. This basically caches the image thumbnails so that they are displayed faster the next time you open that folder with that view mode.</p><p>I personally have disabled the thumbnail creation on my system as I see it more of a way to leak private information. Anyone with access can look at the contents of thumbs.db files to check out what a user has been looking at in the past. This may even work if the images used to generate the thumbnails are long gone.</p><p>Thumbcache Viewer is a new portable Open Source program for Windows to display the contents of a thumbcache_*.db file. The developer has created a command line and graphical user interface version which need to be downloaded separately.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/11/thumbcache_viewer.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/11/thumbcache_viewer.png" alt="thumbcache viewer" title="thumbcache viewer" width="480" height="320" class="alignnone size-full wp-image-53048" /></a></p><p>The first thing that you need to do after starting the program is to click on File > Open to load a file browser to locate and load a thumbcache_*.db file from a connected storage device.These files are located only on Vista and Windows 7 systems, and located in the following folder: %homedrive%\Users\%username%\AppData\Local\Microsoft\Windows\Explorer</p><p> Please note that you may need to disable the preference to hide important operating system files automatically on the system to see the thumbs.db files in that file browser. The program displays the files, filenames, sizes, checksum and hash information in its interface.</p><p>The selection of an entry in the database displays the thumbnail image in a small viewer window. You can move around with the mouse or arrow keys and scale the image with the + or &#8211; keys to zoom in or out of the thumbnail image. Alternatively, you can use the mouse wheel to zoom in or out as well.</p><p>Files can be renamed by clicking again on the selected thumbnail in the table. Just enter a different file name and press enter to complete the process and save the new file name.</p><p>You can download the latest version of <a
href="http://code.google.com/p/thumbcache-viewer/">Thumbcache Viewer</a> from the Google Code project site. Windows XP users can alternatively <a
href="http://www.ghacks.net/2007/12/13/thumbsdb-viewer-and-cleaner/">Thumbs.db viewer and cleaner</a> which I reviewed back in 2007.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/11/22/windows-thumbcache-viewer/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Thumbnail Database Files Thumbs.db Cleaner</title><link>http://www.ghacks.net/2009/12/28/thumbnail-database-files-thumbs-db-cleaner/</link> <comments>http://www.ghacks.net/2009/12/28/thumbnail-database-files-thumbs-db-cleaner/#comments</comments> <pubDate>Mon, 28 Dec 2009 13:52:34 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[portable software]]></category> <category><![CDATA[thumbnail database]]></category> <category><![CDATA[thumbnails]]></category> <category><![CDATA[thumbs.db]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=21874</guid> <description><![CDATA[Windows stores several file types by default in thumbnail database caches. File types that are included in those databases are image formats such as jpg or bmp but also video files live avi and document formats like pdf or html. The generation of thumbs.db files is enabled by default and it is not as easy [...]]]></description> <content:encoded><![CDATA[<p>Windows stores several file types by default in thumbnail database caches. File types that are included in those databases are image formats such as jpg or bmp but also video files live avi and document formats like pdf or html. The generation of thumbs.db files is enabled by default and it is not as easy as in Windows XP to disable it (where it was an option in the Folder Options). One option to disable the creation of thumbs.db files is to use the Group Policy Editor which can be started by entering gpedit.msc in the Start menu run and search box.</p><p>The option to disable the caching of thumbnails and thus the generation of thumbs.db files is available by following this path: User Configuration > Administrative Templates > Windows Components > Windows Explorer. The entry &#8220;Turn off the caching of thumbnails in hidden thumbs.db files&#8221; is not configured by default. Enabling that policy will prevent that thumbs.db files are created.</p><p><span
id="more-21874"></span>This does not delete the thumbs.db files that are already stored on the computer system. That&#8217;s where the software Thumbs.db Cleaner comes in handy. It can be used to crawl a hard drive or specific directory for thumbs.db instances. All files that are found will be displayed in a list with information like the file size, data of creation or modification and file path.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/12/thumbsdb_cleaner-500x424.jpg" alt="" title="thumbs.db cleaner" width="500" height="424" class="alignnone size-medium wp-image-21875" /></p><p>Checkboxes are used to mark files for the cleanup process with all entries selected by default. A click on the Clean button will remove all selected thumbs.db files from the computer system. Thumbs.db cleaner <a
href="http://www.itsamples.com/thumbnail-database-cleaner.html">is a</a> portable Open Source application for the Windows operating system that can clean thumbs.db files effectively from a computer system. Ideal for a sweep after disabling the automatic generation of thumbs.db entries in Windows. (via <a
href="http://www.jkwebtalks.com/2009/12/thumbnail-database-cleaner.html">JKWebtalks</a>)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/12/28/thumbnail-database-files-thumbs-db-cleaner/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Thumbs.db Extractor</title><link>http://www.ghacks.net/2008/06/08/thumbsdb-extractor/</link> <comments>http://www.ghacks.net/2008/06/08/thumbsdb-extractor/#comments</comments> <pubDate>Sun, 08 Jun 2008 15:59:23 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[privacy]]></category> <category><![CDATA[thumbnails]]></category> <category><![CDATA[thumbs.db]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4912</guid> <description><![CDATA[One of the first settings that I change after installing Windows on a new computer is the creation of those thumbs.db files that get automatically created by Windows. The thumbs.db file contains small thumbs of many popular image formats in the directory which is both a privacy risk and a performance drain. The files are [...]]]></description> <content:encoded><![CDATA[<p>One of the first settings that I change after installing Windows on a new computer is the creation of those <a
href="http://www.ghacks.net/2007/12/13/thumbsdb-viewer-and-cleaner/">thumbs.db</a> files that get automatically created by Windows. The thumbs.db file contains small thumbs of many popular image formats in the directory which is both a privacy risk and a performance drain. The files are created for the thumbnail view in Windows Explorer and a file will be created if the thumbnail view is picked from the available views.</p><p>Each image is represented as a jpg image in the thumbs.db file which makes it relatively easy to extract those images again. The thumbnails are stored in a centralized location in Windows Vista with the name thumbcache_xxx.db where xxx is a number between 1 and 999. That folder is located at %sysroot%\Users\Owner\AppData\Local\Microsoft\Windows\Explorer.</p><p>A flexible small tool that can extract all images from thumbs.db files is <a
href="http://rapidshare.com/files/121002680/ThumbsExtract.zip.html">Thumbs Extract</a>. It&#8217;s a command line utility and the command is <strong>ThumbsExtract.exe path to thumbs.db</strong>, for example <strong>ThumbsExtract.exe c:\thumbs.db</strong> if the file is located on the c:\ drive.</p><p><span
id="more-4912"></span></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/06/08/thumbsdb-extractor/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> </channel> </rss>
