Share via

how to fix update orchestrator service not working

Anonymous
2024-08-01T17:01:54+00:00

I am getting the error '0x80004015 the class is configured to run as a security id different from the caller' quite suddenly with the update orchestrator service.i tried reinstalling windows 11 from my usb drive with keeping personal files option but it hasn't fixed this problem.

Windows for home | Windows 11 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Anonymous
    2024-08-01T18:37:38+00:00

    Hi master. My name is Ivan, and I am an Independent Assessor. I'd be more than happy to assist you. I'm so sorry that you are experiencing this issue. Don't worry, I'll do everything I can to help you.

    First, it's very important to check that both your computer's updates and drivers are up to date.

    Check the service permissions:

    • Right-click the Start button and select "Run."
    • Type "services.msc" and press Enter.
    • Locate the "Update Orchestrator Service."
    • Right-click on it and select "Properties."
    • Go to the "Log On" tab.
    • Make sure the service is set to "Local System Account."
    • Click "Apply" and "OK."

    Run System File Checker (SFC) and DISM:**

    • Open Command Prompt as administrator.
    • Run the following commands:
    • sfc /scannow
    • DISM /Online /Cleanup-Image /RestoreHealth
    • Restart your computer.

    Register AppX packages:

    • Open PowerShell as administrator.
    • Run the following command:
    • Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_. InstallLocation)\\AppXManifest.xml"}
    • Restart your computer.

    If none of these solutions work, you may need to perform a clean install of Windows 11, this time choosing the "Custom Install" option to format the entire disk.

    Please let me know if you have any additional questions.

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-08-03T20:45:38+00:00
    1. While you have run SFC and DISM, there may be a deeper corruption. Consider using more advanced tools like chkdsk or Windows Memory Diagnostic to check for hardware-related issues.
    • Temporarily disable all non-essential software, including antivirus, to rule out interference.
    • Pay close attention to system optimization or cleaning tools as they can sometimes cause conflicts.
    1. Review system and application logs for error messages related to the Update Orchestrator service. These may provide specific details about the problem.
    • Make sure System Restore is enabled and create a new restore point before proceeding.
    • If you have a recent restore point before the problem started, try to restore your system to that point.
    • Make sure your hard drive is in good shape by running diagnostic tools.
    • Check for overheating issues that may be causing instability.

    If you're nearing the end of your troubleshooting options, consider a clean installation but with a few modifications:

    • Back up all your important data.
    • Create a bootable USB drive with Windows 11 installation media.
    • Boot into the installation environment.
    • Choose the custom installation option.
    • Format only the system partition (where Windows is installed), preserving other data partitions.
    • Continue with the installation.

    By following these steps, you can increase your chances of resolving the Update Orchestrator service issue without resorting to a full system format. Remember to document your actions and the changes you made for future reference.

    0 comments No comments
  3. Anonymous
    2024-08-03T14:17:29+00:00

    I have tried all those methods but they haven't worked. please give me more solutions that don't require formatting my disk.

    0 comments No comments
  4. Anonymous
    2024-08-02T09:07:00+00:00

    how can i check it?

    0 comments No comments
  5. Kapil Arya 37,681 Reputation points Volunteer Moderator
    2024-08-02T08:46:33+00:00

    This service depends on Remote Procedure Call (RPC), so make sure RPC is also running.

    0 comments No comments