With a newly installed Windows 10, Microsoft assigned a random computer name to the installation. Information technology's hard to remember a randomly generated name specially if you are on a networked environment. Information technology's e'er preferable to change PC name to something that is recognizable and memorable. The calculator name is an identifier of the system over the network.

In the olden days, We used to rename a estimator by going to Figurer properties. With Windows x, Microsoft is pushing the use of Windows Settings instead of the command console applets. In this article, we will talk over 4 means to rename the computer in Windows 10 quickly. You can learn and follow the method you are comfortable with.

  1. Rename calculator using Windows Settings
  2. Rename Windows x PC using control panel (the erstwhile mode)
  3. Using PowerShell, rename the estimator
  4. Change computer name using command-line

Rename Windows 10 PC using Windows Settings

Microsoft is promoting Windows Settings instead of other tools like Control Console. To change the computer proper noun using Windows Settings, follow the steps below.

  1. Open Windows Settings from Start Carte (Windows key + i)
    Windows Settings from Starting time Menu" src="https://www.itechtics.com/wp-content/uploads/2019/08/Open up-Windows-Settings-from-Start-Menu-670×269.jpg" alt="Open Windows Settings from Start Menu" width="670″ height="269″ /> Open up Windows Settings from Start Menu
  2. Get to System –> Near. In the right-manus pane, printing the Rename this PC button.
    Rename This PC
    Rename This PC
  3. This will open up another dialog where you can enter the new arrangement proper noun.
    Rename Your PC
    Rename Your PC
  4. Clicking on the Adjacent button will open another dialog for restarting the system. Y'all can either restart the system immediately or restart later.
    Restart system after Rename
    Restart system after Rename

    Press Restart Now to restart the estimator. Otherwise, press Restart later to restart your PC manually.

  5. Afterwards the restart, the system will display the new name.

Rename Windows 10 PC using Command Panel

The organisation proper name tin can exist changed using Control Console applets. This is the former way and is still very convenient and quick. Follow the steps below:

  1. Get to Run –> systempropertiescomputername. This will open the Organisation Properties window with the Computer Proper noun tab. Alternatively, you tin utilise sysdm.cpl command. Choose whatever is easier to remember. Both the commands will open the same window.
    Open System Properties Computer tab
    Open System Properties Computer tab
  2. Click on the Change button. Another window will open where you tin modify the computer name, domain, and workgroup. You lot tin join a domain with agile directory network. Otherwise, Workgroup is the style to get. You can proceed this setting unchanged.
    System Properties window
    System Properties window
  3. Under the Computer name field, delete the old name and input the new reckoner name.
    Computer Name Domain Changes
    Computer Name Domain Changes
  4. The system will brandish a restart notification merely you volition need to restart the organization manually.
    Restart System dialog
    Restart Arrangement dialog
  5. The new arrangement proper noun will take effect after restarting.

Change reckoner proper noun using PowerShell

PowerShell is a very effective tool, specially for organization admins. You tin can change the estimator name in PowerShell using the following command:

Rename-Computer -NewName "itechtics-pc"

PowerShell gives a lot more advantage than just renaming your PC. Every bit a network administrator, you lot can rename computers remotely. The remote calculator needs to exist a member of the domain network or yous demand to have administrator credentials to rename the estimator successfully.

To alter the computer name remotely, you tin use the following control:

Rename-Computer -ComputerName "CurrentComputerName" -NewName "NewComputerName" -DomainCredential domain\username -Force -Restart

Yous tin can utilise PowerShell to get computer proper noun remotely:

Rename-Computer -ComputerName "CurrentComputerName" -NewName "NewComputerName" -DomainCredential \itechtics.local\admin -Force -Restart

This will open a new login dialog. Yous can enter the password there and it will start the renaming process on the remote computer.

Please make sure that you are running PowerShell in the authoritative mode for successfully running the above two commands. Otherwise, yous will get admission denied error.

Rename remote computer PowerShell credential request
Rename remote reckoner PowerShell credential request

If you want to rename several computers, you tin use the post-obit rename computer cmdlet (taken from Techrepublic):

$computers = Get-adcomputer | where {$_.proper noun –like "sales-*"} $num = 0 Foreach($computer in $computers) { For($num=one;$num –lt $computers.count;$num++) { Rename-figurer –computername $estimator –newname "southward-$num" –domaincredential domain\user –force –restart }

Change computer proper noun using command prompt

Yous tin also change the estimator name using command prompt chop-chop. Just run the following control:

WMIC computersystem where caption="CurrentPCName" rename "NewPCName"

To find the current system name, yous can run the following command:

hostname

Change system name using command prompt
Change system name using command prompt

Make sure that you are running command prompt as ambassador. Otherwise, you volition become a permission denied error.

If yous want to change the organisation proper noun of a remote computer using the command prompt, you can run the following command:

WMIC /node:"CurrentSystemName" /user:Admin /password:AdminPassword computersystem call rename "NewSystemName"

We have listed down all the methods to chop-chop modify the computer name in Windows x or even in before versions of Windows. These tin can exist useful for system administrators who have to alter figurer names frequently. Which is your favorite method to rename your PC?

Also come across: