change computer desktop icon in Windows 2008 R2 to display computer name
Posted
by Mouffette
on Server Fault
See other posts from Server Fault
or by Mouffette
Published on 2010-05-24T03:21:35Z
Indexed on
2010/05/24
3:32 UTC
Read the original article
Hit count: 603
In Windows 2003 I was able to change the registry key as follows to display the actualy computer name on the desktop using the Computer Desktop Icon.
System Key: [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]
Change "LocalizedString" value to %COMPUTERNAME%
I'm getting access denied messages using regedit for this key and I'm unable to give full rights to this specific key as well as administrator.
Does anyone have a better solution for displaying the computer name on the desktop?
Thanks.
© Server Fault or respective owner