banner
洋葱Pie

洋葱Pie

兴趣使然的写作🤞 玉子好可爱(●'◡'●)
bilibili
github
zhihu

How to modify file and folder comments on Win.

Preface#

Friends, good morning, afternoon, and evening. I would like to remind everyone to remember to drink more water before and after meals.

I have a "registry cleanliness obsession" and usually install "portable versions" of software.

'Portable version' means no installation is required, just unzip and use.

But this leads to all sorts of strange folders in my "D:\software" folder, and sometimes I don't even know which folder is for which software.

In fact, Windows provides a "Remarks" column, where you can modify the desktop.ini configuration file in the folder to add remarks. You can also directly copy the desktop.ini configuration file to multiple folders of the same type to achieve unified remarks.

However, if there are many folders with different purposes, it is inconvenient to directly copy the desktop.ini file.

In addition, it may be necessary to add remarks to many single-file programs. Since files do not have a desktop.ini configuration file, other methods need to be used.

Modifying Folder Remarks#

Directly modifying the desktop.ini file#

First, you need to modify the Windows file hiding settings.

Hide settings

Hide settings 2

Open remarks

Then, add "InfoTip=xxx" (xxx is the desired remark content) below "...Resource..." line.

Manually modify before

Finally, refresh the list.

Manually modify after

I use the windows-folder-remark project here.

Project address: https://github.com/piratf/windows-folder-remark

The usage is very simple.

First, download the zip file of the repository, unzip it, and open the "windows-folder-remark-master\dist\remark" folder. Find the remark.exe file and double-click to run it.

Then, drag the folder you want to modify the remarks into the opened window.

Before remark

Press Enter. Then, enter the desired remark content.

After remark

Refresh the folder list and wait a moment.

If the folder contains illegal characters such as "space", the quotation marks need to be removed.

Before remark with space

Press Enter again, and enter the desired remark name to modify.

After remark with space

A small tip: You can pin remark.exe to the first position on the taskbar. You can quickly open and use it by pressing Win+1.

Modifying File Remarks#

I use the FileMeta project.

Project address: https://github.com/Dijji/FileMeta

I will use .md files as an example.

Before file properties

In the "File Extensions" section, find .md and click to select it.

Choose "Simple" from the left dropdown menu, and finally click "Add...".

File 1

In the second step, click "Custom...".

File 2

In the new window, make sure that "System.Comment" is in the "Full details" section (note that there is no asterisk *).

File 3

If there is an asterisk *, right-click on it and select "Toggle *".

Remember to restart File Explorer after making the changes.

Restart File Explorer

Finally, right-click on the .md file, go to Properties, then Details, and click on Remarks to modify it.

After file properties

The same steps can be applied to other file types.

For the convenience of readers behind the Great Firewall, I provide offline files.

windows-folder-remark: https://ycpie.lanzout.com/iqqf917ci6hc

FileMeta: https://www.123pan.com/s/tu5RVv-P6e3d.html

The above files will not be updated if they become invalid. Permanent maintenance and sharing are done using BT Sync.

If you need them, please kindly support me on Aifadian, so I can have a meal!

Aifadian (permanent maintenance and sharing): https://afdian.net/a/pieje

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.