This tutorial will show you a complete list of environment variables that can be used to reference standard directories and parameters in Windows 10.
HKEY_CURRENT_USER\Environment
System environment variables are stored in the registry key below:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
You can open a command prompt, type set, and press Enter to display all current environment variables on your PC.
You can open PowerShell, type Get-ChildItem Env:, and press Enter to display all current environment variables on your PC.
%SystemDrive% = C:\ (drive where is the Windows root directory)
%HOMEDRIVE% = C:\ (name of the local workstation drive, connected to user directory)
%ALLUSERSPROFILE% = C:\Documents and Settings\All Users
%CommonDocuments% = C:\Documents and Settings\All Users\Documents
%CommonDesktop% = C:\Documents and Settings\All Users\Desktop
%PUBLIC% = C:\Documents and Settings\All Users\Desktop
%USERPROFILE% = C:\Documents and Settings\Username (path to current user's profile)
%HOMEPATH% = C:\Documents and Settings\Username (user's home directory)
%LOCALAPPDATA% = C:\Documents and Settings\Username\AppData\Local
%TEMP% = C:\Documents and Settings\Username\AppData\Local\Temp or C:\Windows\TEMP (dependent on login system)
%TMP% = C:\Documents and Settings\Username\AppData\Local\Temp or C:\Windows\TEMP (dependent on login system)
%MyDocs% = C:\Documents and Settings\Username\My documents
%MyDocuments% = C:\Documents and Settings\Username\My documents
%UserDesktop% = C:\Documents and Settings\Username\Desktop
%ProgramData% = C:\ProgramData
%ProgramFiles% = C:\Program Files
%ProgramFiles(x86)% = C:\Program Files (x86)
%ProgramW6432% C:\Program Files
%CommonProgramFiles C:\Program Files\Common Files
%CommonProgramFiles(x86)% = C:\Program Files (x86)\Common Files
%CommonProgramW6432% = C:\Program Files\Common Files
%SystemRoot% = C:\Windows (path to root Windows directory)
%WINDIR% = C:\Windows (directory, in which Windows is installed)
%USERNAME% = Name of current user
%COMPUTERNAME% = Computer name
----------------------------------------------------------------------
상세 정보 | |
%ALLUSERSPROFILE% | 모든 사용자 프로필 파일 위치 |
%APPDATA% | 응용 프로그램 데이터의 기본 저장 위치 |
%CD% | 현재 디렉토리 |
%CLIENTNAME% | 터미널 서비스 세션에 연결할 때 클라이언트의 NETBIOS 이름 |
%CMDCMDLINE% | 현재 cmd.exe에서 사용하는 명령 줄 시작 |
%CMDEXTVERSION% | 현재 명령 처리기 확장 버전 번호 |
%CommonProgramFiles% | 공통 파일의 폴더 경로 |
%COMPUTERNAME% | 컴퓨터 이름 |
%COMSPEC% | 실행 가능한 명령 셸 (명령 처리기) 경로 |
%DATE% | 현재 날짜 |
%ERRORLEVEL% | 최근에 사용 된 명령 오류 코드 |
%HOMEDRIVE% | 사용자의 홈 디렉토리가있는 드라이브 문자 |
%HOMEPATH% | 사용자의 홈 디렉토리에 대한 전체 경로 |
%HOMESHARE% | 사용자는 홈 디렉토리의 네트워크 경로를 공유합니다. |
%LOGONSEVER% | 현재 로그인 세션의 활성 도메인 컨트롤러 이름 |
%NUMBER_OF_PROCESSORS% | 컴퓨터에 설치된 프로세서 |
%OS% | |
%PATH% | 실행 파일 검색 경로 |
%PATHEXT% | 운영 체제가 실행 가능하다고 생각하는 파일 확장명 |
%PROCESSOR_ARCHITECTURE% | 프로세서 칩 아키텍처 |
%PROCESSOR_IDENTFIER% | 프로세서 설명 |
%PROCESSOR_LEVEL% | 컴퓨터의 프로세서 모델 |
%PROCESSOR_REVISION% | 프로세서 개정 번호 |
%ProgramFiles% | Program Files 폴더 경로 |
%PROMPT% | 현재 명령 해석기 명령 프롬프트 설정 |
%RANDOM% | 0에서 32767 사이의 무작위로 소수점 이하 자릿수 |
%SESSIONNAME% | 터미널 서비스 세션에 연결할 때의 연결 및 세션 이름 |
%SYSTEMDRIVE% | Windows 부팅 디렉터리가있는 드라이브 |
%SYSTEMROOT% | Windows 시작 디렉토리의 위치 |
%TEMP% 및 %TMP% | 현재 로그온 한 사용자가 사용 가능한 응용 프로그램의 기본 임시 디렉터리 |
%TIME% | 현재 시간 |
%USERDOMAIN% | 사용자 계정이 포함 된 도메인의 이름 |
%USERNAME% | 현재 로그인 한 사용자의 이름 |
%USERPROFILE% | 현재 사용자 프로필 파일 위치 |
%WINDIR% | 운영 체제 디렉토리 위치 |
'보고 또 보고.....' 카테고리의 다른 글
Windows 10 작업 표시줄 구성 [펌] (0) | 2018.03.01 |
---|---|
Windows 10 데스크톱 버전의 시작 화면 레이아웃 XML [펌] (0) | 2018.03.01 |
Windows 10 UWP(유니버설 Windows 플랫폼) 앱의 글꼴에 대한 설명(펌) (0) | 2017.10.21 |
Windows 10 파일 확장자 기본 연결로 복원 방법 (0) | 2017.10.03 |
Windows 10 - App 실행 URL (펌) (0) | 2017.05.06 |
Windows 10 Hotkey (Keyboard shortcuts) - 키보드 바로가기 [펌] (0) | 2017.05.06 |
Windows 10 - List of Commands to Open Apps(펌) (0) | 2017.04.19 |
Windows 10 - Shell Commands List(펌) (0) | 2017.04.19 |
Windows 10 - CLSID Key (GUID) Shortcuts List(펌) (0) | 2017.04.19 |
DOS 명령어 모음(펌) (0) | 2016.10.30 |
댓글