Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > System restore shadow copies

Reply
Thread Tools Display Modes

System restore shadow copies

 
 
maeve
Guest
Posts: n/a

 
      04-25-2008
Hi, I am trying to get rid of system restore shadow copies on my Vista home
premium. I keep getting system error when I try to reduce the room used on
my C drive as I only have 28gb of 145gb left. I have tried typing in:

vssadmin list shadowstorage

For the above command to run you must use elevated privileges:

1.. Click on the Start menu then click All Programs / Accessories
2.. Right Click on the Command Prompt option and from the drop down menu
click on the Run as Administrator option
3.. At the command prompt type vssadmin list shadowstorage and Press Enter
(NOTE: if the command does not run change directories to
c:\windows\system32)
After the vssadmin has executed you will see results similar to the
following:

Used Shadow Copy Storage space: 237.419 MB
Allocated Shadow Copy Storage space: 400 MB
Maximum Shadow Copy Storage space: 2.092 GB

The output above shows space used on the C:\ drive by System Restore is
237.419 MB.
The maximum space allocated for System restore is 2.092 GB

To view the number of restore points you currently have on your Computer run
the following command

vssadmin list shadows

Next, to reduce the allocated space used by Vista's System Restore, use the
following command:

vssadmin resize shadowstorage /on=[OnVolumeSpec:] /for=[ForVolumeSpec:]
/maxsize=[MaxSizeSpec]

Where

example: vssadmin resize shadowstorage /On=C: /For=C: /Maxsize=1GB

When decreasing the space allocated to System Restore, you will loose the
earlier system restore points. The advantage is gaining extra free space. If
you are concerned with losing the previous restore points, wait until you do
not need them anymore before reducing the allocated space.

If you plan on upgrading to Windows Vista or running a clean install and
will need extra space, consider reducing the space after installation has
completed.

It is not recommended to disable System Restore. The capability to restore
to a previous point in time or having the new Shadow Copy feature available
can be a time saver if something goes wrong or if you delete a file.

source: John Barnett Windows Vista Support

I keep getting an error message. I seem to remember doing this before with
my XP but can't remember how. Is there an easier way? Thanks

 
Reply With Quote
 
 
 
 
Rick Rogers
Guest
Posts: n/a

 
      04-25-2008
Hi maeve,

What is the error message?

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"maeve" <> wrote in message
news:...
> Hi, I am trying to get rid of system restore shadow copies on my Vista
> home premium. I keep getting system error when I try to reduce the room
> used on my C drive as I only have 28gb of 145gb left. I have tried
> typing in:
>
> vssadmin list shadowstorage
>
> For the above command to run you must use elevated privileges:
>
> 1.. Click on the Start menu then click All Programs / Accessories
> 2.. Right Click on the Command Prompt option and from the drop down menu
> click on the Run as Administrator option
> 3.. At the command prompt type vssadmin list shadowstorage and Press
> Enter (NOTE: if the command does not run change directories to
> c:\windows\system32)
> After the vssadmin has executed you will see results similar to the
> following:
>
> Used Shadow Copy Storage space: 237.419 MB
> Allocated Shadow Copy Storage space: 400 MB
> Maximum Shadow Copy Storage space: 2.092 GB
>
> The output above shows space used on the C:\ drive by System Restore is
> 237.419 MB.
> The maximum space allocated for System restore is 2.092 GB
>
> To view the number of restore points you currently have on your Computer
> run the following command
>
> vssadmin list shadows
>
> Next, to reduce the allocated space used by Vista's System Restore, use
> the following command:
>
> vssadmin resize shadowstorage /on=[OnVolumeSpec:] /for=[ForVolumeSpec:]
> /maxsize=[MaxSizeSpec]
>
> Where
>
> example: vssadmin resize shadowstorage /On=C: /For=C: /Maxsize=1GB
>
> When decreasing the space allocated to System Restore, you will loose the
> earlier system restore points. The advantage is gaining extra free space.
> If you are concerned with losing the previous restore points, wait until
> you do not need them anymore before reducing the allocated space.
>
> If you plan on upgrading to Windows Vista or running a clean install and
> will need extra space, consider reducing the space after installation has
> completed.
>
> It is not recommended to disable System Restore. The capability to restore
> to a previous point in time or having the new Shadow Copy feature
> available can be a time saver if something goes wrong or if you delete a
> file.
>
> source: John Barnett Windows Vista Support
>
> I keep getting an error message. I seem to remember doing this before
> with my XP but can't remember how. Is there an easier way? Thanks
>


 
Reply With Quote
 
Mark
Guest
Posts: n/a

 
      04-25-2008
Maybe you have to clean up your Restore Points first.

