Windows 10 Windows 10 Setup with Autounattend.xml to set the computer name

  • Thread starter Thread starter m.fessler
  • Start date Start date
M

m.fessler

Guest
Hello everybody,

I would like to use a (as short as possible) "Autounattend.xml" to configure the computer name (no more!) during an installation.
I even downloaded Windows SIM and created an answer file.

Unfortunately, it doesn't work.

If I write something wrong in the xml file (for example "123") I get an error message right at the beginning.
Thus the file will be read, but unfortunately the instruction is ignored.
The USB Stick was created with the media creation tool.

Does anyone have a hint for me?

Thanks and greetings,
Martin


<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComputerName>mypcname</ComputerName>
</component>
</settings>
</unattend>

More...
 
Back
Top