NTLite Forums

Hello everyone
I'm working on a winPE for troubleshooting.
I loaded the winPe boot.wim and I would like to change the computer name.
I modified the following keys:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ActiveComputerName]
"ComputerName"="Test"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName]
@="mnmsrvc"
"ComputerName"="Test"

When I load these modified keys into NTliTE, this is what appears:
Windows Registry Editor Version 5.00

[Machine-SYSTEM\ControlSet001\Control\ComputerName]
[Machine-SYSTEM\ControlSet001\Control\ComputerName\ActiveComputerName]
[Machine-SYSTEM\ControlSet001\Control\ComputerName\ComputerName]

Can you help me and explain how to change the computer name?
With many thanks
Back
Top