How Do You Reduce Shadow Copy On Windows Vista?
Shadow Copy is the common name for a Windows Vista process called Volume Snapshot (or VSS). This process works alongside System Restore to allow you to access files and folders on your computer as they existed in the past. This process is able to use up to 15 percent of your drive’s total disk space, which drastically cuts down on your storage. Open an Administrator Command Prompt. Find the Command Prompt in Vista under the Accessories folder. Right-click on the icon and select “Run as Administrator.” Go to the System32 directory which should be c:\windows\system32. Depending how your paths are set up, this may not be necessary but better to be safe than sorry. Type “vssadmin list shadowstorage” to see how much space is allocated and currently used for Shadow Copy on Drive C. There will also be a few lines of volume information, but those aren’t important for this process. Change the Shadow Copy size by typing in “vssadmin resize shadowstorage /on=c: /for=c: /maxsize=XXX” Instead of XX