如何删除U盘里的System Volume Information目录

按Win+R打开运行窗口,输入cmd以打开命令行窗口。

按照顺序执行以下命令,注意要将X替换成U盘的盘符。

重置系统隐藏文件
attrib “X:\System Volume Information”
删除文件夹
del “X:\System Volume Information”
删除空文件夹
rd “X:\System Volume Information”
退出
exit //