<?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>Sat, 20 Mar 2010 22:12:33 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</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> ]]></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 Firefox 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> ]]></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>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 7/15 queries in 0.005 seconds using disk

Served from: www.ghacks.net @ 2010-03-21 04:28:20 -->