When searching a particular folder or performing some other operation via the Start | Run menu, the use of environment variables can save typing and thus cut down on possible errors. Following are common environment variables that can be used to more quickly and efficiently enter pathnames.
Difficulty: Easy
Time Required: 1 minute
Here's How:
- To begin, open the Start | Run dialog by clicking the Windows Start button and selecting Run
- To navigate to the "All Users" folder (by default C:\Documents and Settings\All Users), type in:
%ALLUSERSPROFILE%
- To navigate to the "Program Files" folder (by default C:\Program Files), type in:
%PROGRAMFILES%
- To navigate to the Windows XP root folder (usually C:\Windows), type in one of the following:
%SYSTEMROOT%
- or -
%WINDIR% - To navigate to the Windows temporary files folder, type in:
%TEMP%
- To navigate to the Windows Application Data folder, type in:
%APPDATA%
- To navigate to the logged in user's folder, type in:
%HOMEPATH%

