Windows Update Startup Type Cannot Change

Keyko_0504 1 Reputation point
2022-10-04T02:37:59.53+00:00

Hi I'm already desperate to solve this problem. I want to do Windows Update but it always error.

247261-screenshot-4025.png

I really need to install SSMS and it always error like this. I try everything but it's not working.
247243-screenshot-4026.png

Please I need someone to help me and I hope I can solve this. Thank you

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,746 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,708 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Seeya Xi-MSFT 16,436 Reputation points
    2022-10-04T09:22:49.807+00:00

    Hi @Keyko_0504 ,

    I would suggest you to follow the methods and then check.

    1. Read this article about install updates: "0x80070002": Fix Windows Update errors
      From Start , search for cmd.
      Right-click Command Prompt from the results and choose Run as Administrator.
      At the Command Prompt, type the following commands one at a time. After each, press Enter. Let the command complete before typing the next command.
      net stop cryptsvc
      net stop bits
      net stop wuauserv
      ren %systemroot%\softwaredistribution softwaredistribution.bak
      ren %systemroot%\system32\catroot2 catroot2.bak
      net start cryptsvc
      net start bits
      net start wuauserv
      Close the Command Prompt window, and reboot your computer.
      Check for Windows Updates again.
    2. Check if the issue exists in a clean boot state.
    3. Finally, if some Windows functions aren't working or Windows crashes, use the System File Checker to scan Windows and restore your files. 

    Once you have no problems with the windows update, you can right click to run as administrator while installing SSMS.

    Best regards,
    Seeya


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Shivam Kumar 536 Reputation points
    2022-10-07T08:30:33.657+00:00

    Hi @Keyko_0504

    Failing of ssms setup may not have anything to do with windows update service.
    Widows update service starts and stops automatically when windows downloads and installs the updates in the background.

    Installing ssms is a different thing.
    To check why its failing check the logs for setup, you see there was a link saying click here for the log file in your screenshot thats where you will find the reason of problem/failure.

    We will need to see that reason or log to help you in resolving this problem.

    For now its just saying it is unable to find some file we need to know which one.

    Also try running setup again by using right click and then Run as Admin on setup file.

    Regards,
    Shivam

    0 comments No comments