geepnozeex, на Win 10 PRO это окно можно скрыть через:
Код:
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AutoLogon>
<Enabled>true</Enabled>
<LogonCount>1</LogonCount>
<Username>Administrator</Username>
</AutoLogon>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Description>Администратор компьютера</Description>
<DisplayName>Администратор</DisplayName>
<Group>Administrators</Group>
<Name>Administrator</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<RegisteredOwner>Администратор</RegisteredOwner>
<TimeZone>FLE Standard Time</TimeZone>
<RegisteredOrganization />
<OOBE>
<HideEULAPage>true</HideEULAPage>
<OEMAppId>true</OEMAppId>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
</component>