About registry settings for file Explorer

若汝棋茗 41 Reputation points
2021-11-19T01:22:36.86+00:00

I would like to implement a feature that displays an additional column of data in file Explorer similar to the following figure. It's easier to set this up directly in file Explorer, but I need to code it, so I guess this is some kind of registry configuration too, and I want to modify the registry to do just that.

Secondly, if the implementation of such a function, I also want to fill the display data through the code, this step should be how to achieve.

Hope can help me, preferably can have C# sample code. Come on.

150757-image.png

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,430 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,308 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 81,831 Reputation points
    2021-11-19T01:31:40.69+00:00

    This is usually done in C++
    See Creating Column Handlers, Windows Property System