Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I do not understand why Windows 7 is still adopting this stuffy dialog box? I feel uncomfortable when editing and looking-up a path in this narrow text box.

enter image description here

Is there a convenient way to edit PATH in Windows 7? One item per row for example.

share|improve this question
2  
I think it's stored in the registry like that. Would be pretty trivial to write an app that can break it up if you know how to program. – Ciaran Jun 16 '11 at 8:37
3  
@Ciaran obviously if he knew how to program it then he would know that and wouldn't need to be told. – barlop Jun 16 '11 at 10:13
This is true. I was half nudging myself to do it :) but then the answers started rolling in so I knew it'd been done. – Ciaran Jun 17 '11 at 8:25

5 Answers

up vote 34 down vote accepted

There appears to be a program called the Path Editor that seems to be exactly what you are after.

Path Editor is a GUI that allows for easy editing of the path environment variable. The facilities provided with Windows are, let us say, minimal. It displays all entires in the path and allows you to easily manage them.

enter image description here

Given that it was updated just last year I would hope that it is compatible with Windows 7.

If not then there is always the Rapid Environment Editor which is a bit more full featured, and claims full support for all major OS versions, including 64-bit.

Editable tree

Show environment variables and values as an editable tree.

Portable mode

RapidEE doesn't require installation and could be run as a "portable application". View details.

enter image description here

share|improve this answer
+1 for this good answer. – xport Jun 16 '11 at 8:39
@xport I found another alternative that is useful for more than just the PATH variable – Mokubai Jun 16 '11 at 8:43
@ I have installed the latter, REE. It is less painful. – xport Jun 16 '11 at 9:02
I have to admit that Path Editor did look somewhat basic. Glad I could help. – Mokubai Jun 16 '11 at 9:05
@Makubai: Thank you for your help :-) – xport Jun 16 '11 at 9:10
show 3 more comments

Environment variables editor (Eveditor) is also worth mentioning. It is easy to use and completely free.

Eveditor

share|improve this answer

For quick and dirty, copy and paste into Notepad then edit and copy and paste back.

share|improve this answer
+1: Good idea, but it is still painful to scroll horizontally. – xport Jun 16 '11 at 16:52
I agree. Depending on your editor of choice you could swap ";" for a return and do your editing then swap them back. Notepad will not do that substitution though. :-( – Chris Nava Jun 16 '11 at 17:41

Here's another Windows Path Editor:

Screenshot

(Disclaimer: I made this. It's open source, contributions welcome!)

share|improve this answer
+1 Kudos for the "show problems" feature (should be "show potential problems"). It think the buttons actions should open dialogs to explain/ask-for-options/execute. The "Automatic" dialog could have a "maximum depth" (or a folder tree selector), and with a result list with checkboxes to add them to the user or sytem path. Ah, it's so easy to tell other people how things _should_be :-) – leonbloy May 30 at 18:19

Another option is to create a small console application in C# using methods discussed here.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.