How to add tags to a folder in windows 10
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.
windows windows-10 tags
add a comment |
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.
windows windows-10 tags
1
The functionality of tags hasn't changed. If you couldn't do it in Windows 7 you can't do it in Windows 10
– Ramhound
Oct 28 '17 at 17:00
add a comment |
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.
windows windows-10 tags
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.
windows windows-10 tags
windows windows-10 tags
asked Oct 28 '17 at 16:22
Nikitesh KolpeNikitesh Kolpe
2681413
2681413
1
The functionality of tags hasn't changed. If you couldn't do it in Windows 7 you can't do it in Windows 10
– Ramhound
Oct 28 '17 at 17:00
add a comment |
1
The functionality of tags hasn't changed. If you couldn't do it in Windows 7 you can't do it in Windows 10
– Ramhound
Oct 28 '17 at 17:00
1
1
The functionality of tags hasn't changed. If you couldn't do it in Windows 7 you can't do it in Windows 10
– Ramhound
Oct 28 '17 at 17:00
The functionality of tags hasn't changed. If you couldn't do it in Windows 7 you can't do it in Windows 10
– Ramhound
Oct 28 '17 at 17:00
add a comment |
4 Answers
4
active
oldest
votes
Without third-party tool(like tagspaces), we cannot tag folder directly.
Do you know any third party tools?
– Nikitesh Kolpe
Nov 1 '17 at 13:13
1
TagSpace maybe fit for you.
– Waka
Nov 3 '17 at 3:21
add a comment |
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.
- https://drive.google.com/file/d/1ielPA2kVfVDe4GAjprqtuO5dcX3qJyz3/view
- Do your own due diligence by inspecting the batch file.
Step 2: Add "Tag Folder" to your context menu using Regedit.exe
- Go to HKEY_CLASSES_ROOTDirectoryBackgroundshell
- Create a new key “Tag Folder” and a sub-key “command”
- Enter cmd /c ”start /min yourpathTag_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
add a comment |
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!
add a comment |
One workaround is ini files, see :
https://answers.microsoft.com/en-us/windows/forum/windows_7-start/how-to-tag-folder-in-windows/779c3f05-c05b-42b2-a389-07c75c609bab
Instead of 'tags' though you will have to use comments.
Welcome to Super User! Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change.
– DavidPostill♦
Sep 12 '18 at 15:24
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1263318%2fhow-to-add-tags-to-a-folder-in-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Without third-party tool(like tagspaces), we cannot tag folder directly.
Do you know any third party tools?
– Nikitesh Kolpe
Nov 1 '17 at 13:13
1
TagSpace maybe fit for you.
– Waka
Nov 3 '17 at 3:21
add a comment |
Without third-party tool(like tagspaces), we cannot tag folder directly.
Do you know any third party tools?
– Nikitesh Kolpe
Nov 1 '17 at 13:13
1
TagSpace maybe fit for you.
– Waka
Nov 3 '17 at 3:21
add a comment |
Without third-party tool(like tagspaces), we cannot tag folder directly.
Without third-party tool(like tagspaces), we cannot tag folder directly.
edited Nov 3 '17 at 3:22
answered Oct 31 '17 at 10:07
WakaWaka
81324
81324
Do you know any third party tools?
– Nikitesh Kolpe
Nov 1 '17 at 13:13
1
TagSpace maybe fit for you.
– Waka
Nov 3 '17 at 3:21
add a comment |
Do you know any third party tools?
– Nikitesh Kolpe
Nov 1 '17 at 13:13
1
TagSpace maybe fit for you.
– Waka
Nov 3 '17 at 3:21
Do you know any third party tools?
– Nikitesh Kolpe
Nov 1 '17 at 13:13
Do you know any third party tools?
– Nikitesh Kolpe
Nov 1 '17 at 13:13
1
1
TagSpace maybe fit for you.
– Waka
Nov 3 '17 at 3:21
TagSpace maybe fit for you.
– Waka
Nov 3 '17 at 3:21
add a comment |
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.
- https://drive.google.com/file/d/1ielPA2kVfVDe4GAjprqtuO5dcX3qJyz3/view
- Do your own due diligence by inspecting the batch file.
Step 2: Add "Tag Folder" to your context menu using Regedit.exe
- Go to HKEY_CLASSES_ROOTDirectoryBackgroundshell
- Create a new key “Tag Folder” and a sub-key “command”
- Enter cmd /c ”start /min yourpathTag_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
add a comment |
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.
- https://drive.google.com/file/d/1ielPA2kVfVDe4GAjprqtuO5dcX3qJyz3/view
- Do your own due diligence by inspecting the batch file.
Step 2: Add "Tag Folder" to your context menu using Regedit.exe
- Go to HKEY_CLASSES_ROOTDirectoryBackgroundshell
- Create a new key “Tag Folder” and a sub-key “command”
- Enter cmd /c ”start /min yourpathTag_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
add a comment |
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.
- https://drive.google.com/file/d/1ielPA2kVfVDe4GAjprqtuO5dcX3qJyz3/view
- Do your own due diligence by inspecting the batch file.
Step 2: Add "Tag Folder" to your context menu using Regedit.exe
- Go to HKEY_CLASSES_ROOTDirectoryBackgroundshell
- Create a new key “Tag Folder” and a sub-key “command”
- Enter cmd /c ”start /min yourpathTag_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
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.
- https://drive.google.com/file/d/1ielPA2kVfVDe4GAjprqtuO5dcX3qJyz3/view
- Do your own due diligence by inspecting the batch file.
Step 2: Add "Tag Folder" to your context menu using Regedit.exe
- Go to HKEY_CLASSES_ROOTDirectoryBackgroundshell
- Create a new key “Tag Folder” and a sub-key “command”
- Enter cmd /c ”start /min yourpathTag_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
edited Mar 6 at 14:50
answered Feb 21 at 16:09
PinjoyPinjoy
113
113
add a comment |
add a comment |
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!
add a comment |
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!
add a comment |
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!
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!
answered Jan 22 at 7:29
Khalid ShariffKhalid Shariff
1
1
add a comment |
add a comment |
One workaround is ini files, see :
https://answers.microsoft.com/en-us/windows/forum/windows_7-start/how-to-tag-folder-in-windows/779c3f05-c05b-42b2-a389-07c75c609bab
Instead of 'tags' though you will have to use comments.
Welcome to Super User! Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change.
– DavidPostill♦
Sep 12 '18 at 15:24
add a comment |
One workaround is ini files, see :
https://answers.microsoft.com/en-us/windows/forum/windows_7-start/how-to-tag-folder-in-windows/779c3f05-c05b-42b2-a389-07c75c609bab
Instead of 'tags' though you will have to use comments.
Welcome to Super User! Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change.
– DavidPostill♦
Sep 12 '18 at 15:24
add a comment |
One workaround is ini files, see :
https://answers.microsoft.com/en-us/windows/forum/windows_7-start/how-to-tag-folder-in-windows/779c3f05-c05b-42b2-a389-07c75c609bab
Instead of 'tags' though you will have to use comments.
One workaround is ini files, see :
https://answers.microsoft.com/en-us/windows/forum/windows_7-start/how-to-tag-folder-in-windows/779c3f05-c05b-42b2-a389-07c75c609bab
Instead of 'tags' though you will have to use comments.
answered Sep 12 '18 at 12:28
Adrien MauAdrien Mau
1
1
Welcome to Super User! Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change.
– DavidPostill♦
Sep 12 '18 at 15:24
add a comment |
Welcome to Super User! Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change.
– DavidPostill♦
Sep 12 '18 at 15:24
Welcome to Super User! Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change.
– DavidPostill♦
Sep 12 '18 at 15:24
Welcome to Super User! Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change.
– DavidPostill♦
Sep 12 '18 at 15:24
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1263318%2fhow-to-add-tags-to-a-folder-in-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
The functionality of tags hasn't changed. If you couldn't do it in Windows 7 you can't do it in Windows 10
– Ramhound
Oct 28 '17 at 17:00