Allowing Programs through FIREWALL settings--ERROR CODE: Ox80070422

Shashikant

New member
Local time
3:24 AM
Messages
8
Hello,

I tried to change FIREWALL Settings to allow my downloaded programs to work efficiently.

I tried :;--- Start---> Control Panel---> System and Security---> Allow a program through Windows Security

However, here I get ERROR message--->Windows Firewall can not change some of your settings---ERROR Code : Ox80070422.

IN such case , Can anyone tell me how to change the the FIREWALL settings to allow the programs to RUN without any error.
?

Shashikant
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
custom built 32 Bit operating system
OS
Windows 7 Pro 6.1.7601 32 Bit OS
Memory
2 GB
Hard Drives
500 GB
Antivirus
Net Protector Anti-Virus
Browser
FireFox latest updated Version, also G Crome, IE
Error code 0x8007042c is an error for "The dependency service or group failed to start".This will indicate that there may not be a problem with the Windows Firewall Service (MpsSvc) but instead with other Services that it needs so that it can start itself.

So here are the necessary Services that Windows Firewall needs on Windows 7:
1. Base Filtering Engine (BFE)
2. Windows Firewall Authorization Driver (MPSDRV)

The two services/drivers should be started or running. BFE can be easily seen through the Services Console. But MPSDRV is not visually available in the same console window and instead available only by querying the service in a Command Prompt window.
Repairing services and drivers can be done via the command line of SFC /SCANNOW on an Elevated Command Prompt.
If the command did not fix the issue then reinstalling the drivers might be the best way to do it.
Although to accomplish this will not be an easy feat since both the Base Filtering Engine and Windows Firewall Authorization Driver could not be reinstalled on Windows 7 unless we repair install the Operating System.

Try running the following commands if SFC /SCANNOW did not resolve the issue with the Windows Firewall:
1. Open a Command Prompt as Administrator. To do this, type CMD in Start Search from the Start Menu. Right click on the result and choose "Run as Administrator".
2. Run now the following command lines:
a. netsh advfirewall reset
b. net start mpsdrv
c. net start bfe
d. net start mpssvc
e. regsvr32 firewallapi.dll
3. Confirm any boxes that comes up by clicking OK. The result on the last entry should say that it succeeded.
Note: If you receive any errors on any of the command lines, then there is definitely something wrong with any of the drivers and service.
This may indicate a Registry error or a Corrupted file.
4. Reboot the system.

Another factor to consider is Malware infection. There are known strains of Malware infections that may stop or corrupt the entries and executable files of Windows Firewall along with other services and drivers it depends on.
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Bulid/Self made
OS
Windows 11 x64
CPU
i5 2500K @ 3.3 GHz
Motherboard
ASUS P8 Z77 V pro
Memory
16 GB DDR 3 @ 1600Mhz
Graphics Card(s)
MSI 1050TI 4GB OC version
Sound Card
On Board (Realtek HD audio)
Monitor(s) Displays
Samsung 22" LCD
Screen Resolution
1920*1080
Hard Drives
Seagate 1 TB, WD 1TB, Seagate 2 TB ( I use a lot of space)
PSU
coolermaster 750 W
Case
Coolermaster HAF912
Cooling
Coolermaster hyper 212 EVO
Keyboard
Samsung
Mouse
Dell Wireless
Internet Speed
Wireless 50 Mbps
Antivirus
AVG 2016 Internet Security
Browser
Google Chrome
Back
Top