|
Increase Volume Shadow Storage in Vista |
|
1. Click on Start button. 2. In the Search box, type in Command Prompt. Command Prompt will show up in the search results . 3. Right click on Command Prompt icon and select Run as administrator. Enter the admin credential and you are ready to go.
vssadmin resize shadowstorage /on=c: /for=c: /maxsize=2GB, this would resize the shadow volume for the C: drive to 2GB. The changes should take effect immediately. |
|
vssadmin resize shadowstorage /on= /for= /maxsize= <drive_letter> is the drive letter to change the storage parameters for; <max_size> is the maximum size with a suffix that designates which units you're using (typically MB or GB). If you typed Note: When you change the size of a shadow volume, it's truncated so that the oldest entries in the volume are deleted first. Also, if you leave off the /maxsize switch, this allows the shadow volume to grow without limits. However, the /maxsize setting can never be less than 300MB for any volume. |