Cant Import TimeoutPeriodInMinutes

empty

New Member
Hey,
I cant import the Variable <TimeoutPeriodInMinutes>5</TimeoutPeriodInMinutes> from any template I create. Ntlite will always use the default value of 15 minutes.
Is there maybe something broke?
 
 
To be a little more specific. I meant the Domainjoinpart:

</component>
<component name="Microsoft-Windows-UnattendedJoin">
<Identification>
<JoinDomain></JoinDomain>
<TimeoutPeriodInMinutes>5</TimeoutPeriodInMinutes>
<UnsecureJoin>false</UnsecureJoin>
<Credentials>
<Domain></Domain>
<Password></Password>
<Username>Administrator</Username>
</Credentials>
</Identification>
</component>

 
Back
Top