<?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>Geekphreeks Geek Shack</title>
	<atom:link href="http://geekphreek.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://geekphreek.com</link>
	<description>Geeking it up, phreeky styley</description>
	<lastBuildDate>Fri, 27 Aug 2010 04:55:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Testing testing 123</title>
		<link>http://geekphreek.com/?p=102</link>
		<comments>http://geekphreek.com/?p=102#comments</comments>
		<pubDate>Sun, 01 Aug 2010 21:28:38 +0000</pubDate>
		<dc:creator>geekphreek</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://geekphreek.com/?p=102</guid>
		<description><![CDATA[So in the past 2 days I&#8217;ve had Mint Linux 9, Gentoo, Debian Lenny, Sabayon, Arch Linux, Fedora and OpenSuse on my ageing PC.  By ageing I mean 960mb ram with Athlon 3200+ chip which isn&#8217;t quite a 64bit. It&#8217;s safe to say, don&#8217;t bother with anything source code build related on pre-dual-core PCs.  That [...]]]></description>
			<content:encoded><![CDATA[<p>So in the past 2 days I&#8217;ve had Mint Linux 9, Gentoo, Debian Lenny, Sabayon, Arch Linux, Fedora and OpenSuse on my ageing PC.  By ageing I mean 960mb ram with Athlon 3200+ chip which isn&#8217;t quite a 64bit.</p>
<p>It&#8217;s safe to say, don&#8217;t bother with anything source code build related on pre-dual-core PCs.  That write off Gentoo and Sabayon.  Arch Linux is just painful, the Pacman system and even the installer just suck.  I&#8217;m not a newbie by any stretch, but Jesus, put in some effort guys.  Mint 9 is ace, comes with everything from Flash through to MP3 codec wise, the way it should be, but it&#8217;s dog slow.</p>
<p>I thought I&#8217;d go back to the base, Debian.  Ah yes, I do love Debian, but then I realised that stability came with seriously out of date packages and I do like to be a bit slitting of the wrists on the app front.  Fedora, er, no.  Simple.</p>
<p>That leaves me on OpenSuse.  I tried a net install and on 2mb broadband (I&#8217;ve been kicked back from 10mb at the moment for abuse) it&#8217;s slow as arse to install at 2hrs.  But, it looks good, it&#8217;s stable and you can customise heavily.  I&#8217;ll post back how I get on.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekphreek.com/?feed=rss2&amp;p=102</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Squid Proxy SSL HTTPS non standard ports</title>
		<link>http://geekphreek.com/?p=99</link>
		<comments>http://geekphreek.com/?p=99#comments</comments>
		<pubDate>Fri, 07 May 2010 14:17:53 +0000</pubDate>
		<dc:creator>geekphreek</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[non]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[standard]]></category>

		<guid isPermaLink="false">http://geekphreek.com/?p=99</guid>
		<description><![CDATA[It&#8217;s amazing at how elusive some of the simplest things can be. For a few days I&#8217;ve struggled to work out why I can&#8217;t proxy to non-standard SSL/HTTPS ports using Squid. Well it turns out that I either didn&#8217;t look close enough at the config file, or there&#8217;s a serious lack of documentation on this [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s amazing at how elusive some of the simplest things can be.  For a few days I&#8217;ve struggled to work out why I can&#8217;t proxy to non-standard SSL/HTTPS ports using Squid.</p>
<p>Well it turns out that I either didn&#8217;t look close enough at the config file, or there&#8217;s a serious lack of documentation on this matter.  Maybe a little of both (and I tried the IRC channel for #squid on Freenode, idlers galore!).</p>
<p>Well, it&#8217;s this simple:  I want to connect to a new HTTPS server which I have set the port to as 4444 for Exchange OWA.  Squid will give you a configuration error or a not allowed message when you try to proxy to any port other than 443 which is the standard allowed SSL.</p>
<p>To fix this, add your port to the line in the config file:</p>
<p style="padding-left: 30px;">acl SSL_ports port 443</p>
<p>so it becomes</p>
<p style="padding-left: 30px;">acl SSL_ports port 443 4444</p>
<p>/etc/init.d/squid3 reload</p>
<p>That&#8217;s it, job done.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekphreek.com/?feed=rss2&amp;p=99</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 OWA on non standard port</title>
		<link>http://geekphreek.com/?p=98</link>
		<comments>http://geekphreek.com/?p=98#comments</comments>
		<pubDate>Thu, 06 May 2010 11:30:09 +0000</pubDate>
		<dc:creator>geekphreek</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[HELL]]></category>
		<category><![CDATA[OWA]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://geekphreek.com/?p=98</guid>
		<description><![CDATA[I don&#8217;t know about you, but I&#8217;m planning on removing my old Exchange and I can&#8217;t be bothered to flap about backend and front-end, redirects and all that crap. As I move my users from 2003 to 2007 I want a nice easy transition. Outlook does this fine and copes, but obviously OWA changes. Rather [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know about you, but I&#8217;m planning on removing my old Exchange and I can&#8217;t be bothered to flap about backend and front-end, redirects and all that crap.  As I move my users from 2003 to 2007 I want a nice easy transition.  Outlook does this fine and copes, but obviously OWA changes.</p>
<p>Rather than worry about certificates, I decided just to open up another port for external and push that through to the new Exchange server.  To do this, do the following:</p>
<p>1)  On your Router, go to NAT and set port forwarding to be external port 4444 to go to your Exchange servers IP and port 443.</p>
<p>2)  On your MSExchange server, open IIS Admin, right click &#8220;Default Web Site&#8221;, properties.  Set the HTTPS port to 4444.  Apply, OK.  Fire up a CMD window and type &#8220;iisreset /restart /noforce&#8221;.</p>
<p>3)  Open Exchange Management Console, Server Configuration, Client Access, choose the server in the top pane and then open the properties of OWA in the bottom pane.  Set the External URL to https://your_ip:4444/owa</p>
<p>Click Apply, OK.</p>
<p>That&#8217;s it, you should now be able to navigate to your external IP/owa on port 4444 and open mailboxes on that exchange box without a hitch.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekphreek.com/?feed=rss2&amp;p=98</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 always logs in with temporary profile</title>
		<link>http://geekphreek.com/?p=96</link>
		<comments>http://geekphreek.com/?p=96#comments</comments>
		<pubDate>Wed, 07 Apr 2010 14:56:11 +0000</pubDate>
		<dc:creator>geekphreek</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[active]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[roaming]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://geekphreek.com/?p=96</guid>
		<description><![CDATA[Oh yes, Microsoft gets better with time. This time it&#8217;s the illusive Windows Roaming profiles compatibility issue. If you&#8217;re running a Windows 2000/2003 domain you&#8217;ll certainly run in to this one. Windows 7 requires an extra profile location created with .v2 splattered on the end of it. For example, John Doe signs up to your [...]]]></description>
			<content:encoded><![CDATA[<p>Oh yes, Microsoft gets better with time.  This time it&#8217;s the illusive Windows Roaming profiles compatibility issue.  If you&#8217;re running a Windows 2000/2003 domain you&#8217;ll certainly run in to this one.</p>
<p>Windows 7 requires an extra profile location created with .v2 splattered on the end of it.  For example, John Doe signs up to your company, you create his user and push his profile to:</p>
<p>\\myserver\profiles\john.doe</p>
<p>You set that location in your AD under the profile tab too.  You log him in to XP, it&#8217;s all cool.  He logs in to the Windows 7 pro box and Windows goes &#8220;Windows has logged you in with a temporary profile as I&#8217;m lame and don&#8217;t have a clue.&#8221;  You check the event log, you get some random crap about it not having rights.  Here&#8217;s the fix, create:</p>
<p>\\myserver\profiles\john.doe<br />
\\myserver\profiles\john.doe.v2</p>
<p>Give John access rights to both directories and don&#8217;t forget to allow System and Administrators those rights too.  Now when you log in, Windows 7 will say &#8220;Happy days&#8221;.</p>
<p>Tada.</p>
<span class="sfforumlink"><a href="http://geekphreek.com/?page_id=9/chit-chat/windows-7-always-logs-in-with-temporary-profile/"><p><img src="http://geekphreek.com/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</p>
</a></span>]]></content:encoded>
			<wfw:commentRss>http://geekphreek.com/?feed=rss2&amp;p=96</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working Windows 7 Sysprep</title>
		<link>http://geekphreek.com/?p=87</link>
		<comments>http://geekphreek.com/?p=87#comments</comments>
		<pubDate>Thu, 01 Apr 2010 10:33:12 +0000</pubDate>
		<dc:creator>geekphreek</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[auto]]></category>
		<category><![CDATA[pe3]]></category>
		<category><![CDATA[sysprep]]></category>
		<category><![CDATA[waik]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://geekphreek.com/?p=87</guid>
		<description><![CDATA[I don&#8217;t know about you but I&#8217;m finding more and more that Microsoft only want the good paying folks of the world to have access to their maniacal documentation and phone support, while writing some of the worst coding known to man. I&#8217;m not referring to Windows for a change, this time I&#8217;m aiming a [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know about you but I&#8217;m finding more and more that Microsoft only want the good paying folks of the world to have access to their maniacal documentation and phone support, while writing some of the worst coding known to man.</p>
<p>I&#8217;m not referring to Windows for a change, this time I&#8217;m aiming a swipe at Windows 7 Sysprep and the Hell it&#8217;s put me through to get it to work correctly.  I have total respect for this blog:  <a href="http://blog.brianleejackson.com">http://blog.brianleejackson.com</a></p>
<p>Brian wrote a complete how to for the common man with input from other frustrated IT people.  When I stumbled upon this blog I was all ready knee deep in MS documentation regarding Windows PE3 and the Sysprep process.  Unlike the MS wording, his is straight cut and doesn&#8217;t give you all the crap you don&#8217;t need.  I worked through his <a href="http://blog.brianleejackson.com/sysprep-a-windows-7-machine-%E2%80%93-start-to-finish-v2">Sysprep guide (v2)</a> and found that it did what it said on the tin.  It&#8217;s been a great starting point&#8230;</p>
<p>Now, I needed to do some additional work to the image where Brian hasn&#8217;t.  At the end of his tutorial you have a working Windows 7 image that will roll to most hardware, this is great stuff; but I need to join a domain and depending on the location of the PC I need it to go in to different OUs.  Inside of the sysprep.xml file I have added all the information required to make it join, but will it?  Will it Hell.  You gotta love MS, the WAIK DVD you download and install is painful.  I don&#8217;t mind it too much as it&#8217;s all command line based which suits me down to the ground, but when features they write it just plain don&#8217;t work you tend to turn grey and start pulling chunks of your hair out.</p>
<p>So, I&#8217;ve attached 3 files to this post, my sysprep.xml file with a few bits I&#8217;ve removed such as activation keycode and name of my company, you&#8217;ll need to add those yourself; my joindomain.vbs script which will join the PC to the domain as the final task of the build process and my SetupComplete.cmd file.  Please edit the sysprep.xml in WAIK and set your settings as required.</p>
<p><a href='http://geekphreek.com/?attachment_id=88' rel='attachment wp-att-88'>WAIK Files as Required</a></p>
<span class="sfforumlink"><a href="http://geekphreek.com/?page_id=9/chit-chat/working-windows-7-sysprep/"><p><img src="http://geekphreek.com/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</p>
</a></span>]]></content:encoded>
			<wfw:commentRss>http://geekphreek.com/?feed=rss2&amp;p=87</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Access your local USB devices in remote Terminal Server se</title>
		<link>http://geekphreek.com/?p=86</link>
		<comments>http://geekphreek.com/?p=86#comments</comments>
		<pubDate>Mon, 15 Mar 2010 03:22:21 +0000</pubDate>
		<dc:creator>WKD</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://geekphreek.com/?p=86</guid>
		<description><![CDATA[Brothersoft Editor: WakeOnLan discovers all other computers in your LAN, and enables you to wake them up by clicking a button. If your remote computer is a Mac you can put it asleep too. you can free download WakeOnLan 0.99 now. http://freesofty.com/review.asp?p=Free_ &#8230; iiii_81957]]></description>
			<content:encoded><![CDATA[<p>Brothersoft Editor: WakeOnLan discovers all other computers in your LAN, and enables you to wake them up by clicking a button. If your remote computer is a Mac you can put it asleep too. you can free download WakeOnLan 0.99 now.</p>
<p>http://freesofty.com/review.asp?p=Free_ &#8230; iiii_81957</p>
]]></content:encoded>
			<wfw:commentRss>http://geekphreek.com/?feed=rss2&amp;p=86</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Mail missing from the default programs listing</title>
		<link>http://geekphreek.com/?p=84</link>
		<comments>http://geekphreek.com/?p=84#comments</comments>
		<pubDate>Thu, 11 Mar 2010 01:31:19 +0000</pubDate>
		<dc:creator>WKD</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://geekphreek.com/?p=84</guid>
		<description><![CDATA[Found this problem afta a vista reinstal windows mail had vanished, the link was in my programs menu but the link led to nowhere. found this simple fix. When you open Default Programs applet, and click Set your default programs link, Windows Mail may be missing from the list of programs. To reinstate Windows Mail [...]]]></description>
			<content:encoded><![CDATA[<p>Found this problem afta a vista reinstal windows mail had vanished, the link was in my programs menu but the link led to nowhere. found this simple fix.</p>
<p>When you open Default Programs applet, and click Set your default programs link, Windows Mail may be missing from the list of programs.</p>
<p><a href="http://www.winhelponline.com/content_images/clientslist.jpg"><img alt="" src="http://www.winhelponline.com/content_images/clientslist.jpg" title="clients list" class="alignnone" width="184" height="261" /></a></p>
<p>To reinstate Windows Mail entry to the default programs listing, follow these steps:</p>
<p>    * Download mailclients.reg from the Attachments section below, and save to Desktop<br />
    * Right-click mailclients.reg and choose Merge<br />
    * If you are prompted for an administrator password or confirmation, type the password or provide confirmation<br />
    * Click Yes to continue.</p>
<p>http://www.winhelponline.com/downloadattachment.php?aId=15d07b24bfb57425f1e72018886ed035&#038;articleId=220</p>
<p>problem sorted</p>
]]></content:encoded>
			<wfw:commentRss>http://geekphreek.com/?feed=rss2&amp;p=84</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Exchange 2007 ISAPI error</title>
		<link>http://geekphreek.com/?p=81</link>
		<comments>http://geekphreek.com/?p=81#comments</comments>
		<pubDate>Wed, 10 Mar 2010 09:24:32 +0000</pubDate>
		<dc:creator>geekphreek</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[32bit]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[ISAPI]]></category>
		<category><![CDATA[OWA]]></category>

		<guid isPermaLink="false">http://geekphreek.com/?p=81</guid>
		<description><![CDATA[We all love a bit of complaining about Microsoft and then they went out and made sure we&#8217;d bitch, by allowing 32bit and 64bit .NET apps with a plugin to IIS, and then not allow them to run concurrently. The trap I&#8217;ve fallen in to is that I am suffering with the amazing Service Unavailable [...]]]></description>
			<content:encoded><![CDATA[<p>We all love a bit of complaining about Microsoft and then they went out and made sure we&#8217;d bitch, by allowing 32bit and 64bit .NET apps with a plugin to IIS, and then not allow them to run concurrently.</p>
<p>The trap I&#8217;ve fallen in to is that I am suffering with the amazing Service Unavailable screen on my OWA.  The event log is screaming at me with W3SVC-WP errors:</p>
<p>ISAPI Filter &#8216;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\\aspnet_filter.dll&#8217; could not be loaded due to a configuration problem. The current configuration only supports loading images built for a AMD64 processor architecture. The data field contains the error number. To learn more about this issue, including how to troubleshooting this kind of processor architecture mismatch error, see http://go.microsoft.com/fwlink/?LinkId=29349.</p>
<p>For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.</p>
<p>&#8212;&#8211;</p>
<p>Okay, so we know this sucks.  Finding the info to fix can be a little tricky so here, fire up a cmd shell and run these 2 lines:</p>
<p><code>cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0</code></p>
<p><code>%SYSTEMROOT%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i </code></p>
<p>The first line allows 64bit only, the second reinstalls asp .NET.</p>
<p>Go take a look at your OWA or Exchange web services and they should be back to normal.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekphreek.com/?feed=rss2&amp;p=81</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ReadyBoost</title>
		<link>http://geekphreek.com/?p=80</link>
		<comments>http://geekphreek.com/?p=80#comments</comments>
		<pubDate>Fri, 05 Mar 2010 22:41:58 +0000</pubDate>
		<dc:creator>WKD</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[readyboost]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://geekphreek.com/?p=80</guid>
		<description><![CDATA[ReadyBoost ReadyBoost has been called a &#8220;gimmick&#8221; by many because they misunderstand what it&#8217;s supposed to do (see links below). For systems with less than 3GB of RAM, I&#8217;ll tell you here and now you can increase the responsiveness of Vista by taking advantage of it. ReadyBoost is not: - a replacement for an adequate [...]]]></description>
			<content:encoded><![CDATA[<p>ReadyBoost</p>
<p>ReadyBoost has been called a &#8220;gimmick&#8221; by many because they misunderstand what it&#8217;s supposed to do (see links below). For systems with less than 3GB of RAM, I&#8217;ll tell you here and now you can increase the responsiveness of Vista by taking advantage of it.</p>
<p>ReadyBoost is not:</p>
<p>- a replacement for an adequate amount of system memory</p>
<p>- a replacement for the page file (it works in tandem with it)</p>
<p>How Do You Use It?</p>
<p>Open up Computer > right-click on the drive that you want to use and choose Properties > click the ReadyBoost tab > click Use this device > optionally choose how much of the device to use.</p>
<p>tip &#8211; Use a USB port in the back of your computer. Yep, I broke a drive sticking out of the front when I bumped into it (dooh!)</p>
<p>ReadyBoost Spec&#8217;s &#038; FAQ</p>
<p>Type of drive &#8211; USB 2.0 flash drive (often called a thumb drive) or SD card. See: Grant Gibson&#8217;s ReadyBoost Compatibility List &#8211;  http://www.grantgibson.co.uk/misc/readyboost/</p>
<p>Space needed &#8211; min. 256 MB, max 4 GB (because ReadyBoost can compact this data this can yield up to 512 MB and 8 GB respectively)</p>
<p>recommended, ratio 1:1 to 2.5:1 (2 GB RAM would be 2 GB &#8211; 4 GB of flash drive)</p>
<p>How many drives can I use? &#8211; One (man, I would love to see someone come up with a way to RAID a couple of drives for this!)</p>
<p>Security risk? &#8211; No, the data is encrypted.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekphreek.com/?feed=rss2&amp;p=80</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restore Point Creation Disabled by Group Policy</title>
		<link>http://geekphreek.com/?p=79</link>
		<comments>http://geekphreek.com/?p=79#comments</comments>
		<pubDate>Thu, 04 Mar 2010 20:23:16 +0000</pubDate>
		<dc:creator>WKD</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[system restore]]></category>

		<guid isPermaLink="false">http://geekphreek.com/?p=79</guid>
		<description><![CDATA[As a result, you’re unable to create System Restore Points or configure System Restore. Resolution This happens if the Turn off Configuration Policy is enabled in your system, either using Group Policy or through registry edit. For standalone Windows Vista systems, use these steps: Using the Group Policy Editor If your edition of Windows Vista [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://www.winhelponline.com/content_images/srpolicy.jpg" title="srpolicy" class="alignnone" width="372" height="219" /></p>
<p>As a result, you’re unable to create System Restore Points or configure System Restore.<br />
Resolution</p>
<p>This happens if the Turn off Configuration Policy is enabled in your system, either using Group Policy or through registry edit. For standalone Windows Vista systems, use these steps:</p>
<p>Using the Group Policy Editor</p>
<p>If your edition of Windows Vista includes the Group Policy Editor snap-in (gpedit.msc), follow these steps:</p>
<p>1. Click Start, type gpedit.msc and press ENTER</p>
<p>2. Go to the following branch:<br />
Computer Configuration | Administrative Templates | System | System Restore</p>
<p>3. Double-click Turn off Configuration and set it to Not configured.</p>
<p>Note: If the above setting is already set to Not configured, set it to Enabled and click Apply. Then revert back the setting to Not configured, and click Apply, OK.</p>
<p>4. Exit the Group Policy Editor.</p>
<p>Using the Registry Editor</p>
<p>1. Click Start, type regedit.exe and press ENTER</p>
<p>2. Navigate to the following key:<br />
HKEY_LOCAL_MACHINE \ Software \ Policies \ Microsoft \ Windows NT \ SystemRestore</p>
<p>3. In the right-pane, delete the value named DisableConfig</p>
<p>4. Exit the Registry Editor.</p>
<p>Registry Fix</p>
<p>To automate the above setting, download srpol-clear.reg and save to Desktop. Right-click on the file and choose Merge.<br />
More Information</p>
<p>If you set the Turn of configuration option to Enabled, the option to configure System Restore on the Configuration Interface disappears. If the Turn off Configuration setting is disabled, the configuration interface is still visible, but all System Restore configuration defaults are enforced, and the Create button is grayed out. If you set it to Not configured, the configuration interface for System Restore remains, and the user has the ability to configure System Restore.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekphreek.com/?feed=rss2&amp;p=79</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
