Skip to content

Windows 平台常用路径缩写

路径缩写含义示例
%SystemRoot%Windows 安装目录C:\Windows
%WINDIR%Windows 目录C:\Windows
%ProgramFiles%程序文件目录C:\Program Files
%ProgramFiles(x86)%32 位程序文件目录C:\Program Files (x86)
%CommonProgramFiles%公共程序文件目录C:\Program Files\Common Files
%APPDATA%应用程序数据目录C:\Users<username>\AppData\Roaming
%USERPROFILE%用户配置文件目录C:\Users<username>
%TEMP%临时文件目录C:\Users<username>\AppData\Local\Temp
%PUBLIC%公共文件目录C:\Users\Public

Released under the MIT License.