CreateObjectWScriptShell
CreateObjectWS is a method used in certain programming environments, particularly within older scripting languages or legacy systems, to instantiate or create objects that provide access to Windows Scripting Host (WSH) functionalities. WSH is a component of Microsoft Windows that provides a scripting environment for automating tasks and managing the operating system.
When CreateObjectWS is called, it typically takes a string argument that specifies the programmatic identifier (ProgID)
The primary purpose of CreateObjectWS is to bridge the gap between a script and the underlying Windows