Host Gator
Limited Discount Offer use Host Gator Coupon Code: package994


How to Find Out the Current Version of Windows Script Host?

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: , ,

Comments are closed.