|
| | |||||||
| Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna |
| | LinkBack | Thread Tools |
| |||
| System restore points gone I purchaesd a new computer about 2 months ago, love it. When I add new software I always create a restore point before I install. I also do a nightly back up, using OneCare. Here is the problem, 2 days ago I had a problem with the CD burner while burning using Windows Media Player. After the crash Vista would not see CD's. It sees the drive, DVD's are fine just CD's. It just spins the disk for about 15-20 minutes, then says wrong disk. I decided to do a restore, when I went into system restore there were only 4 restore points going back about 5 days! All my other restore points I created are gone. There were at least 10. What happened, is there a way to get them back? Am I doing something wrong? Mark |
| |||
| Re: System restore points gone "Mark S-123" <MarkS123@discussions.microsoft.com> wrote in message news:899CF198-84AF-4C94-8486-91653F3D6268@microsoft.com...[color=blue] >I purchaesd a new computer about 2 months ago, love it. When I add new > software I always create a restore point before I install. I also do a > nightly back up, using OneCare. > > Here is the problem, 2 days ago I had a problem with the CD burner while > burning using Windows Media Player. After the crash Vista would not see > CD's. > It sees the drive, DVD's are fine just CD's. It just spins the disk for > about > 15-20 minutes, then says wrong disk. > > I decided to do a restore, when I went into system restore there were only > 4 > restore points going back about 5 days! All my other restore points I > created > are gone. There were at least 10. > > What happened, is there a way to get them back? Am I doing something > wrong? > > Mark[/color] As each new restore point is created, the oldest is dumped according to how much space is allocated for restore points. You can't retrieve the deleted points.. -- Mike Hall - MVP How to construct a good post.. [url]http://dts-l.com/goodpost.htm[/url] How to use the Microsoft Product Support Newsgroups.. [url]http://support.microsoft.com/default.aspx?pr=newswhelp&style=toc[/url] Mike's Window - My Blog.. [url]http://msmvps.com/blogs/mikehall/default.aspx[/url] |
| |||
| Re: System restore points gone As Mike said, "As each new restore point is created, the oldest is dumped according to how much space is allocated for restore points" To display the current space allocated for restore points type (or copy and paste) “vssadmin list shadowstorage” (without the quotes but the spaces) and press Enter. To reduce (or increase) the disk space allocated, type (or copy and paste) “vssadmin resize shadowstorage /on=c: /for=c: /maxsize=10GB” (without the quotes but the spaces) and press Enter. This example assumes changing the space on drive C to 10GB. Be sure to create a manual restore point immediately after resizing because all of your previous restore points will be removed. [color=blue] > "Mark S-123" <MarkS123@discussions.microsoft.com> wrote in message > news:899CF198-84AF-4C94-8486-91653F3D6268@microsoft.com...[color=green] >>I purchaesd a new computer about 2 months ago, love it. When I add new >> software I always create a restore point before I install. I also do a >> nightly back up, using OneCare. >> >> Here is the problem, 2 days ago I had a problem with the CD burner while >> burning using Windows Media Player. After the crash Vista would not see >> CD's. >> It sees the drive, DVD's are fine just CD's. It just spins the disk for >> about >> 15-20 minutes, then says wrong disk. >> >> I decided to do a restore, when I went into system restore there were >> only 4 >> restore points going back about 5 days! All my other restore points I >> created >> are gone. There were at least 10. >> >> What happened, is there a way to get them back? Am I doing something >> wrong? >> >> Mark[/color] > > > As each new restore point is created, the oldest is dumped according to > how much space is allocated for restore points. You can't retrieve the > deleted points.. > > -- > Mike Hall - MVP > How to construct a good post.. > [url]http://dts-l.com/goodpost.htm[/url] > How to use the Microsoft Product Support Newsgroups.. > [url]http://support.microsoft.com/default.aspx?pr=newswhelp&style=toc[/url] > Mike's Window - My Blog.. > [url]http://msmvps.com/blogs/mikehall/default.aspx[/url] > > > >[/color] |
| |||
| Re: System restore points gone You need to open a command prompt first. "Bob" <nowhere@nowhere.net> wrote in message news:GpudncY_j52zcVLanZ2dnUVZ_v-hnZ2d@comcast.com...[color=blue] > As Mike said, "As each new restore point is created, the oldest is dumped > according to how much space is allocated for restore points" > > To display the current space allocated for restore points type (or copy > and paste) “vssadmin list shadowstorage” (without the quotes but the > spaces) and press Enter. > > > To reduce (or increase) the disk space allocated, type (or copy and paste) > > “vssadmin resize shadowstorage /on=c: /for=c: /maxsize=10GB” (without the > quotes > but the spaces) and press Enter. This example assumes changing the space > on drive C to 10GB. Be sure to create a manual restore point immediately > after resizing because all of your previous restore points will be > removed. > > >[color=green] >> "Mark S-123" <MarkS123@discussions.microsoft.com> wrote in message >> news:899CF198-84AF-4C94-8486-91653F3D6268@microsoft.com...[color=darkred] >>>I purchaesd a new computer about 2 months ago, love it. When I add new >>> software I always create a restore point before I install. I also do a >>> nightly back up, using OneCare. >>> >>> Here is the problem, 2 days ago I had a problem with the CD burner while >>> burning using Windows Media Player. After the crash Vista would not see >>> CD's. >>> It sees the drive, DVD's are fine just CD's. It just spins the disk for >>> about >>> 15-20 minutes, then says wrong disk. >>> >>> I decided to do a restore, when I went into system restore there were >>> only 4 >>> restore points going back about 5 days! All my other restore points I >>> created >>> are gone. There were at least 10. >>> >>> What happened, is there a way to get them back? Am I doing something >>> wrong? >>> >>> Mark[/color] >> >> >> As each new restore point is created, the oldest is dumped according to >> how much space is allocated for restore points. You can't retrieve the >> deleted points.. >> >> -- >> Mike Hall - MVP >> How to construct a good post.. >> [url]http://dts-l.com/goodpost.htm[/url] >> How to use the Microsoft Product Support Newsgroups.. >> [url]http://support.microsoft.com/default.aspx?pr=newswhelp&style=toc[/url] >> Mike's Window - My Blog.. >> [url]http://msmvps.com/blogs/mikehall/default.aspx[/url] >> >> >> >>[/color] >[/color] |
| |||
| Re: System restore points gone When you are looking at your list of restore points, did you check the box that says "Show restore points older than 5 days"? "Mark S-123" <MarkS123@discussions.microsoft.com> wrote in message news:899CF198-84AF-4C94-8486-91653F3D6268@microsoft.com...[color=blue] >I purchaesd a new computer about 2 months ago, love it. When I add new > software I always create a restore point before I install. I also do a > nightly back up, using OneCare. > > Here is the problem, 2 days ago I had a problem with the CD burner while > burning using Windows Media Player. After the crash Vista would not see > CD's. > It sees the drive, DVD's are fine just CD's. It just spins the disk for > about > 15-20 minutes, then says wrong disk. > > I decided to do a restore, when I went into system restore there were only > 4 > restore points going back about 5 days! All my other restore points I > created > are gone. There were at least 10. > > What happened, is there a way to get them back? Am I doing something > wrong? > > Mark[/color] |
| |||
| Re: System restore points gone Open an Admin command prompt. To display the current space allocated (or copy and paste) “vssadmin list shadowstorage” (without the quotes) Press Enter. To reduce (or increase) the disk space allocated, type (or copy and paste) “vssadmin resize shadowstorage /on=c: /for=c: /maxsize=10GB.” (without the quotes) Press Enter. Example assumes changing the space on drive C to 10GB. Create a restore point immediately after resizing. "Ken Triebold" <xpres@gnu.com> wrote in message news:%23CmVyK5fIHA.2540@TK2MSFTNGP05.phx.gbl...[color=blue] > When you are looking at your list of restore points, did you check the box > that says "Show restore points older than 5 days"? > > > "Mark S-123" <MarkS123@discussions.microsoft.com> wrote in message > news:899CF198-84AF-4C94-8486-91653F3D6268@microsoft.com...[color=green] >>I purchaesd a new computer about 2 months ago, love it. When I add new >> software I always create a restore point before I install. I also do a >> nightly back up, using OneCare. >> >> Here is the problem, 2 days ago I had a problem with the CD burner while >> burning using Windows Media Player. After the crash Vista would not see >> CD's. >> It sees the drive, DVD's are fine just CD's. It just spins the disk for >> about >> 15-20 minutes, then says wrong disk. >> >> I decided to do a restore, when I went into system restore there were >> only 4 >> restore points going back about 5 days! All my other restore points I >> created >> are gone. There were at least 10. >> >> What happened, is there a way to get them back? Am I doing something >> wrong? >> >> Mark[/color] >[/color] |
| |||
| Re: System restore points gone That option disappears if there are no restore points that old left on the system. I've noticed the same thing happening, with System Restore deleting many or all restore points every so often. No real idea what triggers it. Can individual System Restore points take up varying amounts of space? Mine seems to be set to use 5.6GB or so total and with 5 restore points has consumed almost all of that. I used System Restore yesterday and was surprised to see it had been reduced to only 4 restore points. On the weekend there had been about a dozen, stretching beyond 5 days. The most recent one yesterday had been created that morning for an automatic Windows Defender update, the others were scheduled restore points for the previous days. Every point prior to Monday had been deleted. Since then, apart from an undo restore point created yesterday and one created when I re-installed the Windows update, SR has created one new scheduled restore point this morning and dropped the oldest restore point which was from Monday. "Ken Triebold" <xpres@gnu.com> wrote in message news:%23CmVyK5fIHA.2540@TK2MSFTNGP05.phx.gbl...[color=blue] > When you are looking at your list of restore points, did you check the box > that says "Show restore points older than 5 days"? > > > "Mark S-123" <MarkS123@discussions.microsoft.com> wrote in message > news:899CF198-84AF-4C94-8486-91653F3D6268@microsoft.com...[color=green] >>I purchaesd a new computer about 2 months ago, love it. When I add new >> software I always create a restore point before I install. I also do a >> nightly back up, using OneCare. >> >> Here is the problem, 2 days ago I had a problem with the CD burner while >> burning using Windows Media Player. After the crash Vista would not see >> CD's. >> It sees the drive, DVD's are fine just CD's. It just spins the disk for >> about >> 15-20 minutes, then says wrong disk. >> >> I decided to do a restore, when I went into system restore there were >> only 4 >> restore points going back about 5 days! All my other restore points I >> created >> are gone. There were at least 10. >> >> What happened, is there a way to get them back? Am I doing something >> wrong? >> >> Mark[/color] >[/color] |
| |||
| RE: System restore points gone Thank you all, for the help and quick response. Here is what it is set at: Microsoft Windows [Version 6.0.6000] Copyright (c) 2006 Microsoft Corporation. All rights reserved. C:\Windows\system32>vssadmin list shadowstorage vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool (C) Copyright 2001-2005 Microsoft Corp. Shadow Copy Storage association For volume: (C:)\\?\Volume{37163d97-a7e2-11dc-a38a-806e6f6e6963}\ Shadow Copy Storage volume: (C:)\\?\Volume{37163d97-a7e2-11dc-a38a-806e6f6e69 63}\ Used Shadow Copy Storage space: 15.845 GB Allocated Shadow Copy Storage space: 17.561 GB Maximum Shadow Copy Storage space: 43.274 GB C:\Windows\system32> --------------------------------------------------------------------------------------------------------------------- My C: drive is 300gb and I store most all data on other drives so I bumped up the size: C:\Windows\system32>vssadmin resize shadowstorage /on=c: /for=c: /maxsize=65GB vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool (C) Copyright 2001-2005 Microsoft Corp. Successfully resized the shadow copy storage association |
| |||
| Re: System restore points gone I think 65GB is overkill. Half of that would be more than enough. "Mark S-123" <MarkS123@discussions.microsoft.com> wrote in message news:40BCA629-CFF9-4551-8FEB-1A79487679B9@microsoft.com...[color=blue] > Thank you all, for the help and quick response. > > Here is what it is set at: > > Microsoft Windows [Version 6.0.6000] > Copyright (c) 2006 Microsoft Corporation. All rights reserved. > > C:\Windows\system32>vssadmin list shadowstorage > vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool > (C) Copyright 2001-2005 Microsoft Corp. > Shadow Copy Storage association > For volume: (C:)\\?\Volume{37163d97-a7e2-11dc-a38a-806e6f6e6963}\ > Shadow Copy Storage volume: > (C:)\\?\Volume{37163d97-a7e2-11dc-a38a-806e6f6e69 > 63}\ > Used Shadow Copy Storage space: 15.845 GB > Allocated Shadow Copy Storage space: 17.561 GB > Maximum Shadow Copy Storage space: 43.274 GB > C:\Windows\system32> > --------------------------------------------------------------------------------------------------------------------- > My C: drive is 300gb and I store most all data on other drives so I bumped > up the size: > > C:\Windows\system32>vssadmin resize shadowstorage /on=c: /for=c: > /maxsize=65GB > vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool > (C) Copyright 2001-2005 Microsoft Corp. > > Successfully resized the shadow copy storage association > > > > >[/color] |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: System Restore Deleting Restore Points Automatically.... | Bert Kinney | Windows Vista | 2 | 09-23-2007 05:30 PM |
| Re: System Restore Deleting Restore Points Automatically.... | Bert Kinney | Windows Vista | 0 | 09-19-2007 01:24 AM |
| Re: System Restore Deleting Restore Points Automatically.... | Bert Kinney | Windows Vista | 0 | 09-18-2007 11:43 PM |
| Re: System Restore Deleting Restore Points Automatically.... | Michael | Windows Vista | 0 | 09-18-2007 11:17 PM |
| system restore (automatic daily restore points) | alanbriggs | Windows Vista | 2 | 04-16-2007 05:30 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |