Is there a more direct way to the environmental variables GUI then...

  1. Right click 'My Computer' and select 'Properties'.
  2. Click 'Advanced System Settings' link.
  3. Click 'Advanced' tab.
  4. Click 'Environment Variables...' button.

Can I make a shortcut to it?

link|improve this question
1  
You can always use "set" (without the quotes) from a command prompt to display, set, or remove environment variables. It doesn't get any more direct than that. – joeqwerty Jan 18 at 18:19
feedback

1 Answer

up vote 3 down vote accepted

Starting with Vista, the panel can be displayed from the command line (cmd.exe) with a

rundll32 sysdm.cpl,EditEnvironmentVariables

from here

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.