File info in Status Bar in Explorer

  • Thread starter Thread starter Avatar
  • Start date Start date
A

Avatar

Somewhere along the way, the Status Bar in Windows Explorer on this WinXP
Pro SP2 machine shows only the type and size for any selected file.
It used to show the file creation date and time too.
The same has happened to the pop-up description too.
How does one get the full description back?
Regards and TIA.
Avatar
--------
 
Somewhere along the way, the Status Bar in Windows Explorer on this WinXP
Pro SP2 machine shows only the type and size for any selected file.
It used to show the file creation date and time too.
The same has happened to the pop-up description too.
How does one get the full description back?
Regards and TIA.
Avatar
---

Do you mean the columns are missing? How about the Name column?
Name, Size and Type are enabled by default.

With Explorer open, you can click View, Choose Details and then add
the Date Created and Date Modified (and other fields) and change the
order and width of the columns.

http://support.microsoft.com/kb/310297

The popup description when you hover the mouse over an item depends on
the file type (extension).

What is the extension of the file where you think the popup
description is not working, what is missing and what do you think you
should see that you aren't?

Do you have Windows Search 4.0 installed?
 
Avatar said:
Somewhere along the way, the Status Bar in Windows Explorer on this
WinXP Pro SP2 machine shows only the type and size for any selected
file. It used to show the file creation date and time too. The same
has happened to the pop-up description too.
How does one get the full description back?

Avatar,
Edit "InfoTip"s in the Registry.
Start at HKEY_CLASSES_ROOT\*
"InfoTip"="prop:Name;Size;Attributes;Type;Create;Write"

Search for other "InfoTip"s and modify to suit.

Some other general properties:
Accessed;FileDescription;Company;FileVersion
 
My response at bottom:
Al Falfa said:
Avatar,
Edit "InfoTip"s in the Registry.
Start at HKEY_CLASSES_ROOT\*
"InfoTip"="prop:Name;Size;Attributes;Type;Create;Write"

Search for other "InfoTip"s and modify to suit.

Some other general properties:
Accessed;FileDescription;Company;FileVersion

That worked perfectly.
I actually used:
"InfoTip"="prop:Name;Size;Created;Modified"
Thanks very much.
:-)
Avatar
--------
 
That worked perfectly. I actually used:
"InfoTip"="prop:Name;Size;Created;Modified" Thanks very much.

Avatar,
Thank you for responding with the status report.
 
Addenda at bottom:
Avatar said:
My response at bottom:


That worked perfectly.
I actually used:
"InfoTip"="prop:Name;Size;Created;Modified"
Thanks very much.
:-)
Avatar
--------


I meant:

"InfoTip"="prop:Name;Size;Create;Write"
 
Back
Top