Windows系统环境变量大全

---------------------- Page 1-----------------------

Windows                    系统环境变量大全

--- 
     %ALLUSERSPROFILE% 
     列出所有用户Profile 文件位置。

     %APPDATA% 
     列出应用程序数据的默认存放位置。

     %CD% 
     列出当前目录。

     %CLIENTNAME% 
     列出联接到终端服务会话时客户端的NETBIOS 名。

     %CMDCMDLINE% 
     列出启动当前cmd.exe 所使用的命令行。

     %CMDEXTVERSION% 
     命令出当前命令处理程序扩展版本号。

     %CommonProgramFiles% 
     列出了常用文件的文件夹路径。

     %COMPUTERNAME% 
     列出了计算机名。

     %COMSPEC% 
     列出了可执行命令外壳 (命令处理程序)的路径。

     %DATE% 
     列出当前日期。

     %ERRORLEVEL% 
     列出了最近使用的命令的错误代码。

     %HOMEDRIVE% 
     列出与用户主目录所在的驱动器盘符。

     %HOMEPATH% 
     列出用户主目录的完整路径。

----------------------- Page 2-----------------------

%HOMESHARE% 
列出用户共享主目录的网络路径。

桌面 
%HOMEDRIVE%%HOMEPATH%\桌面

开 菜单: 
%HOMEDRIVE%%HOMEPATH%\                 「开始」菜单

%LOGONSEVER% 
列出有效的当前登录会话的域名控制器名。

%NUMBER_OF_PROCESSORS% 
列出了计算机安装的处理器数。

%OS% 
列出操作系统的名字。(WindowsXP 和Windows2000 列为Windows_NT.)

%Path% 
列出了可执行文件的搜索路径。

%PATHEXT% 
列出操作系统认为可被执行的文件扩展名。

%PROCESSOR_ARCHITECTURE% 
列出了处理器的芯片架构。

%PROCESSOR_IDENTFIER% 
列出了处理器的描述。

%PROCESSOR_LEVEL% 
列出了计算机的处理器的型号。

%PROCESSOR_REVISION% 
列出了处理器的修订号。

%ProgramFiles% 
列出了ProgramFiles 文件夹的路径。

%PROMPT% 
列出了当前命令解释器的命令提示设置。

%RANDOM% 
列出界于0 和32767 之间的随机十进制数。

----------------------- Page 3-----------------------

    %SESSIONNAME% 
    列出连接到终端服务会话时的连接和会话名。

    %SYSTEMDRIVE% 
    列出了Windows 启动目录所在驱动器。

    %SYSTEMROOT% 
    列出了Windows 启动目录的位置。

    %TEMP%或%TMP% 
    列出了当前登录的用户可用应用程序的默认临时目录。

    %TIME% 
    列出当前时间。

    %USERDOMAIN% 
    列出了包含用户帐号的域的名字。

    %USERNAME% 
    列出当前登录的用户的名字。

    %USERPROFILE% 
    列出当前用户Profile 文件位置。

    %WINDIR% 
    列出操作系统目录的位置

Windows XP 的环境变量大全 
--- 
    Takeaway: 
    Windows XP's environment variables control the behavior of batch files and programs, and also control the 
way Windows XP and the MS-DOS subsystem appears and works. Check out this list of environment variables, 
along with their descriptions. 
    概述: 
    Windows XP 的环境变量控制了批处理文件和程序的行为,也控制了Windows XP 和MS-DOS 子系统 
的显示和工作方式。检阅这个环境变量列表,连同它们的描述。 
     《endurer 注:1。check out v. 付帐后离开, ,检验, 合格, 及格 
    2。along with 连同...一起, 随同...一起》 
    Environment variables are used to control the behavior of batch files and programs in Windows XP; they also 
control the way Windows XP and the MS-DOS subsystem appears and works. To see a complete list of the 
environment variables that are active on a Windows XP system, follow these steps: 
    环境变量用于控制Windows XP 里的批处理文件和程序的行为,也控制了Windows XP 和MS-DOS

----------------------- Page 4-----------------------

子系统的显示和工作方式。要看在Windows XP 系统中现行的完整环境变量列表,请按下列步骤操作:

    Open a Command Prompt window. 
    打开一个命令提示符窗口。

    Type Set and press [Enter]. 
    输入Set 命令并回车。

    You'll see a list of the current environment variable settings. While some of them are familiar, such as PATH, 
and some are easy to figure out, such as COMPUTERNAME, others are more cryptic. Here's a sampling of 
Windows XP's environment variables: 
    你 看到当前环境变量设置列表。其中一些是熟悉的,如 PATH ,有一些容易领会,如 
