win+R調出命令窗口后搜索cmd,啟用cmd命令編輯器,並輸入以下命令:
- attrib "H:\System Volume Information" -s //這句話可以選擇,重置系統隱藏文件。
- del "H:\System Volume Information" //del 刪除文件夾
- rd "H:\System Volume Information" //rd 刪除空文件夾
- exit //退出
經過上述操作打開U盤就可以看到頑固的System Volume Information文件夾不見啦!
注釋:會出現是否確認刪除提醒。這時,輸入Y表示確認刪除。