Open Powershell as admin and run these 3 cmds - doesnt work in powershell 7


$PC = Get-WmiObject -class Win32_OperatingSystem -computername "W5H"   Or can use ip address

$PC.Description = "new computer description"

$PC.Put()


Should get a summary of the change being made