Tuesday, June 2, 2009

To Change Name of "MyComputer"

  1. Start > Run
  2. Type "Regedit"
  3. Registry Key: "HKEY_CLASSES_ROOT\CLSID\ {20D04FE0-3AEA-1069-A2D8-08002B30309D}"
  4. Data Type: REG_EXPAND_SZ [Expandable String Value]
  5. // Value Name: LocalizedString
  6. Rename the value [LocalizedString] to [LocalizedString.old]
  7. Modify/Create the Value Name [LocalizedString] according to the Value Data listed below.
  8. Create a REG_EXPAND_SZ [Expandable String Value] and name it [LocalizedString] Value Data for [LocalizedString]: [%USERNAME% on %COMPUTERNAME%]
  9. Exit Registry
  10. Reboot

No comments:

Post a Comment