G garlin Moderator Staff member Messages 8,257 Reaction score 4,009 Jan 9, 2025 #2 Two methods: 1. From the Unattended screen, change the Model name in OEM information. View attachment 13547 2. Run a reg command from Post-Setup. Code: reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation /v Model /t REG_SZ /d "Optimum 11" /f
Two methods: 1. From the Unattended screen, change the Model name in OEM information. View attachment 13547 2. Run a reg command from Post-Setup. Code: reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation /v Model /t REG_SZ /d "Optimum 11" /f
tistou77 Moderator Staff member Messages 1,212 Reaction score 238 Jan 9, 2025 #4 If you don't want OEM information, but "classic" The registry key is located here Code: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ActiveComputerName] "ComputerName"="you_name" Or in the Unattended page View attachment 13551
If you don't want OEM information, but "classic" The registry key is located here Code: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ActiveComputerName] "ComputerName"="you_name" Or in the Unattended page View attachment 13551