Contents

Windows11 (Parallels) | Change parallels windows password

Environment

  • Parallels Desktop (for Mac Pro Edition) 17
  • Windows 11

Problem

When installing windows update on parallels, login password is required.


Solution

1. check UUID

On terminal, run prlctl list --all command and check UUID.

1
2
3
$ prlctl list --all
UUID                                    STATUS       IP_ADDR         NAME
{1cf4xxxx-xxxx-xxxx-xxxx-36bfccxxxxxx}  running      -               Windows 11

2. set password

Set new password by prlctl set command.

1
$ prlctl set {uuid} --userpasswd {Windows Login User Name}:{New Password}

After running the command, you will see a message saying authentication tokens updated successfully, then you can login to windows by the new password.


References