"GeraldF" <> wrote in message
news: ...
> In article <9C0EA28A-098D-47EF-99A5-CBCC96AB9B33
> @microsoft.com>, says...
>> If hard drive space is getting critical, a good quality external drive is
>> a
>> good solution for storing files.
>>
> This is a 40 GB drive with nothing but the OS on it. All
> other programs (MS Office etc) are stored on another
> drive. I don't understand why Vista Ultimate has to
> consume 14 GB of space just for the OS. Now if those
> files are critical, they should be able to be moved to
> another drive?
>
Gerald
Your maximum size for System Restore may be way too large, you should adjust
this. By default Vista sets the maximum size allocated for VSS (Volume
Shadow Storage) to 15% of the disk size. With some of newer drives, this can
result in a huge amount of space being allocated and used.
First, free up all of your disk space by deleting all but the most current
restore point. Go to Start/All Programs/Accessories/Disk Cleanup and you
will see the option there.
Go to Start and type cmd.exe in the results, right click the cmd.exe
item and
select the "Run as administrator" option. OK the UAC prompt.
When the command window opens, type the following.
vssadmin list shadowstorage
Press ENTER.
The result will show the current amount of Used, Allocated, and Maximum
allowed size for the Volume Shadow Storage on your system.
The following command will set the maximum amount of disk space used for
the shadow
storage to 2GB.
vssadmin Resize ShadowStorage /For=C: /On=C: /MaxSize=2.0GB
Press ENTER.
(type the command as shown, including the spaces)
You should see a message that the command succeeded.
This command assumes that your system drive is C:
--
Ronnie Vernon
Microsoft MVP
Windows Shell/User