1
Took about an hour, but I figured it out...
Go to File:
/modules/system/templates/system_comment.html
Find:
<{$comment.poster.uname}
Replace:
<{$comment.poster.name}
Go to File : /class/commentrenderer.php
(The Quickest and most efficient way would be to copy this into a text editor or equivalent to Find & Replace the following)
Find And Replace All instances of This:
'uname'
With
'name'
Be sure to keep those single quotes, you will delete out a very important function if you don't!