Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Shortcut to Change Computer Name

Featured Replies

I need to create a shortcut to the Change Computer Name applet in XP. I have found this, "control.exe sysdm.cpl,,1 -1", will open the system propereties and computer name tab, but I want to open the Change Computer Name applet directly. Anybody know the command to do this?

post-63971-1150390153_thumb.jpg


Don't know a shortcut, but you could use the following AutoIT script

Run("control sysdm.cpl,,1 -1")
WinWaitActive("System Properties")
Send("!c")

Unfortunately it only runs on english versions.

Hello,

Have you try this tool ? WSNAME

http://mystuff.clarke.co.nz/wsname.asp

It's about to provide an automated method to change a workstations name

I have created a simple VBS script to change, in my unattended XPCD,with a popup the computer name.

Bye

'Script de changement du nom de machine de l'ordinateur.

Option Explicit

Dim objNet, sh, commande_wsname,utilisateur,ordinateur,domaine

Set objNet = WScript.CreateObject("WScript.Network")

Set Sh = WScript.CreateObject("WScript.Shell")

Utilisateur = objNet.UserName

Ordinateur = objNet.ComputerName

Domaine = objNet.UserDomain

Dim MachineName

'********************** Nom de la machine ***************************'

MachineName = InputBox("Nom de machine actuelle :" & ordinateur & vbCrLf & "Utlisateur :" & utilisateur & vbCrLf & vbCrLf & "Entrez le nouveau nom d'ordinateur : ", "Changement nom ordinateur", "WIN_XPSP2")

If MachineName = "" Then WScript.Quit

WScript.Echo "Bienvenue " & Domaine & "\" & Utilisateur & "."

'Lancement de wsname pour changer le nom de l ordinateur

commande_wsname="wsname.exe" & " /n:" & MachineName & " /NOREBOOT /MCN"

Sh.run commande_wsname

  • Author

I have scripts to rename the computer to a three letter site code and serial number and then join the machine to the domain that work fine. I need this to pop up on machines that get reimaged. The scriptwii fail if the machine account already exixts in the domain, but if I do it manually it joins fine.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.