The Microsoft Windows Script Host (WSH) is an automation technology for Microsoft Windows operating systems that provides scripting capabilities comparable to batch files, but with a greater range of supported features.
Windows Script Host may be used for a variety of purposes, including logon scripts, administration and general automation.
To find out the current version of your Windows Script Host, simply just run the following command:
- Open command box (Start/Run/Cmd)
- Type cscript
- Hit enter
You’ll see something like this:
Microsoft (R) Windows Script Host Version 5.8
Copyright (C) Microsoft Corporation. All rights reserved.
Tags: Current Version of Windows Script Host, Current Windows Script Host Version, Windows Script Host Version
