Hey,
is it possible to change the autounattend.xml during the Setup? we want to define the Computername with a script and to run the script during the windows setup, so that our background is build afterwards in a PreLogin Script having all Ready the right Computername. for that we need to load a csv file with all our information from a network folder. since we are using a PXE for it, the network connection shouldn´t be a Problem right?
Edit 1
After i read a post from nuhi, i saw that it is not only the autounattened file, that is responsable for the computers name.
but maybe there is a other solution the configure it in the setup.
Thanks in advanced.
is it possible to change the autounattend.xml during the Setup? we want to define the Computername with a script and to run the script during the windows setup, so that our background is build afterwards in a PreLogin Script having all Ready the right Computername. for that we need to load a csv file with all our information from a network folder. since we are using a PXE for it, the network connection shouldn´t be a Problem right?
Edit 1
After i read a post from nuhi, i saw that it is not only the autounattened file, that is responsable for the computers name.
Yeah, that's a good method, just 2 things to add:
- Unattended page requires an image loaded to populate options, like available languages and such, they are not hard-coded.
Also no other page works without loading, so it would be a weird exception.
- Be careful if using Computer Name [Prompt] option, that one depends on the image editing as well, so copying just autounattend.xml in that particular case would cause a setup error.
Will check the settings page sizing, thanks for the feedback.
but maybe there is a other solution the configure it in the setup.
Thanks in advanced.
Last edited: