<?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 &#124; Latest Tech News, Software And Tutorials &#187; system path</title> <atom:link href="http://www.ghacks.net/tag/system-path/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Edit Environment Variables and find invalid ones</title><link>http://www.ghacks.net/2008/04/21/edit-environment-variables-and-find-invalid-ones/</link> <comments>http://www.ghacks.net/2008/04/21/edit-environment-variables-and-find-invalid-ones/#comments</comments> <pubDate>Mon, 21 Apr 2008 18:15:49 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[environment variables]]></category> <category><![CDATA[rapid environment editor]]></category> <category><![CDATA[system path]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=3874</guid> <description><![CDATA[Environment variables are divided into system and user variables. They contain information about the path and its directories for instance. Those are the location that Windows looks for when it can&#8217;t find a file in the same directory that an application was launched. Default system path variables are for instance the windows and system32 directory. [...]]]></description> <content:encoded><![CDATA[<p>Environment variables are divided into system and user variables. They contain information about the path and its directories for instance. Those are the location that Windows looks for when it can&#8217;t find a file in the same directory that an application was launched. Default system path variables are for instance the windows and system32 directory. While it normally poses no problem that a url is not found in one of the environment variables it could become one under certain circumstances.</p><p>Take for instance the location of the Java Runtime Environment on your system. If the path points to an old directory where it can&#8217;t be found anymore it will mean that the Java application cannot be launched. Other problems could arise with the temp directory in Windows or other applications that depend on a correct variable.</p><p>Rapid Environment Editor displays all environment variables and especially marks those with invalid path entries red. Every entry in the two panes (system and user variables) can be expanded which is really nice because it displays every entry of that variable in its own row.</p><p><span
id="more-3874"></span><a
href='http://www.ghacks.net/wp-content/uploads/2008/04/environment_path_variables.jpg'><img
src="http://www.ghacks.net/wp-content/uploads/2008/04/environment_path_variables-300x156.jpg" alt="environment path editor" title="environment path editor" width="300" height="156" class="alignnone size-medium wp-image-3875" /></a></p><p>The invalid entries can be deleted or edited with ease after expanding the variable. Deleting makes only sense if the application is no longer installed on the system, otherwise editing the setting to point to the correct path would be the better choice.</p><p><a
href="http://www.rapidee.com/en/download">Rapid Environment Editor</a> is probably the best environment variables editor out there. It displays everything nicely and gives users a great overview of all variables of the system.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/04/21/edit-environment-variables-and-find-invalid-ones/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Editing the Windows System Path Variables</title><link>http://www.ghacks.net/2008/04/15/editing-the-windows-system-path-variables/</link> <comments>http://www.ghacks.net/2008/04/15/editing-the-windows-system-path-variables/#comments</comments> <pubDate>Tue, 15 Apr 2008 21:58:55 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[system path]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=3820</guid> <description><![CDATA[If you ever did try to change the Windows system path variables then you might have cursed Microsoft for creating such a tiny form to edit those variables. The system path is being used by Windows to find executables and dependencies in Windows which will be used to find an application if you use the [...]]]></description> <content:encoded><![CDATA[<p>If you ever did try to change the Windows system path variables then you might have cursed Microsoft for creating such a tiny form to edit those variables. The system path is being used by Windows to find executables and dependencies in Windows which will be used to find an application if you use the run box in Windows for instance. A system wide path and a user defined path exists with the system wide path having priority over the user defined one.</p><p>The order of the entries is important as well since the first hit will be selected by Windows. Now if you take a look at your system paths you notice that the Windows form is completely useless. You can access those variables by accessing the System Properties in the Control Panel, clicking on the Advanced tab there and then on the Environment Variables button. If you highlight the path variable and click on Edit you know what I mean.</p><p>The window that is opening is displaying 30 or 40 chars only and you have to scroll to see all entries which is not really helping to keep an overview of all the path variables. You could copy and paste the line into a text editor, edit it there and copy and paste it back when your finished but there is a better solution available.</p><p><span
id="more-3820"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/04/editpathvariable.png" alt="edit path variable" title="edit path variable" width="347" height="147" class="alignnone size-full wp-image-3821" /></p><p><a
href="http://sites.google.com/site/redmondlab/path">Redmond Path 1.0</a> [via <a
href="http://www.shellcity.net/">Shell Extension City</a>] displays the path variables the way Microsoft should have done it a long time ago. I&#8217;m wondering why those things are never fixed in updates or new Windows releases. You can raise and lower variables, remove them, edit them and add new ones.</p><p><a
href='http://www.ghacks.net/wp-content/uploads/2008/04/redmondpath.png'><img
src="http://www.ghacks.net/wp-content/uploads/2008/04/redmondpath-300x264.png" alt="redmond path" title="redmond path" width="300" height="264" class="alignnone size-medium wp-image-3822" /></a></p><p>Redmond path comes with a rollback option, supports Windows XP, Windows Vista and Windows 2003 and requires the .net framework.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/04/15/editing-the-windows-system-path-variables/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