"maeve" <> wrote in message
news:...
> Hi, I am trying to get rid of system restore shadow copies on my Vista
> home premium. I keep getting system error when I try to reduce the room
> used on my C drive as I only have 28gb of 145gb left. I have tried
> typing in:
>
> vssadmin list shadowstorage
>
> For the above command to run you must use elevated privileges:
>
> 1.. Click on the Start menu then click All Programs / Accessories
> 2.. Right Click on the Command Prompt option and from the drop down menu
> click on the Run as Administrator option
> 3.. At the command prompt type vssadmin list shadowstorage and Press
> Enter (NOTE: if the command does not run change directories to
> c:\windows\system32)
> After the vssadmin has executed you will see results similar to the
> following:
>
> Used Shadow Copy Storage space: 237.419 MB
> Allocated Shadow Copy Storage space: 400 MB
> Maximum Shadow Copy Storage space: 2.092 GB
>
> The output above shows space used on the C:\ drive by System Restore is
> 237.419 MB.
> The maximum space allocated for System restore is 2.092 GB
>
> To view the number of restore points you currently have on your Computer
> run the following command
>
> vssadmin list shadows
>
> Next, to reduce the allocated space used by Vista's System Restore, use
> the following command:
>
> vssadmin resize shadowstorage /on=[OnVolumeSpec:] /for=[ForVolumeSpec:]
> /maxsize=[MaxSizeSpec]
>
> Where
>
> example: vssadmin resize shadowstorage /On=C: /For=C: /Maxsize=1GB
>
> When decreasing the space allocated to System Restore, you will loose the
> earlier system restore points. The advantage is gaining extra free space.
> If you are concerned with losing the previous restore points, wait until
> you do not need them anymore before reducing the allocated space.
>
> If you plan on upgrading to Windows Vista or running a clean install and
> will need extra space, consider reducing the space after installation has
> completed.
>
> It is not recommended to disable System Restore. The capability to restore
> to a previous point in time or having the new Shadow Copy feature
> available can be a time saver if something goes wrong or if you delete a
> file.
>
> source: John Barnett Windows Vista Support
>
> I keep getting an error message. I seem to remember doing this before
> with my XP but can't remember how. Is there an easier way? Thanks
>


 
Reply With Quote
 
maeve
Guest
Posts: n/a

 
      04-25-2008
Hi, It's OK now I managed to do it without the getting the error message. I
had to have spaces before the forward slashes and I wasn't doing this.
Thanks

"Rick Rogers" <> wrote in message
news:%...
> Hi maeve,
>
> What is the error message?
>
> --
> Best of Luck,
>
> Rick Rogers, aka "Nutcase" - Microsoft MVP
> http://mvp.support.microsoft.com/
> Windows help - www.rickrogers.org
> My thoughts http://rick-mvp.blogspot.com
>
> "maeve" <> wrote in message
> news:...
>> Hi, I am trying to get rid of system restore shadow copies on my Vista
>> home premium. I keep getting system error when I try to reduce the room
>> used on my C drive as I only have 28gb of 145gb left. I have tried
>> typing in:
>>
>> vssadmin list shadowstorage
>>
>> For the above command to run you must use elevated privileges:
>>
>> 1.. Click on the Start menu then click All Programs / Accessories
>> 2.. Right Click on the Command Prompt option and from the drop down menu
>> click on the Run as Administrator option
>> 3.. At the command prompt type vssadmin list shadowstorage and Press
>> Enter (NOTE: if the command does not run change directories to
>> c:\windows\system32)
>> After the vssadmin has executed you will see results similar to the
>> following:
>>
>> Used Shadow Copy Storage space: 237.419 MB
>> Allocated Shadow Copy Storage space: 400 MB
>> Maximum Shadow Copy Storage space: 2.092 GB
>>
>> The output above shows space used on the C:\ drive by System Restore is
>> 237.419 MB.
>> The maximum space allocated for System restore is 2.092 GB
>>
>> To view the number of restore points you currently have on your Computer
>> run the following command
>>
>> vssadmin list shadows
>>
>> Next, to reduce the allocated space used by Vista's System Restore, use
>> the following command:
>>
>> vssadmin resize shadowstorage /on=[OnVolumeSpec:] /for=[ForVolumeSpec:]
>> /maxsize=[MaxSizeSpec]
>>
>> Where
>>
>> example: vssadmin resize shadowstorage /On=C: /For=C: /Maxsize=1GB
>>
>> When decreasing the space allocated to System Restore, you will loose the
>> earlier system restore points. The advantage is gaining extra free space.
>> If you are concerned with losing the previous restore points, wait until
>> you do not need them anymore before reducing the allocated space.
>>
>> If you plan on upgrading to Windows Vista or running a clean install and
>> will need extra space, consider reducing the space after installation has
>> completed.
>>
>> It is not recommended to disable System Restore. The capability to
>> restore to a previous point in time or having the new Shadow Copy feature
>> available can be a time saver if something goes wrong or if you delete a
>> file.
>>
>> source: John Barnett Windows Vista Support
>>
>> I keep getting an error message. I seem to remember doing this before
>> with my XP but can't remember how. Is there an easier way? Thanks
>>

>


 
Reply With Quote
 
undisclosed
Guest
Posts: n/a

 
      08-25-2009

I am a bit late with this. If you ever have problem configuring th
storage for shadow copy you can use a tool I have written: TimeTravele
1.3. It is a Windows Explorer extension in the form of a timeline.
Briefly it let you access prior versions of your files and folders b
simply moving a time cursor on the timeline to prior points-in-tim
(volume shadow copies) on all editions of Vista and Windows 7. To g
back to the topic here, it ships with a form (GUI) that allows you t
easily manage volume shadow copies (create, delete and schedule) and it
maximum storage size. It is free for 10 days and you can download i
from my web site

--
KoalaBear
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
System Restore Shadow Copy Problem rmeacham Windows Vista Performance 5 08-10-2007 12:36 AM
Restore points and shadow copies Marjay Windows Vista Performance 3 07-22-2007 03:40 AM
Maximum size of shadow copies / restore points DevilsPGD Windows Vista File Management 3 07-14-2007 04:10 PM
Shadow Copies @GMT folder remains visible after restore james3mg Windows Vista Networking 0 06-11-2007 08:35 PM
Do regular backup and/or complete system backup include shadow copies of files? Roof Fiddler Windows Vista General Discussion 1 12-05-2006 03:48 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59