BitLocker 명령줄을 사용하여 드라이브 잠금 해제, 암호화 및 복호화 하는 방법

The BitLocker command line lets you check encryption status, unlock a protected drive, enable BitLocker, or decrypt a drive using the built-in manage-bde tool. For example, run manage-bde -status to check a drive or 관리-드 -잠금 해제 D: -복구 비밀번호 YOUR-48-DIGIT-KEY to unlock it. This guide explains the essential BitLocker commands for Windows 11 and Windows 10.

복구 키가 없거나 찾기 어려운 경우 다음과 같은 특수 도구를 사용할 수 있습니다. Magic Recovery Key 자동으로 추가 지원을 할 수 있습니다. 사용 가능한 비트락커 복구 키 찾기 를 클릭합니다.

Windows 7/8/10/11 및 Windows Server 지원

목차

BitLocker Command Line Commands at a Glance

TaskBitLocker command
Check BitLocker statusmanage-bde -status
Check one drivemanage-bde -status D:
Unlock with a passwordmanage-bde -unlock D: -Password
Unlock with a recovery password관리-드 -잠금 해제 D: -복구 비밀번호 YOUR-48-DIGIT-KEY
비트락커 사용manage-bde -on D: -RecoveryPassword
Decrypt a drivemanage-bde -off D:
Pause encryptionmanage-bde -pause D:
Resume encryptionmanage-bde -resume D:

교체 D: with the drive letter you want to manage, and always open Command Prompt as an administrator before running these commands.

BitLocker 명령줄이란 무엇인가요?

관리 - bde 명령이라고도 하는 BitLocker 명령줄은 사용자가 명령 프롬프트 또는 PowerShell에서 직접 BitLocker 암호화 기능과 상호 작용할 수 있는 명령 집합입니다. 이러한 명령을 사용하여 드라이브 암호화, 드라이브 암호 해독, 비밀번호 변경, 복구 키 관리 등 BitLocker와 관련된 다양한 작업을 수행할 수 있습니다.

How to Unlock BitLocker with Command Line

Open Command Prompt as an administrator and first check the locked drive:

manage-bde -status D:

To unlock the drive with its password, run:

manage-bde -unlock D: -Password

Windows will then prompt you to enter the password securely. If you have the 48-digit BitLocker recovery password, use:

관리-드 -잠금 해제 D: -복구 비밀번호 YOUR-48-DIGIT-KEY

You can also unlock a drive with a .bek recovery key file:

manage-bde -unlock D: -RecoveryKey "E:\RecoveryKey.bek"

교체 D: with the locked drive and enter the recovery password exactly as saved, including the hyphens. The command line cannot bypass BitLocker encryption; it still requires a valid password, recovery password, recovery key file, or another authorized protector.

BitLocker 명령줄로 암호화하는 방법

1. 관리자 권한으로 명령 프롬프트를 엽니다.

manage - bde 명령을 효과적으로 사용하려면 관리자 권한이 필요합니다. 오른쪽 - 명령 프롬프트 아이콘을 클릭하고 “관리자 권한으로 실행”을 선택합니다.”

2. 암호화할 드라이브를 선택합니다.

암호화하려는 드라이브 문자를 식별합니다. 예를 들어 D: 드라이브를 암호화하려면 다음 명령을 사용할 수 있습니다:

manage – bde – on D:

이 명령은 지정된 드라이브에서 암호화 프로세스를 시작합니다. 기본적으로 BitLocker는 표준 암호화 방법을 사용합니다. 다른 암호화 모드를 사용하려면 추가 매개변수를 추가하면 됩니다. 예를 들어, XTS - AES 256 - 비트 암호화 모드를 사용하려면:

manage – bde – on D: – encryption XTS – AES256

암호화된 드라이브의 비밀번호를 설정하라는 메시지가 표시될 수도 있습니다. 이 비밀번호는 나중에 드라이브에 액세스하는 데 필요합니다.

BitLocker 명령줄로 암호 해독하는 방법

1. 관리자 권한으로 명령 프롬프트를 엽니다.

암호화와 마찬가지로 관리 권한이 필요합니다.

2. 드라이브 암호 해독

드라이브(예: D: 드라이브)의 암호를 해독하려면 다음 명령을 사용합니다:

manage – bde – off D:

If the drive is locked, unlock it with a password or recovery key before running this command. After manage-bde -off D: is accepted, Windows starts decrypting the drive in the background. You can check the progress at any time with manage-bde -status D:. The time it takes to decrypt the drive depends on the size of the drive and the amount of data stored on it.

manage – bde – on D: – encryption XTS – AES256

How to Find a Missing BitLocker Recovery Key

Magic Recovery Key does not bypass BitLocker encryption. It scans the current computer and connected drives for available BitLocker recovery keys that may have been stored previously.

