コマンド ライン インターフェイス経由で Windows のパスワードを変更する

CLI 経由で Windows アカウントのパスワードを変更するには、以下の手順に従います。

  1. Windows を起動 します。
  2. OS X でターミナルを起動し ([アプリケーション] > [ユーティリティ] > [ターミナル])、以下のコマンドを実行して Windows UUID (Universally Unique Identifier) を確認します。

    prlctl list --all

    次の出力が表示されます。

    UUID STATUS IP_ADDR NAME

    {6f05fe58-2ef6-4049-847a-c393f1077658} running - Windows 7

    6f05fe58-2ef6-4049-847a-c393f1077658 が Windows UUID です。

  3. 以下のコマンドを実行して Windows アカウントのパスワードを変更します。

    prlctl set <Windows UUID> --userpasswd <account_name>:<new_password>

    このコマンドは、次のようになります。

    prlctl set 6f05fe58-2ef6-4049-847a-c393f1077658 --userpasswd Appleseed:qwerty

    次の出力が表示された場合、パスワードが正常に変更されています。

    authentication tokens updated successfully.