[SOLVED] Unable to update Windows 10 or view Windows Features

I just checked Settings and I see this, though.
Should I do this first? Or do an in-place upgrade with another (newer?) version of Windows 10?
1751624881592.webp
 

Attachments

  • 1751624106904.webp
    1751624106904.webp
    43.3 KB · Views: 2
Last edited:
Download
61f7aba7309a1-ComponentsScanner_Icon.png
ComponentsScanner and save it to your desktop.
  • Right-click ComponentsScanner.exe and select "Run as administrator", click Yes on the UAC (User Account Control) prompt which appears.
  • Follow the on-screen instructions.
  • Once complete, a report will be saved to your desktop called ComponentsScanner.txt.
  • Post the logfile ComponentsScanner.txt as attachment into your next reply.
 
Code:
You are running a Windows Insider build.
ComponentsScanner will not run on Insider builds and will now exit
Press any key to continue. . .
So, about that report...
 
Please do the following.

Download
61f7aba7309a1-ComponentsScanner_Icon.png
ComponentsScanner and save it to your desktop.
  • Navigate to C:\Windows\System32\Config and locate the COMPONENTS file.
  • Please copy this file to your desktop.
  • Note: If you receive an error that this file is in-use, simply reboot your computer and try again.
  • Drag the COMPONENTS hive file over the ComponentsScanner.exe executable and release it.
64109b7b4d2f2-ComponentsScanner.gif

  • Once complete, a report will be saved to your desktop called ComponentsScanner.txt.
  • Post the logfile ComponentsScanner.txt as attachment into your next reply.
 
Now it shows the latest SSU of the preview update KB5061087, please check if this update is installed using the following command.

Code:
wmic qfe | find "KB5061087"
 
Code:
C:\WINDOWS\system32>wmic qfe | find "KB5061087"

C:\WINDOWS\system32>
I suppose the lack of any printed results means that it's not present?
 
Alright, I've left the insider program. I'm not sure if I'm meant to stop here, but I figured I'd take a look at the other steps just in case.

Following the instructions to stop receiving Insider Preview builds seems simple enough.

1751627972606.webp

Unfortunately, few things in my life are simple.
1751628104624.webp

The only "organization" that is technically present on this computer isn't even present as a user account. I've only ever logged into it through browsers, Outlook, and the now-discontinued Windows Mail and Calendar applications.

If tinkering with Group Policy must be done, that's fine. I'm no stranger to that.
 
Please reboot the system first and run ComponentsScanner the normal way to see if it's still detecting an insider build.
 
Still detects an Insider build.

Code:
You are running a Windows Insider build.
ComponentsScanner will not run on Insider builds and will now exit
Press any key to continue. . .
 
Export registry key as hive file.
  • Open the Start menu of Windows and type CMD.
  • When you see Command Prompt on the list, select the option Run as administrator.
  • Copy and paste the following command into the command prompt and press enter.
Code:
reg save "HKLM\SOFTWARE\Microsoft\WindowsSelfHost" "%userprofile%\Desktop\WSH.hiv"
  • Once done, a file will appear on your desktop, called WSH.hiv.
  • ZIP this file and attach it to your next reply.
 
Please do the same for the following key.

Export registry key as hive file.
  • Open the Start menu of Windows and type CMD.
  • When you see Command Prompt on the list, select the option Run as administrator.
  • Copy and paste the following command into the command prompt and press enter.
Code:
reg save "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" "%userprofile%\Desktop\WindowsUpdate.hiv"
  • Once done, a file will appear on your desktop, called WindowsUpdate.hiv.
  • ZIP this file and attach it to your next reply.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top