removed passwords in autounattend_*.xml files
This commit is contained in:
parent
f48ed62dc2
commit
9329c77586
@ -101,9 +101,11 @@
|
|||||||
<LocalAccounts>
|
<LocalAccounts>
|
||||||
<LocalAccount wcm:action="add">
|
<LocalAccount wcm:action="add">
|
||||||
<Password>
|
<Password>
|
||||||
<Value>UwB0AGEAcgB0AF8AMQAyADMANAA1ACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
|
<!-- PASSWORD HERE -->
|
||||||
<PlainText>false</PlainText>
|
<Value></Value>
|
||||||
|
<PlainText>true</PlainText>
|
||||||
</Password>
|
</Password>
|
||||||
|
<!-- USERNAME HERE -->
|
||||||
<DisplayName>support</DisplayName>
|
<DisplayName>support</DisplayName>
|
||||||
<Name>support</Name>
|
<Name>support</Name>
|
||||||
<Group>Administrators</Group>
|
<Group>Administrators</Group>
|
||||||
@ -112,11 +114,13 @@
|
|||||||
</UserAccounts>
|
</UserAccounts>
|
||||||
<AutoLogon>
|
<AutoLogon>
|
||||||
<Password>
|
<Password>
|
||||||
<Value>UwB0AGEAcgB0AF8AMQAyADMANAA1ACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
|
<!-- PASSWORD HERE -->
|
||||||
<PlainText>false</PlainText>
|
<Value></Value>
|
||||||
|
<PlainText>true</PlainText>
|
||||||
</Password>
|
</Password>
|
||||||
<Enabled>true</Enabled>
|
<Enabled>true</Enabled>
|
||||||
<LogonCount>1</LogonCount>
|
<LogonCount>1</LogonCount>
|
||||||
|
<!-- USERNAME HERE -->
|
||||||
<Username>support</Username>
|
<Username>support</Username>
|
||||||
</AutoLogon>
|
</AutoLogon>
|
||||||
<FirstLogonCommands>
|
<FirstLogonCommands>
|
||||||
|
@ -121,10 +121,12 @@
|
|||||||
<LocalAccounts>
|
<LocalAccounts>
|
||||||
<LocalAccount wcm:action="add">
|
<LocalAccount wcm:action="add">
|
||||||
<Password>
|
<Password>
|
||||||
<Value>UwB0AGEAcgB0AF8AMQAyADMANAA1ACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
|
<!-- PASSWORD HERE -->
|
||||||
|
<Value></Value>
|
||||||
<PlainText>false</PlainText>
|
<PlainText>false</PlainText>
|
||||||
</Password>
|
</Password>
|
||||||
<DisplayName>support</DisplayName>
|
<DisplayName>support</DisplayName>
|
||||||
|
<!-- USERNAME HERE -->
|
||||||
<Name>support</Name>
|
<Name>support</Name>
|
||||||
<Group>Administrators</Group>
|
<Group>Administrators</Group>
|
||||||
</LocalAccount>
|
</LocalAccount>
|
||||||
@ -132,11 +134,13 @@
|
|||||||
</UserAccounts>
|
</UserAccounts>
|
||||||
<AutoLogon>
|
<AutoLogon>
|
||||||
<Password>
|
<Password>
|
||||||
<Value>UwB0AGEAcgB0AF8AMQAyADMANAA1ACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
|
<!-- PASSWORD HERE -->
|
||||||
|
<Value></Value>
|
||||||
<PlainText>false</PlainText>
|
<PlainText>false</PlainText>
|
||||||
</Password>
|
</Password>
|
||||||
<Enabled>true</Enabled>
|
<Enabled>true</Enabled>
|
||||||
<LogonCount>1</LogonCount>
|
<LogonCount>1</LogonCount>
|
||||||
|
<!-- USERNAME HERE -->
|
||||||
<Username>support</Username>
|
<Username>support</Username>
|
||||||
</AutoLogon>
|
</AutoLogon>
|
||||||
<FirstLogonCommands>
|
<FirstLogonCommands>
|
||||||
|
@ -10,6 +10,7 @@ echo activating AEROLITE theme ...
|
|||||||
powershell -command "Start-Process %THEMES%\aerolite.theme"
|
powershell -command "Start-Process %THEMES%\aerolite.theme"
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
|
timeout /T 5
|
||||||
taskkill /F /IM SystemSettings.exe 2>nul
|
taskkill /F /IM SystemSettings.exe 2>nul
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
@ -50,7 +50,8 @@ if NOT EXIST %LOCALSTATE%\settings.json (
|
|||||||
%LOCALSTATE%\settings.json
|
%LOCALSTATE%\settings.json
|
||||||
)
|
)
|
||||||
|
|
||||||
if EXIST %STATUSFILE% GOTO END
|
rem if EXIST %STATUSFILE% GOTO END
|
||||||
|
GOTO END
|
||||||
echo.
|
echo.
|
||||||
echo #####
|
echo #####
|
||||||
echo ##### USER TWEAKS
|
echo ##### USER TWEAKS
|
||||||
|
Loading…
Reference in New Issue
Block a user