CODE: [Copy to clipboard]For Each x In GetObject("winmgmts:win32_useraccount").instances_ If LCase(x.name) = "guest" Then x.rename "来宾" Next