How to change the Model name in Windows 11 Pro?

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
 
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
 
Back
Top