<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CyberNotes: Shortcut to Show/Hide Hidden Files</title>
	<atom:link href="http://cybernetnews.com/cybernotes-shortcut-to-showhide-hidden-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://cybernetnews.com/cybernotes-shortcut-to-showhide-hidden-files/</link>
	<description>Technology News</description>
	<lastBuildDate>Sun, 22 Nov 2009 13:29:52 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: richie</title>
		<link>http://cybernetnews.com/cybernotes-shortcut-to-showhide-hidden-files/comment-page-1/#comment-150680</link>
		<dc:creator>richie</dc:creator>
		<pubDate>Sat, 21 Nov 2009 20:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/?p=13620#comment-150680</guid>
		<description>nice work!!!!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>nice work!!!!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://cybernetnews.com/cybernotes-shortcut-to-showhide-hidden-files/comment-page-1/#comment-149868</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sat, 10 Oct 2009 04:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/?p=13620#comment-149868</guid>
		<description>Works, but only on the system drive.  Anyway to get it to work across all drives?  64 bit Vista</description>
		<content:encoded><![CDATA[<p>Works, but only on the system drive.  Anyway to get it to work across all drives?  64 bit Vista</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://cybernetnews.com/cybernotes-shortcut-to-showhide-hidden-files/comment-page-1/#comment-149653</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 25 Sep 2009 04:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/?p=13620#comment-149653</guid>
		<description>FIX: it does work, but u need to refresh...</description>
		<content:encoded><![CDATA[<p>FIX: it does work, but u need to refresh&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://cybernetnews.com/cybernotes-shortcut-to-showhide-hidden-files/comment-page-1/#comment-149652</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 25 Sep 2009 04:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/?p=13620#comment-149652</guid>
		<description>It DOENST work properly in my vista, UAC IS turned off and I AM an ADMIN.</description>
		<content:encoded><![CDATA[<p>It DOENST work properly in my vista, UAC IS turned off and I AM an ADMIN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hide-Show Hidden files - ???????? ??????? PSD Groups</title>
		<link>http://cybernetnews.com/cybernotes-shortcut-to-showhide-hidden-files/comment-page-1/#comment-147424</link>
		<dc:creator>Hide-Show Hidden files - ???????? ??????? PSD Groups</dc:creator>
		<pubDate>Tue, 07 Apr 2009 06:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/?p=13620#comment-147424</guid>
		<description>[...] By : Ali Al-Dubaib from cybernetnews [...]</description>
		<content:encoded><![CDATA[<p>[...] By : Ali Al-Dubaib from cybernetnews [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John J D</title>
		<link>http://cybernetnews.com/cybernotes-shortcut-to-showhide-hidden-files/comment-page-1/#comment-146715</link>
		<dc:creator>John J D</dc:creator>
		<pubDate>Mon, 02 Feb 2009 01:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/?p=13620#comment-146715</guid>
		<description>Instead of displaying message of state, I replace with refresh so you don&#039;t have to. Here&#039;s the modified script:
Set WshShell = CreateObject(&quot;WScript.Shell&quot;)
theKey = &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden&quot;
setHidden = WshShell.RegRead(theKey)
If setHidden = 1 Then
setHidden = 0
WshShell.SendKeys &quot;{F5}&quot;
Else
setHidden = 1
WshShell.SendKeys &quot;{F5}&quot;
End If
WshShell.RegWrite theKey,setHidden,&quot;REG_DWORD&quot;
Set WshShell = Nothing</description>
		<content:encoded><![CDATA[<p>Instead of displaying message of state, I replace with refresh so you don&#8217;t have to. Here&#8217;s the modified script:<br />
Set WshShell = CreateObject(&#8221;WScript.Shell&#8221;)<br />
theKey = &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden&#8221;<br />
setHidden = WshShell.RegRead(theKey)<br />
If setHidden = 1 Then<br />
setHidden = 0<br />
WshShell.SendKeys &#8220;{F5}&#8221;<br />
Else<br />
setHidden = 1<br />
WshShell.SendKeys &#8220;{F5}&#8221;<br />
End If<br />
WshShell.RegWrite theKey,setHidden,&#8221;REG_DWORD&#8221;<br />
Set WshShell = Nothing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://cybernetnews.com/cybernotes-shortcut-to-showhide-hidden-files/comment-page-1/#comment-146572</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 23 Jan 2009 09:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/?p=13620#comment-146572</guid>
		<description>&lt;div class=&quot;commentquote&quot;&gt;&lt;a href=&quot;#comment-141321&quot; rel=&quot;nofollow&quot;&gt;Ryan wrote:&lt;/a&gt;&lt;blockquote&gt;&lt;div class=&quot;commentquote&quot;&gt;&lt;a href=&quot;#comment-141283&quot; rel=&quot;nofollow&quot;&gt;Anonymous wrote:&lt;/a&gt;&lt;blockquote&gt;I’m running Windows Vista as a limited user (not admin), with UAC turned on, and this worked a treat - it doesn’t even ask for the admin password, or confirmation that i want to allow it to run.&lt;/blockquote&gt;&lt;/div&gt;That’s odd, it’s not supposed to execute registry modifications without a UAC prompt?&lt;/blockquote&gt;&lt;/div&gt;
Why should it? HKCU or HKEY_CURRENT_USER is writable for the user. You do not need Admin privileges to modify this setting via the UI either.</description>
		<content:encoded><![CDATA[<div class="commentquote"><a href="#comment-141321" rel="nofollow">Ryan wrote:</a><br />
<blockquote>
<div class="commentquote"><a href="#comment-141283" rel="nofollow">Anonymous wrote:</a><br />
<blockquote>I’m running Windows Vista as a limited user (not admin), with UAC turned on, and this worked a treat &#8211; it doesn’t even ask for the admin password, or confirmation that i want to allow it to run.</p></blockquote>
</div>
<p>That’s odd, it’s not supposed to execute registry modifications without a UAC prompt?</p></blockquote>
</div>
<p>Why should it? HKCU or HKEY_CURRENT_USER is writable for the user. You do not need Admin privileges to modify this setting via the UI either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W</title>
		<link>http://cybernetnews.com/cybernotes-shortcut-to-showhide-hidden-files/comment-page-1/#comment-145858</link>
		<dc:creator>W</dc:creator>
		<pubDate>Sun, 14 Dec 2008 13:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/?p=13620#comment-145858</guid>
		<description>Thanks for this great script! :D
@Naveed: you could try a launcher like Launchy or Executor. :)</description>
		<content:encoded><![CDATA[<p>Thanks for this great script! <img src='http://cybernetnews.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
@Naveed: you could try a launcher like Launchy or Executor. <img src='http://cybernetnews.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveed</title>
		<link>http://cybernetnews.com/cybernotes-shortcut-to-showhide-hidden-files/comment-page-1/#comment-143615</link>
		<dc:creator>Naveed</dc:creator>
		<pubDate>Fri, 26 Sep 2008 16:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/?p=13620#comment-143615</guid>
		<description>Now how about telling us how to make a keyboard shortcut to this file.  :P</description>
		<content:encoded><![CDATA[<p>Now how about telling us how to make a keyboard shortcut to this file.  <img src='http://cybernetnews.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://cybernetnews.com/cybernotes-shortcut-to-showhide-hidden-files/comment-page-1/#comment-143367</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 17 Sep 2008 03:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://cybernetnews.com/?p=13620#comment-143367</guid>
		<description>pure genius!!! thanx!!!</description>
		<content:encoded><![CDATA[<p>pure genius!!! thanx!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
