[系统应用]彻底删除System Volume Information的办法(CMD&BAT)

Cacls "C:\System Volume Information" /t /e /c /g Roy:f
Cacls "D:\System Volume Information" /t /e /c /g Roy:f
Cacls "E:\System Volume Information" /t /e /c /g Roy:f
Cacls "F:\System Volume Information" /t /e /c /g Roy:f
rd /s "C:\System Volume Information"
rd /s "D:\System Volume Information"
rd /s "E:\System Volume Information" 
rd /s "F:\System Volume Information" 

将上面代码保持为.bat或者.cmd并执行之,即可!
posted @ 2009-09-17 11:22  iRoy930  阅读(883)  评论(0)    收藏  举报