1. 신뢰할 수 있는 출처에서 Magic Recovery Key 를 다운로드하여 설치합니다..

Windows 7/8/10/11 및 Windows Server 지원

2. 소프트웨어를 열고 왼쪽 메뉴에서 비트 락커 복구 키를 선택합니다..

사용 단계-마법 복구 키

3. 소프트웨어가 BitLocker 키를 검색하도록 검색을 클릭합니다..

4. 키를 찾으면 복사하여 암호화된 드라이브의 잠금을 해제하는 데 사용하세요.

사용 단계-마법 복구 키

결론

그리고 BitLocker 명령줄 는 다음과 같은 도구를 통해 BitLocker로 암호화된 드라이브를 관리할 수 있는 강력하고 유연한 방법을 제공합니다. manage-bde, 을 사용하여 드라이브 잠금을 해제하고, 암호화 상태를 확인하고, 복구 시나리오를 효율적으로 처리할 수 있습니다. 명령 프롬프트 또는 PowerShell에서 작업하는 데 익숙한 사용자에게는 이 방식이 표준 그래픽 인터페이스보다 더 뛰어난 제어와 자동화를 제공합니다.

하지만 BitLocker 암호 또는 복구 키, 와 같은 명령줄 방법만으로는 충분하지 않을 수 있습니다. 이러한 상황에서는, Magic Recovery Key 는 필수적인 동반 도구가 되었습니다. 컴퓨터, 외부 저장 장치 및 시스템 레코드를 자동으로 스캔하여 다음을 수행할 수 있습니다. 사용 가능한 BitLocker 복구 키 찾기, 를 사용하면 잠긴 드라이브에 훨씬 쉽게 다시 액세스할 수 있습니다. 시간을 절약하고 영구적인 데이터 손실을 방지하려면 다음을 다운로드하는 것이 좋습니다. Magic Recovery Key 를 사용하여 BitLocker로 보호된 드라이브로 작업할 때마다 준비 상태를 유지합니다. BitLocker 명령줄.

Windows 7/8/10/11 및 Windows Server 지원

자주 묻는 질문

명령줄로 BitLocker 잠금을 해제하려면 어떻게 하나요?

You can unlock BitLocker from an elevated Command Prompt by running manage-bde -unlock D: -Password. If you have the 48-digit recovery password, run manage-bde -unlock D: -RecoveryPassword YOUR-48-DIGIT-KEY. Replace D: with the letter of the locked drive.

BitLocker 비밀번호를 잊어버린 경우 어떻게 해야 하나요?

비밀번호를 잊어버린 경우에도 BitLocker 복구 키를 사용하여 드라이브 잠금을 해제할 수 있습니다. 복구 키가 없는 경우 Magic Recovery Key와 같은 도구를 사용하여 복구 키를 스캔하고 검색할 수 있습니다.

BitLocker 명령줄 도구를 사용하려면 관리자 권한이 필요한가요?

Yes. Open Command Prompt as an administrator and run manage-bde -status to check every drive, or manage-bde -status D: to check a specific drive. The results show its conversion status, encryption percentage, encryption method, protection status and lock status.

명령줄을 사용하여 BitLocker 상태를 확인할 수 있나요?

예. 실행하여 모든 드라이브의 암호화 상태를 볼 수 있습니다:manage-bde -status이 명령은 암호화 진행률, 보호 상태, 암호화 방법을 표시합니다.

명령줄로 BitLocker를 활성화 또는 비활성화할 수 있나요?

예. BitLocker 명령줄에서 필요에 따라 manage-bde -on 또는 manage-bde -off를 사용하여 BitLocker를 켜거나 끌 수 있습니다.

명령줄을 사용하여 BitLocker 복구 키를 백업할 수 있나요?

예. 복구 보호자를 추가하거나 관리하는 명령을 사용하여 복구 키를 특정 위치로 내보낼 수 있으므로 백업을 안전하게 유지할 수 있습니다.

BitLocker 작업에 명령 프롬프트 대신 PowerShell을 사용할 수 있나요?

물론입니다. PowerShell은 스크립팅 지원과 함께 유사한 기능을 제공하는 Unlock-BitLocker와 같은 BitLocker cmdlet을 지원합니다.

메타데이터가 누락되거나 손상되어 BitLocker를 잠금 해제할 수 없는 경우 어떻게 해야 하나요?

If a drive cannot be unlocked even with a valid recovery key, stop writing data to it and check the drive for hardware or BitLocker metadata problems. repair-bde may help recover data from a damaged BitLocker volume, but it requires a valid recovery password or recovery key and a separate output drive.

에린 스미스는 Amagicsoft에서 가장 전문적인 작가 중 한 명으로 인정받고 있습니다. 지난 10년간 꾸준히 글쓰기 기술을 연마해 왔으며 수백만 명의 독자가 기술 문제를 해결하는 데 도움을 주었습니다.