Change environment variables as standard user
Just type “environment” into the start menu (or press Win+S in Windows 10 and search for “Edit environment variables for your account”).
Similarly, searching for “environment” in the control panel yields that option, too.
Generally, I have noticed that simply searching for something in the start menu or control panel is much faster than trying to remember a series of icons, dialogs, etc. one has to access to find something. At least for the vast majority of tasks1.
A little digging yields that
rundll32 sysdm.cpl,EditEnvironmentVariables
is the command used to present that dialog. You can put a shortcut to that somewhere if you like.
1 There are exceptions, such as installing a loopback network adapter. I looked for a few minutes before finally finding how to do that. But those things are hardly common scenarios :-)
In addition to searching (as Johannes mentioned), "Change my environment variables" is listed under "Tasks" on the "User Accounts" control panel.
From the command line, you can create/modify persistent environment variables using the setx
command, which is included in Windows Vista (and presumably Windows 7 too) and was part of the Windows Resource Kit Tools before that.
It is possible with the Rapid Environment Editor.