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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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