activate setup
Enables the setup of the operating system after restart.
Parameter
- operating_system_path
- setup_type
- { unattended }
In order for the operating system to consider changes to the computer name, a restart is required.
Example
<command name="activate setup">
<operating_system_path>"E:WINDOWS"</operating_system_path>
<setup_type>mini_setup</setup_type>
<unattended>true</unattended>
</command>
assume devices
Device management drivers that are currently loaded should be applied.
Parameters
operating_system_path
In order for the operating system to consider the changes to the computer name, a restart is required.
Example
<command name="assume devices">
<operating_system_path>"E:WINDOWS"</operating_system_path >
</command>
change computer name
Change the computer name of the current operating system or the one forming the regular basis.
Parameter
- Computer_name
- { registry_information_path }
In order for the operating system to consider changes to the computer name, a restart is required.
Example
<command name="change computer name">
<computer_name>MyComputer</computer_name>
</command>
change computer sid
Change the SID of the current or the underlying operating system.
Parameter
- { registry_information_path }
In order for the operating system to consider changes to the computer name, a restart is required.
Example
<command name="change computer sid">
<registry_information_path>"E:WINDOWSsystem32config"</ registry_information_path >
</command>
replace hal
Replacement of the hardware abstraction layer.
Parameter
- { operating_system_path }
In order for the operating system to consider changes to the computer name, a restart is required.
Example
<command name="replace hal">
<operating_system_path>"E:WINDOWS"</operating_system_path>
</command>