Windows - Environment Variable

Windows 95 Wallpaper Version

About

An environment variable is an operating system variable that use the hosted application to set application parameters.

They can be set on different scopes:

  1. for a shell thread with the set DOS command (ie for a specific process)
  2. for a specific user
  3. global for a system

How to manage an environment variable ?

DOS

See Dos - (Environment) Variable

Registry

  • System: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
  • User: HKEY_CURRENT_USER\Environment

GUI

  • Start / Control Panel / (Performance and Maintenance for XP) / System
  • In the Advanced tab, click the Environment Variable button
  • You can enter a environment variable for:
  • a user session
  • of for the complete system (also known as a global environment variable)

Environment Variable

List

Example: listing of the environment variable of the Outlook process (application) within Process explorer

See process environment variable

Windows Environment Parameters By Process Explorer

Built-in Environment variable

%PATH% list of directories where the OS search to find executable binary. See Os - (Search) Path Environment Variable
%temp% Temp Directory
%SYSTEMDRIVE% Disk Drive





Discover More
Os Path Ant Home Windows
Ant - Installation (Windows based)

Installation of Ant JDK installed on your system, version 1.8 or later Download the latest binary Uncompress the binary in a directory called the...
Toolbox Componentns
Docker - Installation for Windows 7 (Docker Toolbox)

How I have installed and configured Docker in my Windows 7 laptop. The software for windows 7 is called Docker Toolbox. Before version Windows 10: Toolbox:...
Card Puncher Data Processing
Dos - (Environment) Variable

How to manage variable in dos. A variable name: must only be made up of: alphabetic characters, numeric characters and underscores, cannot begin with a numeric character. cannot be...
Card Puncher Data Processing
Dos - SETX

The setx command will set an environment variable for the scope of the terminal. Once the terminal is closed, the value is no more available. The following will create and set the environment variable...
Powercenter Domain
Informatica - Domain

An Informatica domain is a collection of: nodes (A node is the logical representation of a machine in a domain) and services. The Power Center domain is the primary logical unit for management and...
Card Puncher Data Processing
Maven - (Installation|Configuration)

How I install maven on my computer. Download Apache Maven (3.0.4) Unzip the distribution archive, i.e. apache-maven-3.0.4-bin.zip to the directory...
Obia Powercenter Topology
OBIA - Installation Version 7.9.6 with EBS, PowerCenter, Oracle Database on Windows

Roadmap To install and set up Oracle BI Applications, do the following: preinstallation steps for the source...
12g Obiee Standard Topology
OBIEE - 12.2.1.3 - Windows Installation 12C on Azure

An installation procedure: on a Azure VM Windows. with a SQL Server database with a standard topology (ie a WebLogic Server domain that contains an Administration Server and a cluster that contains...
Obiee 11g Windows Service Default
OBIEE 11G - BI Services as Windows Services Installation

To convert the Start Bi Services from the Start menu into a Windows Service, you have to create two services: one for the AdminServer and the other for the Managed Server The step by step are in...
Obiee 11.1 Internet Explorer 6 Not Supported
OBIEE 11g - Oracle Business Intelligence 11.1 Simple installation steps on Windows and OEL Linux 32 bit

Open the setSOADomainEnv.cmd file, located in your Update the PORT_MEM_ARGS entry as follows: set PORT_MEM_ARGS=-Xms512m -Xmx1024m Save the file and close. ;-) Oracle®...



Share this page:
Follow us:
Task Runner