I'm looking for a quick and easy way of exporting and importing Windows environment variables.
I have a user who creates a lot of custom Windows environment variables that do things such as launch custom Windows Explorer paths, open different programs, and do other things.
These variables are defined with letters such as u that has a value of C:\Users so that when the user types in %u% within a Windows Explorer browser window or within the run dialog box Windows Explorer will open in the C:\Users folder.
The user also has several programs that will launch if other variables such as %z% or %r% are typed in.
We would like to be able to export these custom Windows Explorer environment variables so that they can be exported into another Windows operating system.
How can this be done?
HKEY_LOCAL_MACHINE\SYSTEM\
HKEY_CURRENT_USER\Environm
The first set are system/global environment variables; the second set are user-level variables.