删除U盘中的System Volume Information文件夹

win10系统中使用cmd命令编辑器,输入命令(G为U盘):

attrib “G:\System Volume Information” -s (重置系统隐藏文件,可选)
del “G:\System Volume Information”(删除文件夹)
rd “G:\System Volume Information” (删除空文件夹)

你可能感兴趣的:(删除U盘顽固文件夹)