Windows - Hostname and Computer Description

thiagomw

New Member
Hello! I've been tryng to automate the Hostname and Computer Description but withtout success, can someone help me with this?
 
1. Enable Unattended mode.
Specialize / Shell options / Computer Name

Capture.PNG

2. No one really changes Computer Description on W10/11, because it's only visible from the legacy System Properties.
Add this command to Post-Setup (Machine):​
Code:
reg add "HKLM\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters" /v srvcomment /t REG_SZ /d "My PC Description" /f
 
Back
Top