Post Setup not working 1.7.1.6623

DRkTmPEST

New Member
Hello,

Not sure if anyone else is running into this issue or not but I can't seem to get any post setup items to work anymore. I have a few programs that would get installed but nothing is happening. The entire install goes well, but nothing post setup. If I drill down to the installation disk after the install is done and go to the sources\$OEM$\$$\setup\scripts folder and run the setup script it then runs all the commands fine and installs all the items. Where does this get called during the automated install?

Matt
 
Hi,

other than some new bug, only reason would be the OEM Product Key, in which case the option Unatteded - toolbar - OEM SetupComplete would help.

If you used build 6622, it had a bug, so maybe saved the post-setup types wrongly to your preset.

Let me know if it worked before in the identical situation, and if the above helped.
A preset demonstrating the issue would help.

Thanks.
 
Add to Post-Setup this string:
Code:
echo %date% %time% >>%SystemDrive%\Users\Public\Desktop\setcomp.txt
This way, you will know if Post-Setup runs because a text file called setcomp will be created in desktop with date and time.

IF it runs, than you would need to run the commands on FirstLogon.
 
Hello,

Thanks for the suggestions. Sadly it is a no go. It won't run anything, no text file created. Tried deleting all entries I had in NTlite and added in a untouched vanilla copy of Windows 10 pro 64 bit 1803. Didn't modify anything other than disk setup and post setup. Didn't go perform the post install at all. Do I need to uninstall my NTlite and install it from scratch?

Matt
 
Thanks for the suggestions. Sadly it is a no go. It won't run anything, no text file created.
In Unattended page, at the left side select enable, in the middle look for the checkbox setupcomplete and make sure itis checked.

If you have added a key in Unattended, remove it, else, upload your preset.

You can use the button 'Attach files' to upload your preset.
 
In Unattended page, at the left side select enable, in the middle look for the checkbox setupcomplete and make sure itis checked.

If you have added a key in Unattended, remove it, else, upload your preset.

You can use the button 'Attach files' to upload your preset.

Hello Kasual,

Ok, that must have been a huge brain fart on my part. I have used this feature many times and always have that section enabled, but for some reason I don't remember turning that checkbox on and it was working. Weird. It is working fine now, thanks! Sometimes banging your head against a wall for something that worked before makes you overlook things I guess. Thanks again saved my sanity!
 
Ok, that must have been a huge brain fart on my part. I have used this feature many times and always have that section enabled, but for some reason I don't remember turning that checkbox on and it was working. Weird. It is working fine now, thanks!
You can build and use an OOBE.cmd file, it runs a couple of seconds before setupcomplete but if a command isn't run, then there would be a dependency error.
 
Back
Top