I have 27 workstations on which KB4025342 is failing to install. The update is offered via WSUS, but if I check directly from Microsoft, it doesn’t see an update available.<\/p>\n
I’ve run the built-in “Troubleshooting” wizard, fixed whatever it found, rebooted: same problem.<\/p>\n
I’ve run this script<\/a> and rebooted: same problem.<\/p>\n Judging from the 5 pages of responses here<\/a> it looks like I’m not alone - but I’ve yet to find a working solution. Has anybody here run into this problem?<\/p>","upvoteCount":4,"answerCount":6,"datePublished":"2017-07-17T19:54:57.000Z","author":{"@type":"Person","name":"brianlong","url":"https://community.spiceworks.com/u/brianlong"},"acceptedAnswer":{"@type":"Answer","text":" So I just manually tried this:<\/p>\n stop Windows Update service<\/p>\n Delete contents of c:\\Windows\\SoftwareDistribution\\DataStore and Download<\/p>\n start Windows Update service<\/p>\n and voiala - it worked.<\/p>\n I deployed that via script to a test workstation and it appears to be installing the update successfully now too.<\/p>\n I have 27 workstations on which KB4025342 is failing to install. The update is offered via WSUS, but if I check directly from Microsoft, it doesn’t see an update available.<\/p>\n I’ve run the built-in “Troubleshooting” wizard, fixed whatever it found, rebooted: same problem.<\/p>\n I’ve run this script<\/a> and rebooted: same problem.<\/p>\nnet stop wuauserv\ndel /f /s /q C:\\Windows\\SoftwareDistribution\\DataStore\\*.*\ndel /f /s /q C:\\Windows\\SoftwareDistribution\\Download\\*.*\nnet start wuauserv\nwuauclt /detectnow /reportnow\n<\/code><\/pre>","upvoteCount":1,"datePublished":"2017-07-17T20:26:39.000Z","url":"https://community.spiceworks.com/t/kb4025342-failing/593911/3","author":{"@type":"Person","name":"brianlong","url":"https://community.spiceworks.com/u/brianlong"}},"suggestedAnswer":[{"@type":"Answer","text":"