Installing after installation finished

bursa1616

New Member
Hi,
Ntlite's post-install feaure works while windows preparing screen but office installation and some programs fail when installed this stage..
I want to start installation after windows totally installed (On the first boot when desktop comes).
Is it possible?

Thanks..
 
Integrate the commands in (first logon) windows registry HKLM branch or autounattend.xml file if setupcomplete (Post Setup page in NTLite) doesn't work.
 
You can integrate REG file in the Registry page, use HKCU prefix to apply it to each user automatically.
Meaning when NTLite detects HKEY_CURRENT_USER, it will apply it to the default user hive.

If you want to run something instead on each user, use HKCU...Runonce key.
However, then use a command to first copy it from post-setup so when it's deleted after setup, you can run it after user creation.

Should make the option to delay execution to user-level, that was planned for a while now, pushing it up in priority.

Thanks.
 
Back
Top