COMPUTERNAME,其它的则较模糊。这是一个

     《endurer 注:1。figure out   合计为, 计算出, 解决,       断定, 领会到》

    ALLUSERSPROFILE: Lists the location of the All Users Profile. 
    ALLUSERSPROFILE:列出所有用户Profile 文件位置。

    APPDATA: Lists the location where applications store data by default. 
    APPDATA: 列出应用程序数据的默认存放位置。

    CD: Lists the current directory string. 
    CD: 列出当前目录。

    CLIENTNAME: List the client's NETBIOS name when connected to terminal server session. 
    CLIENTNAME: 列出联接到终端服务会话时客户端的NETBIOS 名。

    CMDCMDLINE: Lists the command line used to start the current cmd.exe. 
    CMDCMDLINE: 列出启动当前cmd.exe 所使用的命令行。

    CMDEXTVERSION: Lists the version number of the current Command Processor Extensions. 
    CMDEXTVERSION: 命令出当前命令处理程序扩展版本号。

    CommonProgramFiles: Lists the path to the Common Files folder. 
    CommonProgramFiles: 列出了常用文件的文件夹路径。

    COMPUTERNAME: Lists the name of the computer. 
    COMPUTERNAME: 列出了计算机名。

    COMSPEC: Lists the path to the command shell executable. 
    COMSPEC: 列出了可执行命令外壳(命令处理程序)的路径。

    DATE: Lists the current date.

----------------------- Page 5-----------------------

    DATE: 列出当前日期。

    ERRORLEVEL: Lists the error code of the most recently used command. 
    ERRORLEVEL: 列出了最近使用的命令的错误代码。

    HOMEDRIVE: Lists the drive letter is connected to the user's home directory. 
    HOMEDRIVE: 列出与用户主目录所在的驱动器盘符。

    HOMEPATH: Lists the full path of the user's home directory. 
    HOMEPATH: 列出用户主目录的完整路径。

    HOMESHARE: Lists the network path to the user's shared home directory. 
    HOMESHARE: 列出用户共享主目录的网络路径。

    LOGONSEVER: Lists the name of the domain controller that validated the current logon session. 
    LOGONSEVER: 列出有效的当前登录会话的域名控制器名。

    NUMBER_OF_PROCESSORS: Lists the number of processors installed on the computer. 
    NUMBER_OF_PROCESSORS: 列出了计算机安装的处理器数。

    OS: Lists the name of the operating system. (Windows XP and Windows 2000 list the operating system as 
Windows_NT.) 
    OS: 列出操作系统的名字。(Windows XP 和Windows 2000                列为Windows_NT.)

    Path: Lists the search path for executable files. 
    Path: 列出了可执行文件的搜索路径。

    PATHEXT: Lists the file extensions that the operating system considers to be executable. 
    PATHEXT: 列出操作系统认为可被执行的文件扩展名。

    PROCESSOR_ARCHITECTURE: Lists the processor's chip architecture. 
    PROCESSOR_ARCHITECTURE: 列出了处理器的芯片架构。

    PROCESSOR_IDENTFIER: Lists the description of the processor. 
    PROCESSOR_IDENTFIER: 列出了处理器的描述。

    PROCESSOR_LEVEL: Lists the model number of the computer's processor. 
    PROCESSOR_LEVEL: 列出了计算机的处理器的型号。

    PROCESSOR_REVISION: Lists the revision number of the processor. 
    PROCESSOR_REVISION: 列出了处理器的修订号。

----------------------- Page 6-----------------------

     ProgramFiles: Lists the path to the Program Files folder. 
     ProgramFiles: 列出了Program Files 文件夹的路径。

     PROMPT: Lists the command-prompt settings for the current interpreter. 
     PROMPT: 列出了当前命令解释器的命令提示设置。

     RANDOM: Lists a random decimal number between 0 and 32767. 
     RANDOM: 列出界于0 和 32767 之间的随机十进制数。

     SESSIONNAME: Lists the connection and session names when connected to terminal server session. 
     SESSIONNAME: 列出连接到终端服务会话时的连接和会话名。

     SYSTEMDRIVE: Lists the drive containing the Windows root directory. 
     SYSTEMDRIVE: 列出了Windows 启动目录所在驱动器。

     SYSTEMROOT: Lists the location of the Windows root directory. 
     SYSTEMROOT: 列出了Windows 启动目录的位置。

     TEMP and TMP: List default temporary directories for applications that are available to users who are 
currently logged on.

     TEMP and TMP: 列出了当前登录的用户可用应用程序的默认临时目录。

     TIME: Lists the current time. 
     TIME: 列出当前时间。

    USERDOMAIN: Lists the name of the domain that contains the user's account. 
    USERDOMAIN: 列出了包含用户帐号的域的名字。

    USERNAME: Lists the name of the user currently logged on. 
    USERNAME: 列出当前登录的用户的名字。

    USERPROFILE: Lists the location of the profile for the current user. 
    USERPROFILE: 列出当前用户Profile 文件位置。

     WINDIR: Lists the location of the OS directory. 
     WINDIR: 列出操作 统目录的位置。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值