Environment variables in Windows Vista and Windows 7

Source: Internet
Author: User

Original article: http://www.vlaurie.com/computers2/Articles/environment-variables-windows-vista-7.htm

 

 

The discussion of environment variables in Windows begun in the previous article is continued. Here we look at the environment variables for Windows Vista and Windows 7. environment variables for Windows Vista and Windows 7

Much of the discussion given in the article on Windows XP environment variables is applcable to Windows Vista and Windows 7. however, there are some differences and some new variables and we will look at what has changed. the table below shows common preset environment variables in the two operating systems. changes from Windows XP are noted in red. more technical terms about things like the processor architecture are omitted.

 

 

Table I. Some more common predefined environment variables in Windows Vista and 7
Variable Typical value (may vary, depending on System)
% Allusersprofile % C:\ProgramData
% Appdata % C:\Users\(username}\AppData\Roaming
% Commonprogramfiles % C:\Program Files\Common Files
% Computername % {Computername}
% Comspec % C:\Windows\System32\cmd.exe
% Homedrive % C:
% Homepath % \Users\{username}
% Localappdata % C:\Users\{username}\AppData\Local
% PATH % Varies. Includes C:\Windows\System32\;C:\Windows\;C:\Windows\System32\Wbem
% Pathext % . Com;. EXE;. BAT;. CMD;. vbs;. VBE;. js;. WSF;. wsh;. MSC
% Programdata % C:\ProgramData
% ProgramFiles % Directory containing program files, usuallyC:\Program Files
% ProgramFiles (x86) % In 64-bit systems, directory containing 32-bit programs. UsuallyC:\Program Files (x86)
% Prompt % Code for current command prompt format. Code is usually$P$G
% Public % C:\Users\Public
% Systemdrive % The drive containing the Windows XP root directory, usually C:
% SystemRoot % The Windows XP root directory, usuallyC:\Windows
% Temp % and % TMP % C:\Users\{Username}\AppData\Local\Temp
% Username % {Username}
% USERPROFILE % C:\Users\{username}
% WINDIR % C:\Windows

Note the changes from Windows XP for the locations of roles of the personal files and settings. for example, the "Documents and Settings" folder is gone and there is now a "users" folder. there are also four new environment variables listed in Table I. these are:
% Commonprogramfiles %
% Localappdata %
% Programdata %
% Public %

The common dynamic variables are the same as given for XP

Changes in environment variables between Vista and Windows 7

There are few changes in the common variables in going from Windows Vista to Windows 7. as far as I can tell, there is only one worth mentioning. windows 7 comes with the newer Microsoft command line shell called powershell. there is an environment varaiable% Psmodulepath %That gives the path to the files for the command line shell. This is usuallyC: \ windows \ system32 \ windowspowershell \ V1.0 \ modules \

List environment variables in Windows 7 using powershell

In the classical command line, environment variables can be listed with the "set" command. beginning with windows7, Microsoft began including the newer command shell called "powershell ". the command for listing environment variables in this newer shell isGet-ChildItem Env:

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.