Forrest logo
back to context overview

repair-bde

List of commands for repair-bde:

  • repair-bde:tldr:210a6 repair-bde: Log all output to a specific file.
    $ repair-bde ${C:} -LogFile ${path\to\file}
    try on your machine
    explain this command
  • repair-bde:tldr:34be9 repair-bde: Display all available options.
    $ repair-bde /?
    try on your machine
    explain this command
  • repair-bde:tldr:54df9 repair-bde: Attempt to repair a specified volume.
    $ repair-bde ${C:}
    try on your machine
    explain this command
  • repair-bde:tldr:58c9e repair-bde: Attempt to repair a specified volume using the provided password.
    $ repair-bde ${C:} -Password ${password}
    try on your machine
    explain this command
  • repair-bde:tldr:70fcf repair-bde: Attempt to repair a specified volume using the provided numerical recovery password.
    $ repair-bde ${C:} -RecoveryPassword ${password}
    try on your machine
    explain this command
  • repair-bde:tldr:7e3b4 repair-bde: Attempt to repair a specified volume using the provided key package.
    $ repair-bde ${C:} -KeyPackage ${path\to\directory}
    try on your machine
    explain this command
  • repair-bde:tldr:bd485 repair-bde: Attempt to repair a specified volume using the provided recovery key file.
    $ repair-bde ${C:} -RecoveryKey ${path\to\file-bek}
    try on your machine
    explain this command
  • repair-bde:tldr:efeee repair-bde: Attempt to repair a specified volume and output to another volume.
    $ repair-bde ${C:} ${D:}
    try on your machine
    explain this command
back to context overview