up vote 1 down vote favorite
1
share [g+] share [fb]

Recently having to set my PATH environment variable installing the JDK, I found it quite annoying that the box where you set environment variables was not re-sizable, and had was generally quite horrible to edit.

Aside from MS just not making this more UI-friendly, I was wondering if this was built as such for a reason, or if we are hanging onto some legacy code that is affecting this.

Any ideas?

link|improve this question
Probably belongs on SuperUser. – Billy ONeal Feb 18 '10 at 19:35
Why don't you just look for better alternative? Windows has many suboptimal solutions - are you going to ask what's the reason each of them exists? – Piotr Dobrogost Oct 15 '11 at 18:46
Alternatives to the standard dialog are discussed in Is there a good tool for managing the Windows Environment Variables?. – Piotr Dobrogost Oct 15 '11 at 18:48
feedback

migrated from stackoverflow.com Feb 19 '10 at 4:04

This question came from our site for professional and enthusiast programmers.

4 Answers

Maybe you'd like this nifty tool I've been using for a while, ResizeEnable. It allows you to resize windows that are normally not resizable:

alt text

link|improve this answer
feedback

I don't get it at all. It's completely unnecessarily painful.

Use Windows Path Editor instead. It'll make life a lot easier and less error prone (I realise this doesn't answer your question per se, but is offered as general advice!)

link|improve this answer
feedback

Anything that is considered a dialog by Windows isn't resizable. And that includes, unfortunatelly, the aforementioned as well.

link|improve this answer
feedback

While it indeed may have been built to make power user heads expode everywhere, I find the setx command to be a frequently viable way around it, e.g.:

setx HOME "%USERPROFILE%"
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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