Reducing the Allocated Space for Sytem Restore in Windows Vista/XP
To reduce the allocated space we need to use the Resize option in the form of:
vssadmin resize shadowstorage /on=[here add the drive letter]: /For=[here add the drive letter]: /Maxsize=[here add the maximum size]
Let us assume that we wished to have a maximum size of 2GB from this particular partition/drive. The command line option would look something like this:
C:\Windows\system32>vssadmin resize shadowstorage /On=C: /For=C: /Maxsize=2GB
No comments:
Post a Comment