Jump to content

Recommended Posts

Posted

Good Day all,

Just wondering if anyone knows how to have the "My Computer" name on the local desktop icon to read the workstation Netbios name?..

Thanks,


Posted

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....

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...