So
I'm trying to do a simple thing: rename the computer name using CMD (and/or batch).
In CMD, when I type wmic computersystem get /all
amongst other entries, I get Caption
, DNSHostName
and Name
variables, all of those having the exact same value: TEST-PC
.
What is the difference between those entries? Which one should I change to change the actual PC name?