From b7796ab6f576679126b2bb3b5b16580aa3bdd7cd Mon Sep 17 00:00:00 2001 From: menli Date: Fri, 14 Nov 2025 15:49:16 +0800 Subject: [PATCH] Set a configurable client/server installation password Set a configurable HLK-client and HLK-server installation password, default to 'Assentor01'. Signed-off-by: menli --- answer-files/unattend.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/answer-files/unattend.xml.in b/answer-files/unattend.xml.in index b539767..eadb577 100644 --- a/answer-files/unattend.xml.in +++ b/answer-files/unattend.xml.in @@ -4,7 +4,7 @@ - Qum5net. + @DEFAULT_PASSWORD@ true</PlainText> </Password> <Enabled>true</Enabled> @@ -21,7 +21,7 @@ </OOBE> <UserAccounts> <AdministratorPassword> - <Value>Qum5net.</Value> + <Value>@DEFAULT_PASSWORD@</Value> <PlainText>true</PlainText> </AdministratorPassword> </UserAccounts>