Skip navigation

JSI Tip 1271. Automatically change the My Computer caption to %UserName% over %ComputerName%.

If your users have trouble telling you who they are, and where they are logged on from, try the following:

1. Use Regedt32 to navigate to:

     HKEY_CLASSES_ROOT\CLSID\\{20D04FE0......

2. Select the <No Name> value in the right hand pane and delete it
     (It should have contained the current caption).

3. On the Edit menu, click Add Value.

4. Leave the Value Name blank and Select Data Type of REG_EXPAND_SZ

5. In the String box, type any one of the following lines (or make your own).

     %UserName% %ComputerName%
     User: %UserName% on: %ComputerName%

6. Refresh the screen or logoff/logon.

7. The next time a user calls, have them read you the desktop caption of the My Computer icon.

NOTE: See tip 2001 for doing this in Windows 2000.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish