<?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>gHacks technology news &#187; windows shell extension</title>
	<atom:link href="http://www.ghacks.net/tag/windows-shell-extension/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Application Mover</title>
		<link>http://www.ghacks.net/2009/03/15/application-mover/</link>
		<comments>http://www.ghacks.net/2009/03/15/application-mover/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 10:45:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[application mover]]></category>
		<category><![CDATA[junctions]]></category>
		<category><![CDATA[move applications]]></category>
		<category><![CDATA[software mover]]></category>
		<category><![CDATA[symbolic links]]></category>
		<category><![CDATA[windows shell extension]]></category>
		<category><![CDATA[windows software]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=11234</guid>
		<description><![CDATA[The hard drive where you install the majority of software programs is filled to the brim and it becomes clear that the need will arise to move some of the installed applications to another hard drive or storage device to make room for additional installs. Some software programs do not take it lightly if you [...]]]></description>
			<content:encoded><![CDATA[<p>The hard drive where you install the majority of software programs is filled to the brim and it becomes clear that the need will arise to move some of the installed applications to another hard drive or storage device to make room for additional installs. Some software programs do not take it lightly if you move them in Windows Explorer. They will stop working as the information in the Windows Registry and their new location do not match up. </p>
<p>Could be fatal for commercial software that has been bought as it will stop working altogether or revert back to a trial version that is most likely expired. You could uninstall and reinstall the software program. Could be trouble for users who do not have the serial number at hand anymore if the software is commercial. Could also be problematic because of custom settings that will most likely be gone unless they are stored globally.</p>
<p>A quick search on the Internet revealed no free software programs that aid the user in the process. The most popular commercial software program seems to be Application Mover by <a href="http://www.funduc.com/app_mover.htm">Funduc</a> which costs $15 for a single user license. We like free here at Ghacks which is why the following way to move applications from one location to another should work as well for you.</p>
<p><span id="more-11234"></span>Symbolic links come to the rescue. They can be used to point from the original folder to a new folder. Windows will recognize this as one folder in the original location although the files are located on another drive. To move c:\program1 to d:\program1 one would move the contents of c:\program1 to the d drive and create a symbolic link in c:\program1 pointing to the new location.</p>
<p>The process would therefor involve the following steps:</p>
<ul>
<li>Move (or copy) the files on c:\program1 to d:\program1</li>
<li>Create a symbolic link from c:\program1 to d:\program1</li>
</ul>
<p>There are several programs that can be used to create symbolic links, for example <a href="http://technet.microsoft.com/en-us/sysinternals/bb896768.aspx">Junction</a> by Sysinternals or <a href="http://www.bitsum.com/shjunc.asp">SHJunction</a> by Bitsum. The first program is command line driven while the second comes with a graphical user interface.</p>
<p>There is also a <a href="http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/">Windows Shell Extension</a> for those who prefer to create the symbolic links in Windows Explorer.</p>

	Tags: <a href="http://www.ghacks.net/tag/application-mover/" title="application mover" rel="tag">application mover</a>, <a href="http://www.ghacks.net/tag/junctions/" title="junctions" rel="tag">junctions</a>, <a href="http://www.ghacks.net/tag/move-applications/" title="move applications" rel="tag">move applications</a>, <a href="http://www.ghacks.net/tag/software-mover/" title="software mover" rel="tag">software mover</a>, <a href="http://www.ghacks.net/tag/symbolic-links/" title="symbolic links" rel="tag">symbolic links</a>, <a href="http://www.ghacks.net/tag/windows-shell-extension/" title="windows shell extension" rel="tag">windows shell extension</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/" title="NTFS Link Windows Shell Extension (February 2, 2009)">NTFS Link Windows Shell Extension</a> (11)</li>
	<li><a href="http://www.ghacks.net/2008/10/25/link-shell-extension/" title="Link Shell Extension (October 25, 2008)">Link Shell Extension</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/12/12/use-favorites-to-access-folders-faster-2/" title="Use Favorites to access Folders faster (December 12, 2007)">Use Favorites to access Folders faster</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/05/30/turn-off-computer-hardware-with-a-single-click/" title="Turn Off Computer Hardware With A Single Click (May 30, 2009)">Turn Off Computer Hardware With A Single Click</a> (6)</li>
	<li><a href="http://www.ghacks.net/2007/11/20/time-for-some-pc-winter-cleaning/" title="Time for some PC Winter Cleaning (November 20, 2007)">Time for some PC Winter Cleaning</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/15/application-mover/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>NTFS Link Windows Shell Extension</title>
		<link>http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/</link>
		<comments>http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 14:10:20 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[hard links]]></category>
		<category><![CDATA[junctions]]></category>
		<category><![CDATA[multi-lingual]]></category>
		<category><![CDATA[ntfs link]]></category>
		<category><![CDATA[shell extension]]></category>
		<category><![CDATA[symbolic]]></category>
		<category><![CDATA[symbolic links]]></category>
		<category><![CDATA[windows shell extension]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10289</guid>
		<description><![CDATA[NTFS Link is a Windows Shell Extension that provides the functionality to create hard links and junctions on hard drives formatted with the NTFS file system. Hard Links basically make it possible to access one file using multiple paths on the same volume while junctions provides the same functionality for directories with the addition that [...]]]></description>
			<content:encoded><![CDATA[<p>NTFS Link is a Windows Shell Extension that provides the functionality to create hard links and junctions on hard drives formatted with the NTFS file system. Hard Links basically make it possible to access one file using multiple paths on the same volume while junctions provides the same functionality for directories with the addition that it can link directories on different local volumes of a computer.</p>
<p>A practical example would be to store files and directories in a different location than they have to reside in. This could be the <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> profile directory, a Skype directory or the Windows Documents and settings folder. You basically tell Windows to look into the original folder but also in the linked folder for files.</p>
<p><a href="http://elsdoerfer.name/=ntfslink">NTFS Link</a> offers three ways of creating hard links and junctions. The first and probably easiest way is by dragging and dropping a file or folder with the right mouse button to another location. The others are by making use of the New parameter in the right-click menu in Windows Explorer while the last works by right-clicking on an empty folder only.</p>
<p><span id="more-10289"></span><a href="http://www.ghacks.net/wp-content/uploads/2009/02/ntfs_links.jpg"><img src="http://www.ghacks.net/wp-content/uploads/2009/02/ntfs_links.jpg" alt="ntfs links" title="ntfs links" width="175" height="167" class="alignnone size-full wp-image-10290" /></a></p>
<p>The drag and drop function proves to be really useful and an uncomplicated way of creating hard links and junctions. It should however be noted that NTFS Links works best when run in pre-Vista operating systems as Windows Vista comes with its own possibilities to create symbolic links.</p>

	Tags: <a href="http://www.ghacks.net/tag/hard-links/" title="hard links" rel="tag">hard links</a>, <a href="http://www.ghacks.net/tag/junctions/" title="junctions" rel="tag">junctions</a>, <a href="http://www.ghacks.net/tag/multi-lingual/" title="multi-lingual" rel="tag">multi-lingual</a>, <a href="http://www.ghacks.net/tag/ntfs-link/" title="ntfs link" rel="tag">ntfs link</a>, <a href="http://www.ghacks.net/tag/shell-extension/" title="shell extension" rel="tag">shell extension</a>, <a href="http://www.ghacks.net/tag/symbolic/" title="symbolic" rel="tag">symbolic</a>, <a href="http://www.ghacks.net/tag/symbolic-links/" title="symbolic links" rel="tag">symbolic links</a>, <a href="http://www.ghacks.net/tag/windows-shell-extension/" title="windows shell extension" rel="tag">windows shell extension</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/10/25/link-shell-extension/" title="Link Shell Extension (October 25, 2008)">Link Shell Extension</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/03/15/application-mover/" title="Application Mover (March 15, 2009)">Application Mover</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/01/30/windows-vista-taskbar-resize/" title="Windows Vista Taskbar Resize (January 30, 2009)">Windows Vista Taskbar Resize</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/01/30/print-management-software/" title="Print Management Software (January 30, 2009)">Print Management Software</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/01/30/launch-software-automatically-with-xecutor/" title="Launch Software Automatically With Xecutor (January 30, 2009)">Launch Software Automatically With Xecutor</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
