환경 변수는 앱이 실행되는 환경을 설명하는 사용자 변수 또는 Windows 시스템 변수입니다. (Windows)컴퓨터 이름, 사용자 계정 이름, 현재 작업 디렉터리 등과 같은 정보를 앱에 알려줄 수 있습니다. 환경 사용자 변수 및 Windows(Windows) 시스템 변수 를 사용하는 방법에 대해 더 알고 싶으십니까? 그렇다면 이 자습서를 읽고 Windows 10 에서 환경 변수를 만드는 방법을 배우십시오 . 그렇게 하는 방법을 아는 것이 매우 유용할 수 있는 몇 가지 상황이 있습니다.
참고:(NOTE:) 사용자 변수 및 Windows 시스템 변수를 생성하려면 (Windows)환경 변수(Environment Variables) 창 에 액세스해야 합니다 . 방법을 모르는 경우 Run window (Win + R) 에서 "rundll32.exe sysdm.cpl,EditEnvironmentVariables" 명령을 실행하는 것이 빠른 방법 입니다. 그러나 이를 여는 다른 방법이 있습니다. 이 가이드 에서는 Windows의 환경 변수란 무엇입니까? (What are Environment Variables in Windows?).
Windows 10 에서 환경 사용자 변수를 만드는 방법
사용자(User) 환경 변수는 사용자 계정에서만 사용할 수 있습니다. 이러한 변수를 생성할 때 해당 값에는 사용자 계정에 액세스할 수 있는 위치에 대한 경로가 포함되어야 합니다. 예를 들어 사용자 변수가 다른 사용자 계정(예: 문서, 그림, 음악(Documents, Pictures, Music) 등)의 개인 폴더를 가리키도록 할 수 없습니다. "[사용자 계정](“User variables for [user account]”) 의 사용자 변수" 섹션에서 새로(New) 만들기 를 클릭하거나 탭 합니다 .
Windows 10 환경 변수(Environment Variables) 창
" 새 사용자 변수"(“New User Variable”) 창이 열립니다. 생성하려는 변수의 이름을 입력하여 시작 합니다(1). (Start)목적을 쉽게 기억할 수 있도록 암시적인 것으로 만드십시오. 그런 다음 해당 값(2)을 입력합니다.
값에는 경로 이상이 포함될 수 있습니다. 경로는 폴더나 파일을 가리킬 수 있습니다. 다른 기존 변수를 사용하여 원하는 경로를 구축할 수도 있습니다. 예를 들어, %Userprofile%Desktop 과 같은 값을 사용 하여 변수가 사용자 계정의 Desktop 을 가리키도록 할 수 있습니다 . 둘 이상의 값을 가지려면 값을 세미콜론( ; )으로 구분하십시오(예: Path 1; 경로 2; 경로 3.(Path 1; Path 2; Path 3.)
새 사용자 변수의 이름과 값 입력
참고:(NOTE:) 폴더 및 파일에 대한 경로만 사용자 변수 값으로 사용해야 하는 것은 아닙니다. 생성한 변수로 수행하려는 작업에 따라 텍스트 문자열을 값으로 저장할 수도 있습니다.
사용자 변수 설정이 완료되면 확인을 클릭하거나 탭 합니다(OK) . 새 변수가 사용자 변수 목록에 추가되었지만 아직 생성되지 않았기 때문에 현재 사용할 수 없습니다.
새로운 사용자 변수가 목록에 추가되었습니다
새 환경 변수를 만들려면 환경 변수(Environment Variables) 창에서 확인을 클릭하거나 탭 합니다(OK) .
Windows 10 에서 새 사용자 변수 저장
사용자 변수가 성공적으로 생성되었고 원하는 것을 가리키는지 테스트하려면 Run window (Windows + R) 을 엽니다 . 방금 만든 환경 변수의 이름을 백분율( % ) 기호 사이에 입력합니다. 예를 들어, 방금 만든 digitalcitizen 변수를 실행하려면 (digitalcitizen)%digitalcitizen% 를 입력해야 했습니다 . 그런 다음 확인(OK) 을 눌렀 습니다. 우리의 경우 사용자의 Documents 에 있는 (Documents)digitalcitizen 폴더 를 열었습니다 .
Windows 10 에서 사용자 변수 확인
중요:(IMPORTANT:) 모든 사용자는 사용자 환경 변수를 추가, 변경 또는 삭제할 수 있습니다. 사용자(User) 변수는 Windows 10 , 앱 및 사용자가 모두 만들 수 있습니다.
Windows 10 에서 (Windows 10)Windows 시스템 변수 를 만드는 방법
시스템 변수를 생성하는 과정은 사용자 변수를 생성하는 과정과 동일합니다. 올바른지 확인하기 위해 다른 빠른 예를 살펴보겠습니다.
시스템 변수(System variables) 섹션 에서 새로(New) 만들기 를 클릭하거나 탭 합니다 .
새 Windows 시스템 변수 생성 프로세스 시작
새 시스템 변수(New System Variable) 창이 열립니다. 변수의 이름(1)과 값(2)을 입력합니다. 변수에 여러 값을 추가할 수 있습니다. 세미콜론 (;) 으로 구분하기만 하면 됩니다 .
새 시스템(New System) 변수 의 이름과 값 입력
중요:(IMPORTANT:) 시스템 변수의 값으로 경로를 지정하는 경우 해당 경로는 모든 사용자 계정에서 액세스할 수 있어야 합니다. 해당 경로가 하나의 사용자 계정만 액세스할 수 있는 위치를 가리키는 경우 시스템 변수 대신 사용자 변수를 만들어야 합니다.
새 시스템 변수 사용자 정의가 완료되면 확인 을 클릭하거나 탭 합니다(OK) . 새 변수가 시스템 변수 목록에 추가되지만 아직 생성되지는 않았습니다.
Windows 시스템 변수가 목록에 추가되었습니다 .
환경 변수(Environment Variables) 창 에서 확인(OK) 을 클릭하거나 눌러 새 환경 변수를 만듭니다.
새 Windows 시스템 변수 저장
사용자 변수가 성공적으로 생성되었는지 테스트하려면 Run (Windows + R) 을 열고 생성한 환경 시스템 변수의 이름을 백분율 (%) 기호 사이에 삽입합니다. 예를 들어, 생성한 Games 변수 를 실행하려면 %Games% 를 입력해야 했습니다 . 그런 다음 확인(OK) 을 눌렀 습니다.
Windows 시스템 변수 확인
Windows 는 모든 게임이 Windows 10 테스트 컴퓨터에 설치된 Games 폴더를 열었습니다 . 모든 사용자는 이 폴더에 액세스할 수 있으며 이 변수를 사용하여 해당 게임에 빠르게 액세스할 수 있습니다.
중요:(IMPORTANT:) 시스템 환경 변수를 추가하거나 기존 값을 변경할 수 있는 사용자가 있는지 궁금하십니까 ? (Are)대답은 '아니오! 관리자만 이러한 작업을 수행할 수 있습니다. 표준(Standard) 사용자는 PC의 모든 사용자와 모든 앱에 영향을 미치기 때문에 Windows 시스템 변수 를 만들거나 변경할 수 있는 충분한 권한이 없습니다 . 이 자습서 에서는 표준 및 (This tutorial)관리자(Administrator) 계정 에 대한 자세한 내용을 제공 합니다.
어떤 사용자 변수 또는 Windows 시스템 변수를 만드셨습니까?
Windows 10 에서 환경 변수를 만드는 과정 은 그렇게 복잡하지 않습니다. 그러나 이를 이해하기 전에 시스템 기능에 부정적인 영향을 미치지 않는 몇 가지 안전한 사용자 변수를 만들어 먼저 실험해야 합니다.
How to create user variables and system environment variables in Windows 10 -
Environment variables are user variablеs or Windows system variables that describe the environment in whiсh аpps run. They can tell yоur apps things like the name of the computer, the namе of the user account, the current working directory, еtc. Do you want to know more about how tо use enνironment user variables and Windows system variables? If you do, read this tutorial and learn how tо create еnvironment variables in Windows 10. There are some situations in which knowing how to do that can prove very useful.
NOTE: To create user variables and Windows system variables, you have to access the Environment Variables window. If you don’t know how to do that, a quick way to do it is by executing the command “rundll32.exe sysdm.cpl,EditEnvironmentVariables” in the Run window (Win + R). However, there are other ways to open it, which we covered in this guide: What are Environment Variables in Windows?.
How to create environment user variables in Windows 10
User environment variables are available only to your user account. When creating such variables, their values should include paths towards locations that are accessible to your user account. For example, you can’t have your user variable point to a personal folder of another user account (like Documents, Pictures, Music, etc.). In the “User variables for [user account]” section, click or tap New.
The Windows 10 Environment Variables window
The “New User Variable” window opens. Start by typing the name of the variable you want to create (1). Make it something suggestive so that you can easily remember its purpose. Then, type its value (2).
The value may include a path or more. A path can point to a folder or a file. You can also use other existing variables to build up the path you want. For example, you can use a value like %Userprofile%Desktop to point the variable to your user account’s Desktop. If you want it to have more than one value, separate the values with semicolons (;) — for example, Path 1; Path 2; Path 3.
Entering the name and value of a new user variable
NOTE: It is not mandatory to use only paths to folders and files as values for user variables. Depending on what you want to do with the variable you create, you can also store strings of text as its value.
When you are done setting the user variable, click or tap OK. The new variable is added to the list of user variables, but it is not yet created, so you can’t use it at this time.
The new user variable has been added to the list
For the new environment variable to be created, in the Environment Variables window, click or tap OK.
Saving the new user variable in Windows 10
To test if the user variable was created successfully and that it points to what you want, open a Run window (Windows + R). Type the name of the environment variable you just created, between percent (%) signs. For example, to execute the digitalcitizen variable we just created, we had to type %digitalcitizen%. Then, we pressed OK. In our case, it opened the digitalcitizen folder found in our user’s Documents.
Checking a user variable in Windows 10
IMPORTANT: Any user can add, change, or delete user environment variables. User variables can be created by Windows 10, apps, and users alike.
How to create Windows system variables in Windows 10
The process for creating system variables is the same as for creating user variables. To make sure you get it right, let’s go through another quick example.
In the System variables section, click or tap New.
Starting the process of creating a new Windows system variable
The New System Variable window opens. Enter the name of the variable (1) and its value (2). Note that you can add multiple values to a variable - all you need to do is separate them with semicolons (;).
Entering the name and value of a New System Variable
IMPORTANT: If you specify a path as a value for a system variable, that path should be accessible to all user accounts. If that path points to a location where only one user account has access, you should create a user variable instead of a system variable.
When you are done customizing the new system variable, click or tap OK. The new variable is added to the list of system variables, but it is not yet created.
The Windows system variable has been added to the list
In the Environment Variables window, click or tap OK so that the new environment variable is created.
Saving a new Windows system variable
To test if the user variable was created successfully, open Run (Windows + R) and insert the name of the environment system variable you created, between percent (%) signs. For example, to run the Games variable that we created, we had to type %Games%. Then, we pressed OK.
Verifying a Windows system variable
Windows opened the Games folder where all games are installed on our Windows 10 test computer. All users have access to this folder, and they can use this variable to access those games quickly.
IMPORTANT: Are you wondering whether any user can add system environment variables or change existing ones’ values? The answer is NO! Only administrators can perform these actions. Standard users don’t have enough clearance to make or change Windows system variables because they affect every user and every app on the PC. This tutorial provides more details about standard and Administrator accounts.
What user variables or Windows system variables did you create?
The process involved in creating environment variables in Windows 10 is not that complicated. However, before you get the hang of it, you should experiment first by making a couple of safe user variables that don’t negatively impact the system’s functioning.