removed passwords in autounattend_*.xml files

This commit is contained in:
Michael H.G. Schmidt 2021-03-02 23:27:23 +01:00
parent f48ed62dc2
commit 9329c77586
4 changed files with 17 additions and 7 deletions

View File

@ -101,9 +101,11 @@
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>UwB0AGEAcgB0AF8AMQAyADMANAA1ACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
<!-- PASSWORD HERE -->
<Value></Value>
<PlainText>true</PlainText>
</Password>
<!-- USERNAME HERE -->
<DisplayName>support</DisplayName>
<Name>support</Name>
<Group>Administrators</Group>
@ -112,11 +114,13 @@
</UserAccounts>
<AutoLogon>
<Password>
<Value>UwB0AGEAcgB0AF8AMQAyADMANAA1ACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
<!-- PASSWORD HERE -->
<Value></Value>
<PlainText>true</PlainText>
</Password>
<Enabled>true</Enabled>
<LogonCount>1</LogonCount>
<!-- USERNAME HERE -->
<Username>support</Username>
</AutoLogon>
<FirstLogonCommands>

View File

@ -121,10 +121,12 @@
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>UwB0AGEAcgB0AF8AMQAyADMANAA1ACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
<!-- PASSWORD HERE -->
<Value></Value>
<PlainText>false</PlainText>
</Password>
<DisplayName>support</DisplayName>
<!-- USERNAME HERE -->
<Name>support</Name>
<Group>Administrators</Group>
</LocalAccount>
@ -132,11 +134,13 @@
</UserAccounts>
<AutoLogon>
<Password>
<Value>UwB0AGEAcgB0AF8AMQAyADMANAA1ACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
<!-- PASSWORD HERE -->
<Value></Value>
<PlainText>false</PlainText>
</Password>
<Enabled>true</Enabled>
<LogonCount>1</LogonCount>
<!-- USERNAME HERE -->
<Username>support</Username>
</AutoLogon>
<FirstLogonCommands>

View File

@ -10,6 +10,7 @@ echo activating AEROLITE theme ...
powershell -command "Start-Process %THEMES%\aerolite.theme"
@echo off
timeout /T 5
taskkill /F /IM SystemSettings.exe 2>nul
echo ####### %0 #######

View File

@ -50,7 +50,8 @@ if NOT EXIST %LOCALSTATE%\settings.json (
%LOCALSTATE%\settings.json
)
if EXIST %STATUSFILE% GOTO END
rem if EXIST %STATUSFILE% GOTO END
GOTO END
echo.
echo #####
echo ##### USER TWEAKS