<?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: How to Add &#8220;Desktop Background File Location&#8221; Option to Desktop Right-Click Menu in Windows 7</title>
	<atom:link href="http://www.winhelponline.com/blog/desktop-background-file-location-right-click-menu-windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winhelponline.com/blog/desktop-background-file-location-right-click-menu-windows-7/</link>
	<description>Troubleshooting Windows 7/XP/Vista, Fixes &#38; Tweaks &#124; General Productivity Tips</description>
	<lastBuildDate>Wed, 08 Feb 2012 02:27:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chris D</title>
		<link>http://www.winhelponline.com/blog/desktop-background-file-location-right-click-menu-windows-7/comment-page-3/#comment-17817</link>
		<dc:creator>Chris D</dc:creator>
		<pubDate>Sun, 15 Jan 2012 20:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.winhelponline.com/blog/?p=992#comment-17817</guid>
		<description>FYI - if copying and pasting the code above, be careful because the blog&#039;s comment system converts quotation marks into &quot;smart quotes&quot;.  After pasting the code into a text editor, delete any quotation marks and manually retype them to make sure they are not smart quotes.</description>
		<content:encoded><![CDATA[<p>FYI &#8211; if copying and pasting the code above, be careful because the blog&#8217;s comment system converts quotation marks into &#8220;smart quotes&#8221;.  After pasting the code into a text editor, delete any quotation marks and manually retype them to make sure they are not smart quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris D</title>
		<link>http://www.winhelponline.com/blog/desktop-background-file-location-right-click-menu-windows-7/comment-page-3/#comment-17816</link>
		<dc:creator>Chris D</dc:creator>
		<pubDate>Sun, 15 Jan 2012 20:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.winhelponline.com/blog/?p=992#comment-17816</guid>
		<description>Thanks to the author, this is very helpful.

To make it work with file paths containing spaces, change the following line in WPTargetDir.vbs.  Original version:

WshShell.run &quot;explorer.exe&quot; &amp; &quot; /select,&quot; &amp; strCurWP

Fixed to support spaces:

WshShell.run &quot;explorer.exe&quot; &amp; &quot; /select,&quot; &amp; chr(34) &amp; strCurWP &amp; chr(34)

Also, if you don&#039;t want to have to hold Shift in order to see the item in the right-click menu, delete this line from add.reg before you import it into your registry:

&quot;Extended&quot;=&quot;&quot;</description>
		<content:encoded><![CDATA[<p>Thanks to the author, this is very helpful.</p>
<p>To make it work with file paths containing spaces, change the following line in WPTargetDir.vbs.  Original version:</p>
<p>WshShell.run &#8220;explorer.exe&#8221; &amp; &#8221; /select,&#8221; &amp; strCurWP</p>
<p>Fixed to support spaces:</p>
<p>WshShell.run &#8220;explorer.exe&#8221; &amp; &#8221; /select,&#8221; &amp; chr(34) &amp; strCurWP &amp; chr(34)</p>
<p>Also, if you don&#8217;t want to have to hold Shift in order to see the item in the right-click menu, delete this line from add.reg before you import it into your registry:</p>
<p>&#8220;Extended&#8221;=&#8221;"</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiffany McLeod</title>
		<link>http://www.winhelponline.com/blog/desktop-background-file-location-right-click-menu-windows-7/comment-page-2/#comment-17691</link>
		<dc:creator>Tiffany McLeod</dc:creator>
		<pubDate>Wed, 28 Dec 2011 03:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.winhelponline.com/blog/?p=992#comment-17691</guid>
		<description>This is exactly what I was looking for! Thanks so much. I used Autohotkey to assign a hotkey and now I just push a button to open the current desktop wallpaper. Perfect.</description>
		<content:encoded><![CDATA[<p>This is exactly what I was looking for! Thanks so much. I used Autohotkey to assign a hotkey and now I just push a button to open the current desktop wallpaper. Perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.winhelponline.com/blog/desktop-background-file-location-right-click-menu-windows-7/comment-page-2/#comment-17611</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 16 Dec 2011 13:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.winhelponline.com/blog/?p=992#comment-17611</guid>
		<description>As it&#039;s been pointed out, if there are any spaces in the file name or path to the file, this script will bring up the My Documents folder.

And I second the request for displaying the file name.  If the folder it&#039;s in has a lot of files, its hard to locate the file.</description>
		<content:encoded><![CDATA[<p>As it&#8217;s been pointed out, if there are any spaces in the file name or path to the file, this script will bring up the My Documents folder.</p>
<p>And I second the request for displaying the file name.  If the folder it&#8217;s in has a lot of files, its hard to locate the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor Wilkins</title>
		<link>http://www.winhelponline.com/blog/desktop-background-file-location-right-click-menu-windows-7/comment-page-2/#comment-17409</link>
		<dc:creator>Victor Wilkins</dc:creator>
		<pubDate>Mon, 28 Nov 2011 09:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.winhelponline.com/blog/?p=992#comment-17409</guid>
		<description>I&#039;m with Seth - please see if you can have the name of the file displayed in a corner.

This can be done with my screensaver - ssmypics.scr - and it would be a great improvement to the slide show if the name of the file was displayed in that too.</description>
		<content:encoded><![CDATA[<p>I&#8217;m with Seth &#8211; please see if you can have the name of the file displayed in a corner.</p>
<p>This can be done with my screensaver &#8211; ssmypics.scr &#8211; and it would be a great improvement to the slide show if the name of the file was displayed in that too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harold</title>
		<link>http://www.winhelponline.com/blog/desktop-background-file-location-right-click-menu-windows-7/comment-page-2/#comment-16895</link>
		<dc:creator>harold</dc:creator>
		<pubDate>Thu, 27 Oct 2011 10:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.winhelponline.com/blog/?p=992#comment-16895</guid>
		<description>this is excellent! thankyou!</description>
		<content:encoded><![CDATA[<p>this is excellent! thankyou!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.winhelponline.com/blog/desktop-background-file-location-right-click-menu-windows-7/comment-page-2/#comment-16552</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 12 Sep 2011 06:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.winhelponline.com/blog/?p=992#comment-16552</guid>
		<description>I frackin love this script. It is exactly what I have been wanting for ages.
It worked for me once, but since then it opens my user folder with My Documents highlighted, instead of going to &#039;.../my pictures/art&#039; like it did before I deleted the folder (see below)..... anyone have any ideas for a fix?


(I extracted to a folder in downloads, moved the .vbs to WINDOWS.
and added the add.reg. Then when I deleted the folder from downloads it stopped working .... so i ran the undo.reg, and tried to start again but looks like i borked it. :( )</description>
		<content:encoded><![CDATA[<p>I frackin love this script. It is exactly what I have been wanting for ages.<br />
It worked for me once, but since then it opens my user folder with My Documents highlighted, instead of going to &#8216;&#8230;/my pictures/art&#8217; like it did before I deleted the folder (see below)&#8230;.. anyone have any ideas for a fix?</p>
<p>(I extracted to a folder in downloads, moved the .vbs to WINDOWS.<br />
and added the add.reg. Then when I deleted the folder from downloads it stopped working &#8230;. so i ran the undo.reg, and tried to start again but looks like i borked it. :( )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garth</title>
		<link>http://www.winhelponline.com/blog/desktop-background-file-location-right-click-menu-windows-7/comment-page-2/#comment-16476</link>
		<dc:creator>Garth</dc:creator>
		<pubDate>Sun, 28 Aug 2011 15:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.winhelponline.com/blog/?p=992#comment-16476</guid>
		<description>Thanks - this is great. I have 11 years of digital photos set as a slide show so now I can delete the rubbish shots!</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; this is great. I have 11 years of digital photos set as a slide show so now I can delete the rubbish shots!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lex</title>
		<link>http://www.winhelponline.com/blog/desktop-background-file-location-right-click-menu-windows-7/comment-page-2/#comment-15369</link>
		<dc:creator>Lex</dc:creator>
		<pubDate>Sat, 26 Mar 2011 18:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.winhelponline.com/blog/?p=992#comment-15369</guid>
		<description>Wow, this is great.  I have huge collections of pictures that I like to use for backgrounds and as I add more I realize that some of the older pictures are no longer up to the same standards, but with a thousand pictures per directory finding and deleting them has always been a hassle.  This not only tells me the file name, but brings me straight to the file&#039;s location.  I hope Microsoft throws you some money and adds this as a new feature in a future update.  Thanks!!</description>
		<content:encoded><![CDATA[<p>Wow, this is great.  I have huge collections of pictures that I like to use for backgrounds and as I add more I realize that some of the older pictures are no longer up to the same standards, but with a thousand pictures per directory finding and deleting them has always been a hassle.  This not only tells me the file name, but brings me straight to the file&#8217;s location.  I hope Microsoft throws you some money and adds this as a new feature in a future update.  Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antony G</title>
		<link>http://www.winhelponline.com/blog/desktop-background-file-location-right-click-menu-windows-7/comment-page-2/#comment-15168</link>
		<dc:creator>antony G</dc:creator>
		<pubDate>Sat, 12 Mar 2011 16:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.winhelponline.com/blog/?p=992#comment-15168</guid>
		<description>This is brilliant - fantastic work...</description>
		<content:encoded><![CDATA[<p>This is brilliant &#8211; fantastic work&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

