Jump to content

Changing "MyComputer" to "Workstation Name"


Recommended Posts


Try this... (W2k/XP) haven't tried on 2003

@echo off

REM --- change my computer to read computername ---

REM old value @%SystemRoot%\system32\SHELL32.dll,-9217

REG ADD HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D} /v LocalizedString /t REG_EXPAND_SZ /d "%computername%" /f

Note: I keep the old value, just in case....

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...