回答:
復号化せずに、1)manage-bdeツールを使用するか、2)Win32_EncryptableVolume WMIインターフェイスを使用して、回復パスワードを変更できます。最初の方法はプログラミング/スクリプトを必要としないので、そのルートに進みます。
Xを想定:回復パスワードを変更するBitLockerで保護されたドライブです。
manage-bde X: -protectors -get -type RecoveryPassword
manage-bde X: -protectors -delete -id [paste the ID you copied]
manage-bde X: -protectors -add -rp [optionally specify the new 48-digit password or enter nothing to have it randomly generated for you]
これで完了です。回復パスワードを変更しました。
注:回復パスワードを削除しようとしたときにエラーが発生した場合は、システムのグループポリシーで回復パスワードが必要とされている可能性があります。これを回避するには、まずBitLockerを一時停止してmanage-bde X: -protectors -disable
から、新しい回復パスワードを追加した後、で保護を再開しmanage-bde X: -protectors -enable
ます。