diff --git a/2024/02/08/windows-dirs-structure/index.html b/2024/02/08/windows-dirs-structure/index.html index dcec5d2..b2f0b5a 100644 --- a/2024/02/08/windows-dirs-structure/index.html +++ b/2024/02/08/windows-dirs-structure/index.html @@ -27,7 +27,7 @@ - + @@ -189,7 +189,7 @@
%LocalAppData%\Programs
是用来存放单用户安装程序的目录。%LocalAppData%\Programs
与%LocalAppData%\ProgramData
两者不会出现在%AppData%
中。
例如vs code的安装路径就在%LocalAppData%\Programs
。Vs code官网对单用户安装与系统级别的安装进行了说明:
例如vs code的安装路径就在%LocalAppData%\Programs
。Vs code官网对单用户安装与系统级别的安装也进行了说明。
diff --git a/index.html b/index.html index e9564bd..5303a5a 100644 --- a/index.html +++ b/index.html @@ -185,7 +185,7 @@By default, VS Code is installed under
C:\Users\{Username}\AppData\Local\Programs\Microsoft VS Code
.
%AppData%
目录详解%LocalAppData%\Programs
是用来存放单用户安装程序的目录。%LocalAppData%\Programs
与%LocalAppData%\ProgramData
两者不会出现在%AppData%
中。
例如vs code的安装路径就在%LocalAppData%\Programs
。Vs code官网对单用户安装与系统级别的安装进行了说明:
例如vs code的安装路径就在%LocalAppData%\Programs
。Vs code官网对单用户安装与系统级别的安装也进行了说明。
By default, VS Code is installed under
C:\Users\{Username}\AppData\Local\Programs\Microsoft VS Code
.