Share via

This Error Message in making computer unusable, unable to start and search, any suggestions?

Anonymous
2022-11-22T09:06:26+00:00

This is the error message that appears, clicking in ok makes it repeatedly appear, it is rendering computer not useable as start and search buttons not working.
![](https://learn-attachment.microsoft.com/api/attachments/4bea4373-3130-45ca-880c-e288b9165aa7?platform=QnA

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

3 answers

Sort by: Most helpful
  1. Lester Bernard Reyes 82,025 Reputation points Independent Advisor
    2022-11-23T17:49:02+00:00

    Hi, thank you so much for the detailed reply, if none works from the above solution, I suggest doing an in-place upgrade wherein it will upgrade the device to the latest version and repair all issues without deleting any files.

    Note: before doing this make sure to create a restore point: https://support.microsoft.com/en-hk/help/402753...

    1. go to this link: https://www.microsoft.com/en-us/software-downlo...
    2. Select Download Now, and select Run. You need to be an administrator to run this tool.
    3. On the License terms page, if you accept the license terms, select Accept.
    4. On the What do you want to do? page, select Upgrade this PC now, and then select Next.
    5. After downloading and installing, it should fix the issue.

    Reference: https://www.microsoft.com/en-us/software-downlo...

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-11-23T08:46:37+00:00

    Hello, thank you, method 1 did not work, so tried method 2, restarted the computer but has never booted back up since, it’s stuck on a black screen with circular blue timer that’s going round and round, is there any suggestion for what I should try next? I have switched computer on and off but still doing this. Thank you in advance. Esme

    Was this answer helpful?

    0 comments No comments
  3. Lester Bernard Reyes 82,025 Reputation points Independent Advisor
    2022-11-22T09:44:29+00:00

    Hi and thanks for reaching out. My name is Bernard a Windows fan like you. I'll be happy to help you out today.

    I understand the issue you have, nothing to worry I am here to help, I know some of these steps are already done, you have just skipped it if you think it will have the same result.

    Method 1. Repair Windows Store, Search, Start menu and app:

    On Powershell(admin), copy and paste the command below:

    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Then hit Enter, once the process is done, restart the PC and check.

    Method 2. repair Windows Store and update components

    Open Powershell with Admin or CMD with Admin (Press Windows key + X then click Windows Powershell(Admin))

    Copy each line of command to Powershell then press enter (one line at a time)

    net stop bits

    net stop wuauserv

    net stop appidsvc

    net stop cryptsvc

    Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"

    rmdir %systemroot%\SoftwareDistribution /S /Q

    rmdir %systemroot%\system32\catroot2 /S /Q

    regsvr32.exe /s atl.dll

    regsvr32.exe /s urlmon.dll

    regsvr32.exe /s mshtml.dll

    netsh winsock reset

    netsh winsock reset proxy

    net start bits

    net start wuauserv

    net start appidsvc

    net start cryptsvc

    -Once done restart the device and check.

    If none will work from the above solution, I suggest doing an in-place upgrade wherein it will upgrade the device to the latest version and repair all issues without deleting any files.

    Note: before doing this make sure to create a restore point:  https://support.microsoft.com/en-hk/help/4027538/windows-create-a-system-restore-point

    1. go to this link: https://www.microsoft.com/en-us/software-download/windows10
    2. Select Download Now, and select Run. You need to be an administrator to run this tool.
    3. On the License terms page, if you accept the license terms, select Accept.
    4. On the What do you want to do? page, select Upgrade this PC now, and then select Next.
    5. After downloading and installing, it should fix the issue.

    Reference: https://www.microsoft.com/en-us/software-download/windows10

    Let me know how it goes and I hope that helps.

    Bernard

    Independent Advisor

    Was this answer helpful?

    0 comments No comments