Robert Blacher said:
That may work, but I don't speak hexadecimal
Regedit can speak it for you
It allows entering DWORD values both in
decihal and in hex.
You can use the "vssadmin" command from an elevated cmd prompt to change
the amount of disk space system restore and shadow storage use.
http://blogs.technet.com/filecab/ar...used-for-restore-points-in-windows-vista.aspx
Thanks for the tip. Actually I was looking for command-line utility to
control System Restore storage limits when I was answering to OP since it is
the way features usually presented in latest versions of Windows: there's a
somewhat limited UI and then there's a command-line utility for advanced
users (take defrag.exe as an example). But somehow I've forgot that
underlying technology is VSS and didn't think of vssadmin.
I used the "vssadmin resize shadowstorage" command to limit the space to
10GB on my 320GB boot drive. That seems adequate, at least for my
purposes.
Here's the problem I see with manual configuration of VSS/Syste Restore: How
do you know how much it needs?
Are you familiar enough with inner workings of VSS to calculate required
storage for your usage patterns, space occupied by files and history depth
you need? I'm not. And since I don't want to be in the situation where the
older snapshot that I really need was deleted due to insufficient space to
store newer one, I agree with default storage settings.
Since, as I understand, System Restore uses "Copy-on-Write" shadow copies
(e.g. differential ones) the size of a volume itself is as important as the
number of files stored on the volume and the rate of changes to the files on
the volume.
http://technet2.microsoft.com/Windo...b7d8-42c3-b6c9-59c145b7765f1033.mspx?mfr=true