How to add tags to a folder in windows 10

4

1

I know it is possible to add tags to specific files in a folder, but is it possible to add tags directly to folder? I have a ton of folders which I would like to sort based on tags.

Nikitesh Kolpe

Posted 2017-10-28T16:22:30.997

Reputation: 328

1The functionality of tags hasn't changed. If you couldn't do it in Windows 7 you can't do it in Windows 10 – Ramhound – 2017-10-28T17:00:34.593

Answers

4

Without third-party tool(like tagspaces), we cannot tag folder directly.

Waka

Posted 2017-10-28T16:22:30.997

Reputation: 929

6

I built a simple tool for tagging folders in Windows 10. This tool is based on the well-documented system file "desktop.ini" which was designed to customize many aspects of the folder's behavior in Microsoft Windows. The system file already has the folder-tagging capability built into it. For whatever reasons, Microsoft did not implement any user-friendly interface to use the capability. This tool provides an easy way to modify the system file using GUI input dialog box. All you need to do is to register a batch file to your system registry without any need to install additional programs.

If you are interested, please follow these steps at your own risk.

Step 1: Download Tag_Folder.bat from the link below.

Step 2: Add "Tag Folder" to your context menu using Regedit.exe

  • Go to HKEY_CLASSES_ROOT\Directory\Background\shell
  • Create a new key “Tag Folder” and a sub-key “command”
  • Enter cmd /c ”start /min yourpath\Tag_Folder.bat”

Step 3: Organize your folders with custom tags.

  • Go to the folder you wish to tag.
  • Right-click in the blank space and Click "Tag Folder"
  • Enter your tag in the GUI input dialog box and Click OK.
  • You may have to refresh several times to see the new tags.

You can find more information in the description of my tutorial video posted on Youtube.

How to Tag Folders in Windows 10

Pinjoy

Posted 2017-10-28T16:22:30.997

Reputation: 61

0

Sometimes the ADD TAGS option does not comes up in Explorer then use the following :

With help from another user I found a way to add TAGs easily . You will need to open folder from your native user Folder for e.g D:\My Documents instead of Libraries>Documents>My Documents. After that you can change TAG from the explorer>Select file>Properties> edit TAGs

Don't ask me why but it works that way. If you have made any shortcuts or favorites you will need to make them again going through the D:\My Documents path!

Khalid Shariff

Posted 2017-10-28T16:22:30.997

Reputation: 1