Can't apply Fixlet Windows 10 Version 22H2

Hi!

I’m trying to apply the update Windows 10 Version 22H2 in the PCs of the company.

The action fails with the following message:

Action Script Execution Detail

  • Completed prefetch windows10.0-kb5015684-x64_523c039b86ca98f2d818c4e6706e2cc94b634c4a.msu sha1:523c039b86ca98f2d818c4e6706e2cc94b634c4a size:180602 https://catalog.s.download.windowsupdate.com/c/upgr/2022/07/windows10.0-kb5015684-x64_523c039b86ca98f2d818c4e6706e2cc94b634c4a.msu sha256:cc1a32fff2700b70c2e6c1a70485f2c0b9c12374f420f13e764850b0a8bf7c89

  • Completed // Is Windows Update service running?

  • Failed continue if {exists running service “wuauserv” OR NOT exists service “wuauserv” whose (start type of it = “disabled”)}
    waithidden “{pathname of system folder & “\wusa.exe”}” “{pathname of client folder of current site & “__Download\windows10.0-kb5015684-x64_523c039b86ca98f2d818c4e6706e2cc94b634c4a.msu”}” /quiet /norestart

  • action requires restart “523c039b86ca98f2d818c4e6706e2cc94b634c4a”

When I look for the “Failed” line in the log, I see no error:

PC0001,“Command succeeded (evaluated false) continue if {exists running service”,“wuauserv”,“OR NOT exists service”,“wuauserv”,“whose (start type of it =”,“disabled”,")} (group:241620,action:241629)"

What else could I check?

Hi @gabrielcovello, notice that your entry stated that this line evaluated to false and it needs to evaluate to true in order to continue with the next action statement:

continue if {exists running service "wuauserv" OR NOT exists service "wuauserv" whose (start type of it = "disabled")}

Check the “Windows Update” service on this endpoint and verify that it is not disabled.

Is there a way to run an Analysis to do this?

exists service “wuauserv” whose (start type of it = “disabled”)