IT관련정보
windows:: environment variable (%localappdata%) 윈도우 환경변수, 윈도우 경로
손잡기
2024. 8. 25. 08:26
%ComputerName% | {computername}
%PATH% | c:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;{plus program paths}
%SystemDrive% | c:
%UserName% | {username}
%UserProfile% | c:\Users\{username}
%HomePath% | c:\Users\{username}
%AppData% | c:\Users\{username}\AppData\Roaming
%LocalAppData% | c:\Users\{username}\AppData\Local
%Temp% | c:\Users\{username}\AppData\Local\Temp
%OneDrive% | c:\Users\{username}\OneDrive
%Windir% | c:\Windows
%SystemRoot% | c:\Windows
%ProgramData% | c:\ProgramData
%ProgramFiles% | c:\ProgramFiles
%ProgramFiles(x86)% | c:\ProgramFiles(x86)
https://en.wikipedia.org/wiki/Environment_variable#Windows
Environment variable - Wikipedia
From Wikipedia, the free encyclopedia User-definable variable associated with each running process in many operating systems An environment variable is a user-definable value that can affect the way running processes will behave on a computer. Environment
en.wikipedia.org
https://ss64.com/nt/syntax-variables.html
_
반응형