From 24be68aa6dee5cb650ef1e5a4e1771ca1938bc25 Mon Sep 17 00:00:00 2001 From: "Fabian Nunez (MSFT)" <34455636+fnunez-msft@users.noreply.github.com> Date: Fri, 29 Apr 2022 17:04:18 -0700 Subject: [PATCH] Update usmt-recognized-environment-variables.md Fixed the description for SYSTEMROOT and added one for SYSTEMDRIVE. --- .../deployment/usmt/usmt-recognized-environment-variables.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/deployment/usmt/usmt-recognized-environment-variables.md b/windows/deployment/usmt/usmt-recognized-environment-variables.md index 269e898fa4..f8ff05d3f7 100644 --- a/windows/deployment/usmt/usmt-recognized-environment-variables.md +++ b/windows/deployment/usmt/usmt-recognized-environment-variables.md @@ -86,8 +86,9 @@ You can use these variables within sections in the .xml files with `context=User |**SYSTEM**|Refers to %**WINDIR**%\system32.| |**SYSTEM16**|Refers to %**WINDIR**%\system.| |**SYSTEM32**|Refers to %**WINDIR**%\system32.| +|**SYSTEMDRIVE**|The drive that holds the Windows folder. Note that this is a drive name and not a folder name (`C:` not `C:\`)| |**SYSTEMPROFILE**|Refers to the value in **HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-18 [ProfileImagePath]**.| -|**SYSTEMROOT**|Refers to the root of the system drive.| +|**SYSTEMROOT**|Same as **WINDIR**.| |**WINDIR**|Refers to the Windows folder located on the system drive.| ## Variables that are recognized only in the user context