Print Topic

Computer Q&A Board  /  Other Programs  /  How to display computer name on the desktop
Posted by: Olives, April 19th, 2007, 4:39am
I have been trying to find an answer to this question for the past three days with no success.

I'm trying to find a way to display the computer name in the upper-right corner of the screen. I know this is possible because i've seen it done at my last job but everything was done in scripts so I'm not sure how they did it.

I have already seen the two alternatives of changing the My Computer reghack and the clock reghack and those are not what I want. I also don't want to create a wallpaper for each pc especially if the computer name changes.

The reason I want this is because at work we got a bunch of PC's (Over 50) that will be networked and it would be nice to identify the pc without having to display the System Properties on each PC. The Range of OS vary too from Windows 2000 to Windows Server 2003. I have searched and searched the web and keep finding the same two reghacks and no answers to my question.

Please help me if you can :)
Posted by: dlwolff0, April 22nd, 2007, 2:44am; Reply: 1
Take a look at this article.

http://support.microsoft.com/kb/310514/en-us

It might be a way to do what you want.
Posted by: Olives, April 22nd, 2007, 10:06am; Reply: 2
Doesn't look like "Distribute a Custom Desktop Theme to Users in Windows XP" is what i'm looking for.
Posted by: ray2nite, April 22nd, 2007, 5:43pm; Reply: 3
This is not exactly what you want but it may serve the purpose. I found this somewhere and have never tired it, so I cannot vouch for whether it will work or not. Try at your won risk.

=============================================================
Show User and Computer Name on Desktop (Windows NT/2000/XP)

This tweak will rename "My Computer" to "Username on Computername" making it simple to determine which computer you are logged on to and which username you are logged on as.


Using REGEDT32.EXE (this is necessary for REG_EXPAND_SZ) open your registry and find the key in the settings section below. Then continue following the steps for your Windows version.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For Windows NT
Delete the existing value called "No Name" and add a new REG_EXPAND_SZ value with an empty value name and set the value to "%USERNAME% on %COMPUTERNAME%".

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For Windows 2000
Rename the value named "LocalizedString" to "LocalizedString.old". Create a new REG_EXPAND_SZ value named "LocalizedString", and copy the contents of the original value to the new value except change the words "My Computer" to equal "%USERNAME% on %COMPUTERNAME%". For example, the new "LocalizedString" value may equal "@C:\WINNT\system32\shell32.dll,-9216@1033,%USERNAME% on %COMPUTERNAME%".

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For Windows XP or Internet Explorer 6.0+
Rename the value named "LocalizedString" to "LocalizedString.old". Create a new REG_EXPAND_SZ value named "LocalizedString", and set the value to "%USERNAME% on %COMPUTERNAME%".

Exit the registry editor, click on your desktop and press F5 (for refresh). The "My Computer" icon should now be rename to "Username on Computername".

Note: Users of Internet Explorer 6.0 or greater should use the method for Windows XP.

=============================================================
Posted by: Olives, April 23rd, 2007, 7:05am; Reply: 4
That's not exactly what i'm looking for because most often you have to select the icon of the mycomputer to actually see the full computer name.

I've seen this tweak again and again when I was looking for what I wanted and it does work it's just not what I want.

Thanks for trying though.
Posted by: dlwolff0, April 24th, 2007, 1:00am; Reply: 5
Stumbled across what you are looking for. :)

http://articles.techrepublic.com.com/5100-6358_11-6147528.html

Seems that SysInternals [recently acquired by Microsoft ] has a utility that does what you are seeking. According to the article, you can download it from the Microsoft web site for free.
Print page generated: December 4th, 2008, 6:40am