Use the CloseMainWindow component

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • Closes any Windows application by providing the Process ID as input.

    始める前に

    Role required: none

    このタスクについて

    You can configure the properties for the CloseMainWindow component. For more information about these properties, see Properties of the System Process components.

    手順

    1. In the Toolbox pane, navigate to Utilities > System Process.
    2. Drag the CloseMainWindow component to the Design surface.
    3. To configure the input field, see Configure port properties.
    4. Connect the data and control ports of the CloseMainWindow to the corresponding ports of the other component as described in the following table.
      Parameter Description Port type Mandatory?
      ProcessId The process ID of the application to close.

      You can pass this value from a previously executed component.

      You can get the ProcessId by opening the Task Manager on your Windows machine.

      Example:
      ProcessId of Services.exe: 660
      Data In Yes
    5. オプション: To test the component, under the DESIGN tab, click Run.

    As part of your automation workflow, after you have opened an app, such as Windows Terminal and ran a command on it, you can close the app window by providing the process ID in the CloseMainWindow component.

    Add the Start App component and GetWindowProcessID component before the CloseMainWindow component and connect the ports as shown in the image.

    For more information about these components, see Use the Start App component and Use the GetWindowProcessID component.

    CloseMainWindow component in a simple workflow showing ProcessId as parameter.