smarties11 Posted August 29, 2012 Posted August 29, 2012 Hi All, Just doing the final tweaks to our Windows 7 deployment. In XP, by adding a new registry entry you could get the NETBIOS name of the computer to appear at the end of 'My Computer'. This was useful from a support point of view as it was easy for the user to tell you the name of the PC without having to crawl around looking for labels. The same registry key doesn't work in Windows 7. Does anyone know if it is possible to do this in Windows 7? This was the code for XP [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}] "LocalizedString"=hex(2):4d,00,79,00,20,00,43,00,6f,00,6d,00,70,00,75,00,74,00,\ 65,00,72,00,20,00,28,00,25,00,43,00,6f,00,6d,00,70,00,75,00,74,00,65,00,72,\ 00,4e,00,61,00,6d,00,65,00,25,00,29,00,00,00 It's not like it's a major issue but just makes things nice and easy! Thanks!
FN-GM Posted August 29, 2012 Posted August 29, 2012 It does work but you will need to change permissions on the reg key first. This isnt recommended by Microsoft by the way. We use desktop info - Glenn's Eclectic Freeware 1
smarties11 Posted August 29, 2012 Author Posted August 29, 2012 Thanks - just looking and you can't change the permissions either, not without taking ownership anyhow. Think I'll leave it as it is. Thanks for the pointer with desktop info - will give that a try!
glennda Posted August 29, 2012 Posted August 29, 2012 TBH you should be able to make a little auto-it script the user can run which will pop up the hostname. should be fairly easy to make.
smarties11 Posted August 29, 2012 Author Posted August 29, 2012 Yes, just like the ability to see it quickly, at a glance. I've looked at desktop info though that FN-GM recommended and it will do just that, and more besides. Thanks!
glennda Posted August 29, 2012 Posted August 29, 2012 Yes, just like the ability to see it quickly, at a glance. I've looked at desktop info though that FN-GM recommended and it will do just that, and more besides. Thanks! It is deff possible to do what you want within 7 for renaming My computer as I've got lots of clients that do it Via ScriptLogic.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now