Reduce Vista Restore disk space and usage

Posted on November 15th, 2007, by Joel Comments Off

By default Windows Vista allocates 15%-20% 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=

To limit System Restore to 1 gigabyte on the C: drive, use:

vssadmin resize shadowstorage /on=C: /for=C: /maxsize=1GB

Related posts:

  1. Advanced Disk Management in Vista
  2. SpaceSniffer – Find What Takes Your Disk Space
  3. Stop hibernation and remove hiberfil.sys from your Vista root directory
  4. Backup and Restore Your Desktop Icon Layout with DeskSave
  5. How to uninstall Vista SP1 RC
Posted in Vista Stuff | Tags: ,

Comments are closed.