如何删除U盘中System Volume Information文件夹

教你如何删除System Volume Information这个顽固文件夹

如何删除U盘中System Volume Information文件夹_第1张图片
我的电脑是win10,win+R搜索cmd,启用cmd命令编辑器,并按顺序输入以下命令:
1.
attrib “H:\System Volume Information” -s //这句话可以选择,重置系统隐藏文件。
2.
del “H:\System Volume Information” //del 删除文件夹
3.
rd “H:\System Volume Information” //rd 删除空文件夹
4.
exit //退出

最后出来看看还有没有了

你可能感兴趣的:(U盘)