User environment variables are variables that are set for each user account on a Windows system. They provide a way to configure applications and services to run with specific settings. These variables are typically set in the System Properties dialog box under the "Advanced" tab.
| Variable Name | Variable Value | Description |
|---|---|---|
| PATH | C:\Windows\System32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\Microsoft.PowerShell_version_1.0.0.0_neutral_g3804d461a333c76369aa06a1e873117.psd1;C:\Windows\System32\SysWOW64; | Specifies the directories in which the system searches for executable files or libraries. |
| USERNAME | YourDomain\YourUsername | The name of the current user. |
| COMPUTERNAME | MyComputer | The name of the computer. |
| PROCESSOR_ARCHITECTURE | x86 | Specifies the processor architecture. |
| OS | 6.3 | The Windows version. |
| LOCALAREAID | 10136 | The area identifier for the local area network. |
For more detailed information, please refer to the Microsoft Documentation.