19

I often need access to the Environment Variables on my Windows 7. What command do I need to type in the Run window to get to them?

At the moment I do the following:

Control Panel > System > Advanced System Settings > Environment Variables

Any help would be greatly appreciated.

J86
  • 409

4 Answers4

47

Try using this: "C:\Windows\system32\rundll32.exe" sysdm.cpl,EditEnvironmentVariables

For more details check these links: [1] and [2].

toriningen
  • 1,014
Mogana
  • 616
  • 4
  • 5
12

You can shorten your path

  • by doing Run... -> "SystemPropertiesAdvanced"
  • or press WIN+R and then type SystemPropertiesAdvanced

that will bring you two steps closer.

surfmuggle
  • 285
  • 4
  • 6
  • 18
toriningen
  • 1,014
8

Press Start, type Path, and click Enter to select Edit environment variables for your account.

I know its not strictly using run but it works and literally takes less than 2 sec.

Bittenus
  • 1,166
6

enter image description here

Run command

rundll32.exe sysdm.cpl,EditEnvironmentVariables

Open Like this enter image description here

lava
  • 180
  • 2
  • 8