Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Prevent Local Administrators from managing BitLocker with the manage-bde command

Posted on 16/01/202411/08/2026 Christian By Christian 2 Comments on Prevent Local Administrators from managing BitLocker with the manage-bde command
  1. Home
  2. Windows
  3. Prevent Local Administrators from managing BitLocker with the manage-bde command
Prevent-Local-Administrators-from-turning-off-BitLocker-1

BitLocker is the Windows encryption technology that protects your data from unauthorized access by encrypting your drive and requiring one or more factors of authentication before it will unlock it. In this blog post, we shall discuss how to Prevent Local Admins from managing BitLocker with manage-bde command. Please see how to correctly disable BitLocker on Windows Server, How to Set up an Amazon Web Services (AWS) Account, and Hide Windows Updates: How to Hide or Fix HP Printer Windows Updates Error 0x800f020b.

As you can see below. I just recently enabled BitLocker on this server just to show you the steps. Also, it is possible to turn off BotLocker now as a Local Administrator. When we are done creating the AppLocker rules, this will no longer be possible.

Program blocked

Why Should I Prevent Local Administrators From Disabling BitLocker?

Preventing local administrators from disabling BitLocker is crucial to maintaining robust security measures. Disabling BitLocker, if in the hands of local administrators, poses a significant risk by potentially exposing sensitive data to unauthorized access or tampering.

Restricting this capability ensures the consistent enforcement of encryption protocols, safeguarding the integrity and confidentiality of the system’s contents against potential threats or breaches.

Please see how to fix this computer is a domain controller: The snap-in cannot be used on a domain controller, how to save and stop modification to Microsoft Management Console, and how to Disable BitLocker on Windows 10.

Disallow Administrators from Turning Off BitLocker

To restrict Administrators from disabling BitLocker in your domain environment. You will have to implement a group policy that explicitly denies the “Manage BitLocker” right to local administrators. This will prevent them from altering BitLocker settings.

Group Policy is a hierarchical infrastructure that allows a network administrator in charge of Microsoft’s Active Directory to implement specific configurations for users and computers. Group Policy is primarily a security tool, and can be used to apply security settings to users and computers.

Below are the steps to do this locally on your Windows Client PC or Windows server. Remember, BitLocker is not available by default on a Windows Server. You have to enable BitLocker via the Server Manager (Add Roles and Features), and how to Change BitLocker Password in Windows.

What is AppLocker?

AppLocker is an application allowlisting technology introduced with Microsoft’s Windows 7 operating system. It helps you control which apps and files users can run. These include executable files, scripts, Windows Installer files, and dynamic-link.

What is Manage-BDE Command?

The manage-bde-status provides information about all drives on your windows computer. Whether or not they are BitLocker-protected, including the, Size, BitLocker version, Conversion status, Percentage encrypted, Encryption method, Protection status, Lock status, identification field, and Key protectors

Step 1: Access the Services Manager

Open Services snap-in by running services.msc command. In Services snap-in, ensure the Application Identity service is running. You can right-click on this service and select Start if it isn’t running.

Start Application Identity service

The service is running now.

Identity service

Sep 2: Security Policy Policy

You will have to launch the secpol. You can do this by pressing Win + R and enter secpol.msc in Run dialog box to open the Security Policy snap-in. Or from the Windows search button. Click OK.

secpol.msc

Next, in the Security Policy snap-in window, navigate to Security Settings > Application Control Policies > AppLocker > Executable Rules.

Right click on Executable Rules, select Create New Rule.
Create-New-Rule

Click Next to continue

Before you begin - AppLocker

On the Permissions tab, select Action Deny.

AppLocker-Deny Action

Select the administrator accounts or users which you want to prevent turning off BitLocker. Click Next. Select Applicable users or groups to block

See this video showing the steps to Disable Touchpad on Windows 11, and the video on how to use the Reliability Monitor in Windows

Check Names

Object found

Click Next

Permission-Applocker

 On the next section, select Publisher and click Next.

Publishers-AppLocker

Under Publisher, select browse

Reference file

browse to C:\Windows\System32 and select manage-bde.exe file.

Manage BitLocker

Click Next to continue with the rule set up.

Publisher settings for BitLocker

 On the Exception Tab, I will have to click Next as I do not want to add an exception.

Exception AppLocker

Under Name, provide a description and click Create.

Create AppLockewr Rule for Blogpost

On the AppLocker warning prompt, click Yes.

warning AppLocker prompt

Here are the created rules to prevent administrators from turning off BitLocker.

Rues to prevent admins from disabling BitLocker

