hey,
I am trying to set the default language for new users on my system during setupcomplete.cmd from en-us to de-de via command line.
Equivalent to manual option of changing current user display language to de-de; then intl.cpl -> Administrative -> Copy Settings.. -> checkbox for "new user...
thanks for your reply
Are you sure a "hard restart" without waiting for windows install to complete does not keep any leftovers?
Looking into my test it seems like windeploy.exe is running ~ 30 sec. after setupcomplete.cmd was finished. That seems like a lot of time for cleanup to me ;)
Hey,
during my setupcomplete.cmd I am performing some windows updates etc. (stuff which requires a restart).
Microsoft clearly states not to include a reboot command within setupcomplete.cmd as the windows install process might be interrupted.
So what are my options to automatically trigger a...
thank you for your reply.
I am not sure if this really behaves as expected since:
I am using the %CONFIGSETROOT% variable during RunSynchronous within specialize step. "specialize" is done within full blown Windows OS - no longer Windows PE "setup environment", which means the drive letter...
Hey,
Sorry to bring up that old thread again, but I think I stumbled across the "same" issue.
My Windows 11 24H2 unattend setup fails during specialize step with "file not found" error as soon as I try to execute any file from there.
Even though <UseConfigurationSet>true</UseConfigurationSet>...