COKEDUDEUSF Posted May 15, 2010 Posted May 15, 2010 Can someone explain this. I don't see %username% or %computername% in the code they gave. http://unattended.msfn.org/unattended.xp/view/registry/35/
cluberti Posted May 16, 2010 Posted May 16, 2010 What's the question, specifically? Those hex values change the name of the My Computer icon to say %username% on %computername% (those are inbox system variables that will resolve to the logged on user name and the computer's name).
CoffeeFiend Posted May 16, 2010 Posted May 16, 2010 It's there, but the unicode values are converted to hex before being written in a .reg file (admittedly not a particularly easy format for a human to read)The first part (LocalizedString) is "%USERNAME% on %COMPUTERNAME%" and the other (LocalizedString) is "%computername%".
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now