in reply to User Keys - Environment Variables
Use the Setx resource kit utility. Setx is a powerful tool with which you can manage the environment variables in NT. This utility has three modes of operation: command line, Registry, and file. The command-line and Registry modes are the most common.
setx LOCATION DALLAS -m
The other option is to hack the registry .The HKEY_LOCAL_MACHINE\SYSTEM\ CurrentControlSet\Control\ Session Manager\ Environment Registry key stores static system variables.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: User Keys - Environment Variables
by Anonymous Monk on Dec 16, 2003 at 19:36 UTC |