将密码设为常量

This commit is contained in:
bin456789
2024-05-22 21:56:11 +08:00
parent 7c96c4682f
commit a83cd16145
3 changed files with 16 additions and 7 deletions

View File

@ -120,7 +120,7 @@
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="%arch%" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UserAccounts>
<AdministratorPassword>
<Value>123@@@</Value>
<Value>%password%</Value>
<PlainText>true</PlainText>
</AdministratorPassword>
</UserAccounts>