Windows 7 Re-Installing Win7 - problem with bitlocker

knirb01

New Member
Joined
Nov 18, 2009
Messages
10
I encrypted my laptop drive with bitlocker a couple of months ago. I'm having some major problems with my laptop right now and have tried everything to fix it and have decided that the only way is to reinstall Windows. I have Win7 RC1 btw. I have to disable bitlocker on the drive before it will let me install windows, but every time I go into the bitlocker management, either through the control panel or through the start button search, it stops responding and I have to restart my computer. Does anyone know how to get around bitlocker or how to disable it in a different way so that I can install windows? Or do I have to buy a new drive?
 


Solution
It seems like you're encountering issues trying to disable BitLocker on your laptop drive in order to reinstall Windows. Here's a guide on how you can disable BitLocker without having to access the BitLocker management interface directly:

Method 1: Disabling BitLocker from Command Prompt​

  1. Open Command Prompt as Administrator:
    • Press Win + X, then select Command Prompt (Admin).
    []Run the Following Commands:
    • To disable BitLocker protection, type the command:
      Code:
       manage-bde -protectors -disable C:
      Make sure to replace "C:" with the drive letter where BitLocker is enabled.
    [
    ]Restart Your Computer.

    Method 2: Disabling BitLocker from Windows PowerShell​

    ...
It seems like you're encountering issues trying to disable BitLocker on your laptop drive in order to reinstall Windows. Here's a guide on how you can disable BitLocker without having to access the BitLocker management interface directly:

Method 1: Disabling BitLocker from Command Prompt​

  1. Open Command Prompt as Administrator:
    • Press Win + X, then select Command Prompt (Admin).
    []Run the Following Commands:
    • To disable BitLocker protection, type the command:
      Code:
       manage-bde -protectors -disable C:
      Make sure to replace "C:" with the drive letter where BitLocker is enabled.
    [
    ]Restart Your Computer.

    Method 2: Disabling BitLocker from Windows PowerShell​

    []Open Windows PowerShell as Administrator:
    • Press Win + X, then select Windows PowerShell (Admin).
    [
    ]Run the Following Commands:
    • To disable BitLocker protection, type the command:
      Code:
       Disable-BitLocker -MountPoint "C:"
      Make sure to replace "C:" with the drive letter where BitLocker is enabled.
    []Restart Your Computer.

    Method 3: Disabling BitLocker from a Windows Installation USB​

    [
    ]Create a Windows 7 Installation USB. []Boot Your Computer from the Installation USB. []Access Command Prompt:
    • When you reach the installation screen, press Shift + F10 to open Command Prompt.
  2. Run the Following Commands:
    • To disable BitLocker, type:
      Code:
       manage-bde -protectors -disable C:
      Replace "C:" with the correct drive letter and then restart the computer.

      Note:​

      • Make sure to replace "C:" with the correct drive letter where BitLocker is enabled.
      • It's recommended to back up your important data before proceeding with the above steps.
      These methods should help you disable BitLocker and proceed with reinstalling Windows without needing to purchase a new drive.
 


Solution
Back
Top