How to Tutorials Other Topics

Use Windows Batch File to Delete Hidden GIMP Thumbnails

Sponsored
Share

For GIMP users on Windows only:



Some users of GIMP might not realize this, but GIMP stored a history of the different images opened and edited by it in the form of thumbnails in one of its hidden folders. As mentioned, since it is a hidden folder, users will not be able to see and browse through it without toggling on the ‘Show Hidden Files and Folders’ in the Folder Options menu.


After you toggle the ‘Show Hidden Files and Folders’ option on, you will be able to locate GIMP‘s thumbnail folder at your Personal Folder area (where by default held other folders such as My Document, My Pictures, My Music etc).

Here’s the full path of the folder where the thumbnails are located:


C:Users(Your Personal Folder‘s Name).thumbnailsnormal


In my opinion, those thumbnails do me little good:


1) When accumulated in large numbers, they only suck up precious disk space.


2) The incredibly small image size of the thumbnails means that it is obsolete, not even worthy of being backups in case users want to recover the image they’ve edited.


3) I consider the thumbnails as a breach of privacy to a certain degree. Heck, why should anyone know what images had we been editing with GIMP?

Due to these three issues, i strongly suggest users of GIMP delete their GIMP thumbnail folder’s contents. Manually deleting the contents will do, but here’s an easier way to delete the contents without  turning on the ‘Show Hidden Files and Folders’: using a Windows Batch File!

Here’s how to create a Windows Batch File that delete GIMP’s thumbnail folder’s contents:


1. On your desktop, right-click and create a new Text Document.


2. Notepad will launch. Now insert the following line into notepad:


del C:UsersOwner.thumbnailsnormal*.* /Q


3. Go to ‘Save As’ and rename the text file to something like ‘Delete GIMP Thumbnails’ (without quotes). Immediately after the last word of your filename, type ‘.bat’ as extension. The extension will convert the text file into a batch file. Click ‘Save’ to save the batch file. Place the batch file at any location you like.

4. You have just created a Batch File that will delete all contents in the GIMP thumbnail folders’ contents at a simple double-click!


Share

Related posts

Subscribe
Notify of
guest
2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Fred Harkson

Alternatively, you can stop them being created by going to

Edit -> Preferences -> Environment

Look for the “Image Thumbnails” section and set the value of the “Size of thumbnails” drop down to “No thumbnails”.

This won’t get rid of any existing thumbnails. These will need to be removed manually.

Pat J

sorry, but i don’t want to disable thumbnail generation in gimp.

i like how the open dialog box displays a thumbnail of the xcf that I want to open. sometimes i delete the old thumbnails though.

2
0
Would love your thoughts, please comment.x
()
x