How to bypass BitLocker check for Iron Key flash drives

R, Jeremy 1 Reputation point
2025-02-05T16:40:08.7233333+00:00

I have configured a Group Policy to force removable drive encryption via BitLocker. This works perfectly until someone uses and Iron Key encrypted drive. Then Bitlocker tries to Bitlock the already encrypted Iron Key drive. Ideally, we would like to force users to either Bitlock removable drives or use Iron Keys which have their own drive encryption. Is there a way to do this? Is there a way to bypass the Bitlocker check for Iron Keys when they are plugged into the PCs?

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,821 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,917 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,148 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. S.Sengupta 22,556 Reputation points MVP
    2025-02-06T02:00:29.4+00:00

    You may either exclude or include Iron Key encrypted drive.

    Insert Iron Drive.

    Now open Device Manager.

    Locate Iron Drive > Right-click it and select Properties > Details tab > Hardware Ids

    Note down the VID and PID.

    Open Group Policy.

    Computer Configuration > Administrative Templates > Windows Components > BitLocker Drive Encryption > Removable Data Drives

    Double-click Deny write access to removable drives not protected by BitLocker. > Enable it.

    Click Show next to Configure allowed devices.

    USB\VID_xxxx&PID_xxxx

    Ok/Apply.

    Open Command Prompt as Admin and run:

    gpupdate /force

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.