Advertisement

How to Customize the Details Pane in Windows 10

When you select a file in File Explorer, it shows some properties in the Details pane like date, size and offline availability. When a program EXE or DLL is selected, it shows some other info. In this article, we will see how to make the Details pane of File Explorer in Windows 10 show more useful information and how it can be customized.

Advertisеment


Everything described below will work in Windows Vista, Windows 7, Windows 8/8.1 and Windows 10. Here's how you can customize the properties shown there.

Note: The details pane is disabled by default, so you may need to enable it first. See the following article.

How To Enable Details Pane in Windows 10

For every registered file type in Windows, the information which is displayed in the Details pane can be specified in the Registry. Using a simple Registry tweak, it is possible to customize the information there and add/remove desired entries.

To customize the Details Pane in Windows 10, do the following.

  1. Open Registry Editor.
  2. Go to the following path:
    HKEY_CLASSES_ROOT\.file extension

    Replace the ".file extension" portion with the desired file extension you want to customize the details pane for. For example, go to the key

    HKEY_CLASSES_ROOT\.exe

    Windows 10 Exe Extension Key

  3. On the right, see the value of the default parameter. In my case, it is "exefile".
  4. Now, go to the key:
    HKEY_CLASSES_ROOT\exefile

    Instead of exefile, you should use the value you got from the previous step.
    Windows 10 Exefile Key

  5. Here, create or modify the string value named PreviewDetails.Windows 10 Exefile New String Value Set its value data to the following value (you can copy this and paste it into the PreviewDetails value's data):
    prop:System.ItemNameDisplay;System.ItemTypeText;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributesSystem.FileOwner;System.FileAttributes;*System.OfflineAvailability;*System.OfflineStatus;*System.SharedWith

    See the following screenshot:Windows 10 Exefile PreviewDetails Value

Now press F5 in File Explorer and select some file.

Before:Windows 10 Preview Pane Default

After:New Details Pane

As you can see, the Details pane now shows a lot more useful information like dates and file attributes.

Note: To restore defaults, delete the PreviewDetails value.

The prop:System.* values are a part of system metadata, which is fully described on MSDN. It is a very long list. After you read it, you can define which properties exactly you would like to see.

Every prop: value resolves an individual property, also known as metadata, from the Windows Property System that can be set for files, folders and other files system objects. You can get the full list of prop: values on the following MSDN page:

In our case, we are using the following properties:
System.ItemNameDisplay - name of the file.
System.ItemTypeText - user-friendly file type description.
System.ItemFolderPathDisplay - full path to the folder which contains this file.
System.Size - size of the file.
System.DateCreated - date when the file has been created.
System.DateModified - last modification date.
System.FileAttributesSystem.FileOwner - the user account which is set as the owner of this file.
System.FileAttributes - file attributes.

Here you can download Registry files to try this trick in your operating system without Registry editing. The undo tweak is included:

Download Registry Files

The same method can be used to customize tooltips. Also, you can make the details pane show app version and other properties.
That's it.

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Advertisеment

Author: Sergey Tkachenko

Sergey Tkachenko is a software developer who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

12 thoughts on “How to Customize the Details Pane in Windows 10”

  1. Excellent tip and download. What I really like is the fact that you can actually edit and save details for files such as mp3s or jpegs. No more of having to go the Details tab any more.

  2. Very helpful. Thank you!
    Given that I have, say, 100 file type extensions, Is there some way to apply the same changes to all or a subset? Example: all graphics files.

  3. Is this also possible for folders? When I’m clicking a folder it’s only showing last modified date but no folder size, file count or anything useful.

  4. Hi, Sergey, is there a way to do any of the following:
    1- Increase the size of the preview image in the details pane;
    2- Merge preview pane and details pane into one;
    3- Display both at the same time on the left side of the window, e.g: preview above, details below (not with details pane at the bottom, like old new explorer);
    Is any of that something that could be done programatically?
    Thanks.

  5. What function do the asterix (*) play in the example? (*System.OfflineAvailability;*System.OfflineStatus;*System.SharedWith)

Leave a Reply

Your email address will not be published.

css.php
Using Telegram? Subscribe to the blog channel!
Hello. Add your message here.