The Base Filtering Engine (BFE) service is an important network component that’s targeted by many malware. If the BFE service doesn’t start, many services such as Windows Firewall, Routing and Remote Access, and other services fail to start.
Should the BFE service be missing from the Services MMC, or if the Action Center warns you that the Windows Firewall isn’t enabled, then it’s highly likely that your system is under attack. Have it checked thoroughly using a reputed anti-malware tool or you may seek professional help to eliminate malware. Trying to repair these services when malware is on-board your system, isn’t going to help in most cases.
This post assumes that you’ve done a malware cleanup, and looking for information on how to fix the services such as BFE, Windows Firewall, and others.
The first (and probably the only) thing most of us do to reinstate the Base Filtering Engine Service is to import the service registry keys from a similar computer, which is actually a correct step. But this only enlists the service in the Services MMC, but the required service Permissions aren’t assigned automatically. Due to missing special permissions for the BFE service, the following errors occur when you try to turn on the BFE or Windows Firewall.
Some of the error messages you may see:
Action Center can’t turn on Windows Firewall
Turning it on via the Windows Firewall applet may show up error Windows Firewall can’t change some of your settings. Error code 0x80070433 or 0x8007042c.
Services MMC: Windows could not start the Windows Firewall service on Local Computer. Error 1075: The dependency service does not exist or has been marked for deletion.
Services MMC: Windows could not start the Base Filtering Engine service on Local Computer. Error 5: Access is denied.
This is recorded in the System event log as well:
Log Name: System Source: Service Control Manager Date: 1/9/2020 8:21:25 AM Event ID: 7023 Task Category: None Level: Error Keywords: Classic User: N/A Computer: W10-PC Description: The BFE service terminated with the following error: Access is denied.
Resolution: Repair Base Filtering Engine Service
Step 1: Fix the BFE Service Registry Keys
First, create a Restore Point, and then restore the BFE service registry entries by downloading the appropriate .zip for your version of Windows:
BFE for Windows 7 | BFE for Windows 8 | BFE for Windows 10
Unzip and run the enclosed .reg file. This registers the BFE service back.
Step 2: Fix the BFE registry permissions
Can’t access the BFE Registry key? Take Ownership.
If you aren’t able to open the BFE service registry key or change its Permissions as suggested in Step 2, then you may need to take ownership of the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BFE
and (only if necessary), in this key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BFE\Parameters\Policy
For more information about changing ownership of a registry key, see the article Take ownership of a registry key. Once done, it should be fairly easy to apply the correct permissions for the Base Filtering Service registry key.
The next step is to fix the BFE service permissions.
- Start
regedit.exe
and go to the following registry path:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BFE\Parameters\Policy
- Right-click
Policy
, and click Permissions
It has some default permissions, inherited from the parent key. By default, theSYSTEM
andAdministrators
groups have full control permission. But this isn’t enough to start BFE. - Click on the Add button.
- In the Enter the object names to select: box, type
NT SERVICE\BFE
, and click OK. - BFE is added to the list of Group or user names. We need to give it special permissions. Click Advanced
- Select BFE, and click the Edit button.
- In the Permission Entry dialog, enable or Allow the following Permissions for BFE:
- Query Value
- Set Value
- Create Subkey
- Enumerate Subkeys
- Notify
- Read Control (this is added by default when you added BFE)
- After adding the above (six) Permissions, click OK.
- You’ll be back at the Advanced Security Settings dialog now. Select BFE, and click the Replace all child object permissions with inheritable permissions from this object, and click OK.
- You’ll be back at the standard permissions dialog. Simply click OK and close the dialog.
- Restart Windows, and then launch the Services MMC (
services.msc
) - Double-click Base Filtering Engine and check its status. If the permissions are correct and no malware is on-board, the Base Filtering Engine service should show the status Started.
Step 3: Check the Security Descriptors
Still no dice..? If the above steps fail to resolve the issue, resetting the BFE service permissions or security descriptors should do the trick.
- Open an elevated or admin Command Prompt.
- Type in the following command:
[For Windows 7 and Windows 8] SC SDSET BFE D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU) [For Windows 10] SC SDSET BFE D:(A;;CCLCLORC;;;AU)(A;;CCDCLCSWRPLORCWDWO;;;SY)(A;;CCLCSWRPLORCWDWO;;;BA)(A;;CCLCLO;;;BU)S:(AU;FA;CCDCLCSWRPWPDTLOSDRCWDWO;;;WD)
Make sure that there are no spaces in the Security Descriptor string. It should be like:
SC <SPACE> SDSET <SPACE> <SECURITYDESCRIPTOR>
- For some background information on service Security Descriptors (SDDL), check out this article.
And you should see the message SetServiceObjectSecurity SUCCESS. Restart Windows once again.
Instead, if you get the error SetServiceObjectSecurity FAILED 5: Access is denied, then the registry key permissions or the service permissions are wrong somewhere. In that case, re-run all the steps above in Safe Mode and verify the permission entries. It should work eventually!
One small request: If you liked this post, please share this?
One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:- Pin it!
- Share it to your favorite blog + Facebook, Reddit
- Tweet it!
About the author
Ramesh Srinivasan founded Winhelponline.com back in 2005. He is passionate about Microsoft technologies and he has been a Microsoft Most Valuable Professional (MVP) for 10 consecutive years from 2003 to 2012.
This solution does not solved my issue
Thank you – BFE is now working on my PC 🙂
should read:
SC SDSET BFE D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)
Worked like magic… many many thanks
This one helped me, while somehow auslogicsboostspeed and ccleaner ____Up my system.
The thing now is i cant delete BFE on Security Group or User Names on registry because before there was not there…
I ran the registry program listed here, and it changed my error reading to a 1083, the solution on this website to which doesn’t work
@Tristan: These articles should help. Fix for Base Filtering Engine (BFE) Service Error 1083 & Error 1083 “The executable program that this service is configured to run in does not implement the service”
Was able to solve Base Filtering Engine (BFE) in “Safe Mode”.
I am running windows programs on Ubuntu using Wine. When I try to run them, it shous the error “Base Filtering Engine Windows Service is missing”.
Can anyone please suggest me the trouble shooting steps?
The OS I’m using currently on my laptop is Ubuntu.
many thanks ,problem solved