HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP > Windows XP Basics

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 05-25-2008, 07:50 AM
Sharon
 
Posts: n/a
Default Is there a way to permanently turn off the Windows Thumbs.db warning?

Is there a way to permanently turn off the Windows Thumbs.db warning?

Whenever I delete pictures on Windows, the last file I'm concerned about is
the Windows Thumbs.db, yet, inexplicably, countless times, Windows always
asks me to confirm the Thumbs.db delete even though it's a file I've never
cared about.

Is there a way to permanently turn off the silly Windows message
Confirm File Delete
The file "Thumbs.db' is a system file.
If you remove it, your computer or one of your programs may no
longer work correctly. Are you sure you want to move it to the
Recycle Bin?
Yes Yes to All No Cancel
Reply With Quote
Sponsored Links
  #2  
Old 05-25-2008, 08:08 AM
philo
 
Posts: n/a
Default Re: Is there a way to permanently turn off the Windows Thumbs.db warning?


"Sharon" <Sharongig@yahoo.com> wrote in message
news:g1b265$qv0$1@aioe.org...
> Is there a way to permanently turn off the Windows Thumbs.db warning?
>
> Whenever I delete pictures on Windows, the last file I'm concerned about

is
> the Windows Thumbs.db, yet, inexplicably, countless times, Windows always
> asks me to confirm the Thumbs.db delete even though it's a file I've never
> cared about.
>
> Is there a way to permanently turn off the silly Windows message
> Confirm File Delete
> The file "Thumbs.db' is a system file.
> If you remove it, your computer or one of your programs may no
> longer work correctly. Are you sure you want to move it to the
> Recycle Bin?
> Yes Yes to All No Cancel



You can set Windows Explorer to hide protected operating system files


tools
folder options
view


the file will not be seen
so it will not be deleted, but a new .db file will be created when add'l
data are added


Reply With Quote
  #3  
Old 05-25-2008, 08:44 AM
Klaus Jorgensen
 
Posts: n/a
Default Re: Is there a way to permanently turn off the Windows Thumbs.db warning?

Sharon wrote :
> Is there a way to permanently turn off the Windows Thumbs.db warning?
>


Perhaps better to tell Windoze not to create it?
http://www.annoyances.org/exec/show/article03-204

--
- -

/klaus


Reply With Quote
  #4  
Old 05-25-2008, 09:34 AM
Leonard Grey
 
Posts: n/a
Default Re: Is there a way to permanently turn off the Windows Thumbs.dbwarning?

Thumbs is a file just like any other file...you can't accord one file
special treatment.

---
Leonard Grey
Errare humanum est

Sharon wrote:
> Is there a way to permanently turn off the Windows Thumbs.db warning?
>
> Whenever I delete pictures on Windows, the last file I'm concerned about is
> the Windows Thumbs.db, yet, inexplicably, countless times, Windows always
> asks me to confirm the Thumbs.db delete even though it's a file I've never
> cared about.
>
> Is there a way to permanently turn off the silly Windows message
> Confirm File Delete
> The file "Thumbs.db' is a system file.
> If you remove it, your computer or one of your programs may no
> longer work correctly. Are you sure you want to move it to the
> Recycle Bin?
> Yes Yes to All No Cancel

Reply With Quote
  #5  
Old 05-25-2008, 12:26 PM
Sharon
 
Posts: n/a
Default Re: Is there a way to permanently turn off the Windows Thumbs.db warning?

On Sun, 25 May 2008 04:34:47 -0400, Leonard Grey wrote:

> Thumbs is a file just like any other file...you can't accord one file
> special treatment.


But, maybe we can make it NOT a system file?????

Is there a setting for which filename extensions (e.g., db) are
specifically SYSTEM files?

If we could make *.db not a system file, we wouldn't be getting that
warning (why the heck is Thumbs.db a system file anyway)?
Reply With Quote
  #6  
Old 05-26-2008, 01:31 AM
Nom.de.Plume
 
Posts: n/a
Default Re: Is there a way to permanently turn off the Windows Thumbs.db warning?

Comment at the bottom.

"Sharon" <Sharongig@yahoo.com> wrote in message
news:g1b265$qv0$1@aioe.org...
> Is there a way to permanently turn off the Windows Thumbs.db warning?
>
> Whenever I delete pictures on Windows, the last file I'm concerned about
> is
> the Windows Thumbs.db, yet, inexplicably, countless times, Windows always
> asks me to confirm the Thumbs.db delete even though it's a file I've never
> cared about.
>
> Is there a way to permanently turn off the silly Windows message
> Confirm File Delete
> The file "Thumbs.db' is a system file.
> If you remove it, your computer or one of your programs may no
> longer work correctly. Are you sure you want to move it to the
> Recycle Bin?
> Yes Yes to All No Cancel


I merely Googled "prevent .db files" (without quotes) and found this

=============:

Turns out you can stop Thumbs.db from breeding any more: from the Folder
Options dialog, simply check off "Do not cache thumbnails."

=============

Existing *.db files will remain on the computer (and can be deleted) but no
new ones should be created.

Ken Bland


Reply With Quote
  #7  
Old 05-26-2008, 05:50 AM
Matt Ion
 
Posts: n/a
Default Re: Is there a way to permanently turn off the Windows Thumbs.dbwarning?

Sharon wrote:
> On Sun, 25 May 2008 04:34:47 -0400, Leonard Grey wrote:
>
>> Thumbs is a file just like any other file...you can't accord one file
>> special treatment.

>
> But, maybe we can make it NOT a system file?????
>
> Is there a setting for which filename extensions (e.g., db) are
> specifically SYSTEM files?


It's a file *attribute*, stored in the filesystem, and not specific to
any filename or extension. The standard attributes are Read-Only,
System, Hidden, and Archive - right-click any file, and go to
Properties, and you'll see two of them. The others can be seen and
changed using the ATTRIB command.

> If we could make *.db not a system file, we wouldn't be getting that
> warning


From a command line, "ATTRIB -s <filename>" will remove the system
attribute on a file, but you'd have to use some sort of global command
processor to do this system-wide. You can do it in 4DOS/4NT with the
command:
GLOBAL /i attrib -s \thumbs.db

However, any new thumbs.db files created, WILL be created with the
System attribute set.

> (why the heck is Thumbs.db a system file anyway)?


When you view a folder full of pictures in Thumbnails or Filmstrip view,
you'll notice the thumbnails appear one by one... this is Windows
creating the Thumbs.db file, containing all the thumbnail data for that
folder. If you never use Thumbnails or Filmstrip view, you won't
generate the Thumbs.db file.



Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to permanently turn system restore off on my external drive ? jutpassingby Windows XP 12 05-10-2007 08:26 PM
turn off secure-unsecure warning in IE (second try for assistance) Peter Windows Vista 0 04-14-2007 12:26 PM
Turn off secure-unsecure warning in IE Peter K Windows Vista 0 04-09-2007 12:18 PM
Permanently turn off simple file sharing Brad Reichert XP Networking 2 07-13-2004 11:52 AM
Windows XP: Share Permanently an usb memory stick Kostis XP Networking 0 05-26-2004 10:15 AM


All times are GMT. The time now is 08:03 AM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger