|
|
|
25/02/2006 - 12:25 (Category: Windows) You can show user name and computer name in place of 'my computer' easily editing the Windows' registry. Follow me: 1) click on Start -> Run 2) type 'regedit' 3) go to HKEY_CLASSES_ROOT \ CLSID \ {20D04FE0-3AEA-1069-A2D8-08002B30309D} 4) right-click 'LocalizedString' then choose 'Rename' 5) name it 'oldLocalizedString' 6) select New > Expandable String Value from the Edit menu 7) name it 'LocalizedString' 8) double-click the new LocalizedString 9) in the Value Data: box type: %USERNAME% on %COMPUTERNAME% 10) close regedit 11) right-click the Desktop and select 'Update' You are done! To reverse the process ,run regedit again, delete the new LocalizedString key then rename the oldLocalizedString. WARNING: the Windows' registry is the heart of Windows: you will be in *TROUBLE* if you damage it! Your computer could be temporarily unavailable! So, before editing it, please make sure you have a backup copy of it. Refer to this article: http://support.microsoft.com/kb/322756/en-us to know more about the Windows' registry backup procedure Go back
DISCLAIMER: |
|