一、 获取Tag_Folder
1、新建文本文档Tag_Folder:
<
:: Adds a tag to current folder in Windows 10
:: by Pinjoy 2-10-2019
:: pinjoy99@gmail.com
:: https://youtu.be/vyFhSdm4gD8
:: v1.1 updated on 5-1-2019: Refresh folder tags instantly
@ECHO OFF
SETLOCAL
FOR /f "delims=" %%I in ('powershell -noprofile "iex (${
%~f0} | out-string)"') DO (
ATTRIB -h -s desktop.ini >NUL
TYPE desktop.ini|FINDSTR /V "F29F85E0 Prop5" > "%temp%\desktop.ini"
ECHO [{
F29F85E0-4FF9-1068-AB91-08002B27B3D9}] >> "%temp%\desktop.ini"
ECHO Prop5=31,%%~I >> "%temp%\desktop.ini"
(