November 14, 2006

Remove System Volume Information

若用不到 Windows XP/2003 下的「系統還原」功能, 可以把 System Volume Information 清除,
以節省一些硬碟空間, 僅適用 NTFS 分割區.
關閉系統還原(控制台>系統>系統還原>關閉所有磁碟上的系統還原)
停止 Distributed Link Tracking Client 服務(控制台>系統管理工具>服務)
cacls "c:\System Volume Information" /e /g everyone:f
rd/q/s "c:\System Volume Information"
c: ~ h: 批次處理範例:
for %d in (c d e f g h) do cacls "%d:\System Volume Information" /e /g everyone:f
for %d in (c d e f g h) do rd/q/s "%d:\System Volume Information"
清完後多了不少空間.

Posted by pank at November 14, 2006 01:00 AM
Comments
Post a comment













Remember personal info?