Skip to content

Commit 88407f7

Browse files
committed
reverting win7 to plain text passwords
1 parent 4a497f3 commit 88407f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

definitions/windows-7-enterprise/Autounattend.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@
6767
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
6868
<UserAccounts>
6969
<AdministratorPassword>
70-
<Value>ZABnAEIAaABBAEcAYwBBAGMAZwBCAGgAQQBHADQAQQBkAEEAQgBRAEEARwBFAEEAYwB3AEIAegBBAEgAYwBBAGIAdwBCAHkAQQBHAFEAQQBBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value>
70+
<Value>vagrant</Value>
7171
<PlainText>false</PlainText>
7272
</AdministratorPassword>
7373
<LocalAccounts>
7474
<LocalAccount wcm:action="add">
7575
<Password>
76-
<Value>dgBhAGcAcgBhAG4AdABQAGEAcwBzAHcAbwByAGQA</Value>
77-
<PlainText>false</PlainText>
76+
<Value>vagrant</Value>
77+
<PlainText>true</PlainText>
7878
</Password>
7979
<Description>Vagrant User</Description>
8080
<DisplayName>vagrant</DisplayName>
@@ -91,8 +91,8 @@
9191
</OOBE>
9292
<AutoLogon>
9393
<Password>
94-
<Value>dgBhAGcAcgBhAG4AdABQAGEAcwBzAHcAbwByAGQA</Value>
95-
<PlainText>false</PlainText>
94+
<Value>vagrant</Value>
95+
<PlainText>true</PlainText>
9696
</Password>
9797
<Username>vagrant</Username>
9898
<Enabled>true</Enabled>

0 commit comments

Comments
 (0)