Is there anyway to setup a login script, policy group, etc that will display the computer name on the desktop? It would make things a whole lot easier when helping a user.
Thanks
Not sure what OS you're using, but this works with NT. This will replace "My Computer" with the username and computer name.
HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}.
Select the <No Name> value and Delete.
From the Edit menu select Add Value.
Leave the value name blank and set the type to REG_EXPAND_SZ.
Click OK and enter the text "User: %USERNAME% on: %COMPUTERNAME%".
Click OK.
I'm not sure because I don't have a W2k or Win98 machine to test it on. But the fix should be similar and you should be able to put it in the logon script or push it to workstations using a utility such as Dameware.
You can use REGREAD from the system Resource Kit to read the registry key containing the CPU name. Then if the name ever changes for any reason, your Regread information will always be current and accurate.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.