Windows – Rename computer from command line

Last Updated: July 20th, 2025/Published On: June 11th, 2018/By /Views: 4937/

On local:

WMIC computersystem where caption=’CURRENT‘ rename NEW

From server changing remotely:

WMIC /node:”CURRENT” computersystem call rename “NEW“

Categories: Blog, Product SpecificTags:

Table of Contents