Vista Tip: Reduce System Restore disk usage
September 17th, 2007

Update: Windows expert Ed Bott offers a whole lot more information on System Restore, Shadow Copy and this tip on Vista. Be sure to check it out before you follow our half-researched, cockeyed advice.
By default Windows Vista allocates 15% of your hard drive to storing System Restore points - which turns out to be a couple dozen gigabytes on a large drive. The user-friendly Windows XP slider bar which sets System Restore space has disappeared on Vista; instead a little command line action’s required to reset this percentage.
To recover some of that System Restore disk space, start up Vista’s command line as an administrator, and run vssadmin list shadowstorage to see the current allocation. To change it, use:
vssadmin resize shadowstorage /on=[drive]: /for=[drive]: /maxsize=[size]
That is, to limit System Restore to 2 gigabytes on the C: drive, use:
vssadmin resize shadowstorage /on=C: /for=C: /maxsize=2GB
Of course, limiting System Restore’s drive footprint also limits how far back it can store points, so do so carefully. Here’s more on rolling back Windows with System Restore.—Gina Trapani
See also:
- Recovering Folder Relationships Using DOS Clustering Design (November 20th, 2008)
- Using FAT32 File Entry Record For Recovering Folders Using Software Logic (November 20th, 2008)
- Recover It All ON SALE! Save $50.00 On Powerful Data Recovery Software (November 20th, 2008)
- Hard Drive Recovery Prices (November 20th, 2008)
- FAT32 Recover File Entry Table On-Disk Layout Using a C Structure (November 20th, 2008)
Leave a Reply