How to fix “The specified service has been marked for deletion. [ERROR_SERVICE_MARKED_FOR_DELETE (0x430)]” – Error Code 1072
Error Code 1072
Error code Error Code 1072
is a common Windows issue that typically arises from “The specified service has been marked for deletion. [ERROR_SERVICE_MARKED_FOR_DELETE (0x430)]”.
Overview
In this article, we’ll focus on resolving the issue described as: “The specified service has been marked for deletion. [ERROR_SERVICE_MARKED_FOR_DELETE (0x430)]”. This error, identified by the error code Error Code 1072, can impede your system’s performance, and here’s how you can fix it.
Identifying the Problem
What is Error Code 1072?
Error Code 1072 indicates that a particular service on your Windows system has been marked for deletion. This error occurs when a service is in a state of transition, where it has been scheduled for termination but hasn’t been fully removed yet.
Common Scenarios
This error often occurs after you attempt to uninstall or disable a service or after an incomplete Windows update. It can also appear when a service is corrupted or encounters other issues preventing its proper functioning.
Symptoms
You may experience the following symptoms related to Error Code 1072:
- Difficulty starting or stopping specific services
- Slow system performance
- Error messages when interacting with system services
- Difficulty installing or uninstalling software
Common Fixes
1. Restart the Service Host Process
- Press Windows Key + R to open the Run dialog.
- Type “services.msc” and press Enter to open the Services window.
- Find the “Service Host: Local System” service.
- Right-click on it and select Restart.
2. Run the System File Checker
- Open the Command Prompt (Admin).
- Type “sfc /scannow” and press Enter.
- This tool will scan and repair any corrupted system files, potentially resolving the error.
3. Check Windows Update
- Go to Settings > Update & Security.
- Ensure that your Windows is up to date. Any pending updates might resolve the issue.
4. Re-register the Service
- Open the Command Prompt (Admin).
- Type the following command and press Enter:
sc create <service name> binPath= "<path to executable>"
- Replace
<service name>
with the name of the affected service and<path to executable>
with the actual path to its executable file.
5. Clean Boot Windows
- Press Windows Key + R and type “msconfig“.
- Click on the Services tab.
- Check “Hide all Microsoft services” and click Disable all.
- Restart your computer.
- If the error persists, re-enable the services one by one until you identify the problematic one.
Advanced Troubleshooting
1. Disable the Service Again
- Open the Services window (see Common Fix 1).
- Find the affected service and right-click it.
- Select Properties.
- On the General tab, select Disabled from the Startup type dropdown menu.
- Click OK and restart your computer.
2. Delete the Service
- Open the Registry Editor (Windows Key + R > type “regedit” > Enter).
- Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
- Locate the subkey corresponding to the affected service.
- Right-click and select Delete.
- Confirm the deletion and restart your computer.
Conclusion
Error Code 1072 indicates a service marked for deletion in Windows. By following the fixes outlined in this article, you should be able to resolve the issue and restore your system’s stability. Remember to update your Windows regularly, keep your antivirus software up-to-date, and perform system scans periodically to prevent similar errors in the future.