总体来讲分三步:
1、打开虚拟机。
2、打开终端,并输入命令:prlctl list --all,此命令得到的结果样式见下文,然后在结果中找到UUID。
3、输入命令:prlctl set --userpasswd <用户名>:<密码>,然后回车。完成!
g$ prlctl list --all
UUID STATUS IP_ADDR NAME
{3a25236f-2de3-4bfc-a29b-add9f2002b24} running - Windows 7
prlctl set 3a25236f-2de3-4bfc-a29b-add9f2002b24 --userpasswd name123:pwdabc
Authentication tokens updated successfully.
Success. The operation was successfully completed.
The VM has been successfully configured.