From LedHed's Wiki
Jump to: navigation, search
(Created page with " Wmic ComputerSystem WHERE Name=%ComputerName% call Rename Name="New-Hostname" Use double quotes if the hostname has a dash ( - ) in it. This method also also accepts environ...")
 
(No difference)

Latest revision as of 03:25, 22 July 2013

Wmic ComputerSystem WHERE Name=%ComputerName% call Rename Name="New-Hostname"

Use double quotes if the hostname has a dash ( - ) in it. This method also also accepts environment variables.