Software⏱️ 3 min readπŸ“… 2026-06-15

How to Fix: Have local admin privileges on Windows XP, but getting "Error terminating process: Access is denied". How to kill the process?

Windows XP process termination issue

Quick Answer: Use Process Explorer to modify the process's security or access control list (ACL) to allow killing the process.

On Windows XP, having local admin privileges does not guarantee the ability to kill a process due to access denial errors. This issue occurs when a process is running with elevated privileges but still encounters difficulties in terminating it.

This error can be frustrating for users who need to terminate a resource-intensive process that is consuming system resources and impacting overall performance.

πŸ›‘ Root Causes of the Error

  • The primary cause of this issue lies in the way Windows XP handles process termination. When a process is running with elevated privileges, it may be attempting to access certain system resources or files that are not accessible to other processes, resulting in an 'Access is denied' error.
  • Another possible cause could be related to the process's security settings or its interaction with other system components, which may prevent it from being terminated.

πŸ› οΈ Step-by-Step Verified Fixes

Using Process Explorer to modify the process's ACL

  1. Step 1: Open Process Explorer and select the problematic process.
  2. Step 2: Right-click on the process and choose 'Properties'.
  3. Step 3: In the Properties window, click on the 'Security' tab.
  4. Step 4: Click on the 'Edit' button next to 'Access' and then click on the 'Add' button.
  5. Step 5: Select the user account under which the process is running and click 'OK'.
  6. Step 6: Repeat the above steps for each permission that the process requires (e.g., Read, Write, Execute).
  7. Step 7: Once all permissions have been added, click 'OK' to close the Properties window.

Using Task Manager to terminate the process

  1. Step 1: Open the Task Manager by pressing Ctrl+Shift+Esc.
  2. Step 2: In the Task Manager, select the problematic process and click on the 'End task' button.
  3. Step 3: If the process will not end immediately, try clicking on the 'End task' button repeatedly until it terminates.

🎯 Final Words

To resolve the issue of an inaccessible process in Windows XP, users can use Process Explorer to modify the process's access control list (ACL) or rely on Task Manager to terminate the process. By following these steps, users should be able to successfully kill the resource-intensive process and restore system stability.

Did this fix your problem?

If not, try searching for specific error codes.

πŸ” Search Error Database

❓ Frequently Asked Questions