Close the Security Policy snap-in and run gpupdate /force command to update machine policies on the client PC. You may want to learn about Group Policy GPUpdate Commands.

GP update

Now let’s test. Run “manage-bde -status, you will see the program has been blocked.

Cannot enable or disable BitLocker via th manage-bde command

If you wish to do this also for the BitLocker Drive Encryption Wizard. Please create a rule to deny these executables.

BitLocker Drive Encryption

FAQs

What Steps Can I Take to Ensure BitLocker Persistence Against Local Administrator Disabling?

Configure BitLocker policies through Group Policy Objects (GPOs) to enforce specific settings, ensuring that even local administrators cannot easily disable BitLocker protection.

How Can I Secure BitLocker Settings to Resist Local Administrator Changes?

With the above solution via GPOs or use the Microsoft Endpoint Manager Configuration Manager to deploy and enforce BitLocker policies to safeguarde against unauthorized changes by local administrators

What Measures Should I Take to Harden BitLocker Against Local Administrator Tampering?

Regularly audit and monitor BitLocker settings using tools such as PowerShell scripts or security information and event management (SIEM) solutions, promptly identifying and rectifying any unauthorized changes.

Are There Specific Group Policy Configurations to Prevent Local Administrators from Disabling BitLocker?

Leveraging the Group Policy settings such as “Deny write access to removable drives not protected by BitLocker” to restrict local administrators from disabling BitLocker on removable drives, bolstering overall security.

I hope you found this blog post on how to Prevent Local Admins from managing BitLocker with manage-bde command useful. Please feel free to leave a comment below.

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
Windows, Windows Server Tags:Bitlocker, Microsoft Windows, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: How to Set up an Amazon Web Services (AWS) Account
Next Post: Various ways to copy files from host to VMware Workstation VM

Related Posts

  • NTUSER Files in Windows
    What Is the NTUSER.DAT File in Windows? Windows
  • image 130
    How to fix the Security Database on the Server does not have a Computer Account for this Workstation Trust Relationship on Windows Server [Part 2] Scripts
  • Windows Productivity Tips
    Windows Productivity Tips To Get The Most Out Of Your PC Windows
  • HybridCloudTrust
    WHFB Hybrid Cloud Kerberos Trust Model is now available AWS/Azure/OpenShift
  • TrueCrypt to BitLocker
    How to Migrate from TrueCrypt to BitLocker Backup
  • windows 7 stuck at loading screen thumbnail
    Disable the Windows welcome screen and shutdown screen Windows

More Related Articles

NTUSER Files in Windows What Is the NTUSER.DAT File in Windows? Windows
image 130 How to fix the Security Database on the Server does not have a Computer Account for this Workstation Trust Relationship on Windows Server [Part 2] Scripts
Windows Productivity Tips Windows Productivity Tips To Get The Most Out Of Your PC Windows
HybridCloudTrust WHFB Hybrid Cloud Kerberos Trust Model is now available AWS/Azure/OpenShift
TrueCrypt to BitLocker How to Migrate from TrueCrypt to BitLocker Backup
windows 7 stuck at loading screen thumbnail Disable the Windows welcome screen and shutdown screen Windows

Comments (2) on “Prevent Local Administrators from managing BitLocker with the manage-bde command”

  1. Avatar photo Gman says:
    16/01/2024 at 8:49 AM

    Great info! Thank you.

    Log in to Reply
    1. Avatar photo Christian says:
      16/01/2024 at 9:19 AM

      You are welcome, Gman

      Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

vexpert-badge-stars-5

Virtual Background

VEEAMLEGEND

Categories

veeaam100

Veeam Vanguard

  • banner 2
    How to Configure NIC Teaming on Windows Server Network | Monitoring
  • macOSapps
    Fix macOS Apps opening on the wrong desktop Mac
  • EFK Stack
    EFK Stack Installation on Docker Virtualization
  • Windows Admin Center v2 2401 install 2306 to 2311 upgrade
    Upgrade Windows Admin Center 2306 – 2311: Install WACmg 2410 Network | Monitoring
  • BitLocker MBAM Frequently Asked Questions
    Disable the Sleep Mode: UEFI and TPM and BitLocker FAQs Windows
  • add or remove features on the specified server failed
    Error 0x80073701: The request to add or remove features on the specified server failed Windows Server
  • you need the right to sign in through Remote Desktop Services
    Fix you need the right to sign in through Remote Desktop Services Windows
  • cimInstance wmi
    How to fix Get-CimInstance Access PermissionDenied Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,759 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.