<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nic&#039;s Blog &#187; restore</title>
	<atom:link href="http://nicbedford.co.uk/tag/restore/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicbedford.co.uk</link>
	<description>Where my thoughts on life, the universe and everything trickle onto the internet…</description>
	<lastBuildDate>Sat, 31 Dec 2011 23:59:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Explore system restore points</title>
		<link>http://nicbedford.co.uk/2008/09/29/explore-system-restore-points/</link>
		<comments>http://nicbedford.co.uk/2008/09/29/explore-system-restore-points/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 19:37:52 +0000</pubDate>
		<dc:creator>Nic</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[explore]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://nicbedford.co.uk/?p=177</guid>
		<description><![CDATA[I&#8217;ve done a little more work on my System Restore point explorer, and it now actually allows you to explore I&#8217;ve made use of the excellent AlphaVSS library which exposes the Windows Volume Shadow Copy Service (VSS) API&#8217;s as native .net objects. I&#8217;ve been having a few issues accessing these in Vista x64, but I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve done a little more work on my System Restore point explorer, and it now actually allows you to explore <img src='http://nicbedford.co.uk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve made use of the excellent <a href="http://www.alphaleonis.com/2008/08/alphavss-bringing-windows-shadow-copy-service-vss-to-net/">AlphaVSS</a> library which exposes the <a href="http://msdn.microsoft.com/en-us/library/bb968832(VS.85).aspx">Windows Volume Shadow Copy Service</a> (VSS) API&#8217;s as native .net objects. I&#8217;ve been having a few issues accessing these in Vista x64, but I have tested this in Vista x86 and it appears to be working ok. Again feedback is welcome via comments.</p>
<p><a href="http://nbedford.net78.net/wordpress/wp-content/uploads/2008/09/mount.png" rel="lightbox[177]"><img class="size-medium wp-image-182" title="Mount system restore points" src="http://nbedford.net78.net/wordpress/wp-content/uploads/2008/09/mount-300x238.png" alt="Mount system restore point" width="300" height="238" /></a></p>
<p><a title="SystemRestoreExplorer" href="http://nicbedford.co.uk/files/SystemRestoreExplorer.zip">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nicbedford.co.uk/2008/09/29/explore-system-restore-points/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Delete system restore points?</title>
		<link>http://nicbedford.co.uk/2008/08/28/system-restore-disk-space/</link>
		<comments>http://nicbedford.co.uk/2008/08/28/system-restore-disk-space/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 18:52:02 +0000</pubDate>
		<dc:creator>Nic</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://nicbedford.co.uk/?p=161</guid>
		<description><![CDATA[A couple of days ago my C: drive ran out of disk space and I was a little confused, because only a few days earlier I had around 30GB free, so I decided to do some digging and figure out where it had all gone&#8230; Anyway to my surprise it had been consumed by Vista&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago my C: drive ran out of disk space and I was a little confused, because only a few days earlier I had around 30GB free, so I decided to do some digging and figure out where it had all gone&#8230;</p>
<p>Anyway to my surprise it had been consumed by Vista&#8217;s System Restore feature, I had installed a couple of applications, decided they weren&#8217;t for me and un-installed them. Each of these actions had created a new system restore point. After figuring out how to get access to the &#8220;C:System Volume Information&#8221; folder (I don&#8217;t really recommend you do this) I saw that some of these system restore points were up to 3GB each in size, but I couldn&#8217;t find any way to delete them.</p>
<p>I googled a little and some people seemed to suggest that the Disk Cleanup Wizard would remove them, but it didn&#8217;t work for me, in fact the only way I reclaimed over 40GB of disk space was to disable (which does remove the data) and then re-enable system restore.</p>
<p>But what I really wanted was a way to delete individual restore points and I couldn&#8217;t find anything already out there, so I set about developing a solution myself.</p>
<p><a href="http://nbedford.net78.net/wordpress/wp-content/uploads/2008/08/systemrestoreexplorer.png" rel="lightbox[161]"><img class="alignleft size-medium wp-image-162" title="System Restore Explorer" src="http://nbedford.net78.net/wordpress/wp-content/uploads/2008/08/systemrestoreexplorer-300x239.png" alt="System Restore Explorer " width="300" height="239" /></a></p>
<p>The more I researched the more advanced I thougt I could make this tool, so currently it does what I first wanted, allows you to delete individual restore points. But I plan to add functionality that will allow you to mount a restore point and browse it&#8217;s contents (hence it&#8217;s name System Restore Explorer)</p>
<p>It&#8217;s not really ready for public consumption yet, but I am planning to upload a beta copy here tomorrow, and hopefully I can get some feedback</p>
<p><strong>Update</strong></p>
<p>Well, as promised here is a beta for people to play with, use this at your own risk, if it happens to trash your entire computer it&#8217;s not my fault! This program requires .net framework 3.5 and has been tested on Vista only.</p>
<p><a href="http://nicbedford.co.uk/files/SystemRestoreExplorer.zip">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nicbedford.co.uk/2008/08/28/system-restore-disk-space/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->

