Share via

Do Windows updates or install programs use Windows Script Host?

Kiki Shi 531 Reputation points
2020-03-02T06:15:20.017+00:00

I notice that when I start Windows after an update, I often briefly see one or more command Windows. The Windows close quickly so I cannot read the command that was executed. But it makes me think that possibly scripts were run as part of the update. My fear is that disabling WSH might prevent updates from completing.

Also, in the past I have seen installation programs that used VBScript. Is this still common?

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

Answer accepted by question author

Teemo Tang 821 Reputation points
2020-03-02T06:29:01.5+00:00

Welcome to our new Microsoft Q&A Platform

For your question in the title. I want to say No, we don’t need to worry about Windows Update after disable WSH.

The phenomenon you met is normal, I also meet with the same situation after I upgraded system or updated drivers software, the command-line window tells me that desktop graphic performance or something other need to be evaluated or re-testing, because operation was executed too quick so I can’t see the specific content. On my PC, WSH is always disabled...

About your this word:

>in the past I have seen installation programs that used VBScript. Is this still common?

Sorry, I don’t know, I am not a programmer or an expert on the subject, Windows Script Host provides an environment in which users can execute scripts in a variety of languages that use a variety of object models to perform tasks. It will influence script’s running but I don’t think it will influence general programs’ installation.

Was this answer helpful?


1 additional answer

Sort by: Most helpful
  1. Sean Liming 4,811 Reputation points Volunteer Moderator
    2020-03-04T23:36:35.717+00:00

    DISM is running to install the MSU files. You are probably seeing command windows pop-up as it is completing background tasks. Here is a link that offers some detail on using DISM:

    https://thewincentral.com/how-to-install-cab-files-on-windows-10-for-cumulative-updates/

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.