I found it is hard to keep my environment variables sync on different machines. I just want to export the settings from one computer and import to other ones.
I thi
To export user variables, open a command prompt and use regedit with /e
Example :
regedit /e "%userprofile%\Desktop\my_user_env_variables.reg" "HKEY_CURRENT_USER\Environment"