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.
4 Answers
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.
Try using this: "C:\Windows\system32\rundll32.exe" sysdm.cpl,EditEnvironmentVariables
For more details check these links: [1] and [2].
3You can shorten your path
- by doing
Run... -> "SystemPropertiesAdvanced" - or press WIN+R and then type
SystemPropertiesAdvanced
that will bring you two steps closer.
Run command
rundll32.exe sysdm.cpl,EditEnvironmentVariables