Windows Script Host (WSH) is a Microsoft tool that allows running scripts on Windows desktops and from the command prompt. It provides a hosting environment for scripts written in languages like VBScript and JScript. WSH provides objects to allow script code to interact with the local computer environment. It includes commands like cscript.exe and wscript.exe to run scripts with or without a command window. WSH also enables running scripts remotely on other machines.