Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Registering Workstation Clients"
url: /mendix-workstation/register/
description: "Describes how to register and pre-configure multiple Workstation Clients."
weight: 35
weight: 40
---

## Introduction
Expand Down
26 changes: 26 additions & 0 deletions content/en/docs/workstation/client/wks-client-autostart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Autostart Configuration for the Workstation Client"
linktitle: "Autostart Configuration"
url: /mendix-workstation/autostart-configuration/
description: "Describes how to disable autostart for the Mendix Workstation Client."
weight: 50
---

## Introduction

By default, the Mendix Workstation Client runs automatically after system startup. You can change this behavior by modifying the autostart settings for your operating system.

## Modifying Autostart Settings

After installing the Workstation Client, you can modify its autostart settings by following the usual process for your operating system.

For more information, refer to the documentation of your operating system, such as the following topics:

* Modifying autostart settings in Microsoft Windows - [Configure Startup applications in Windows](https://support.microsoft.com/en-us/windows/experience/startup-boot/configure-startup-applications-in-windows)
* Modifying login items in MacOS - [Change Login Items & Extensions settings on Mac](https://support.apple.com/guide/mac-help/change-login-items-extensions-settings-mtusr003/mac)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Mendix.Capitalization] Use ''macOS'' (capitalized)


## Stopping the Workstation Client Manually {#stop-client}

The **Close** button closes the Client window but does not terminate the application; it continues to run in the background. To completely quit the Client, right-click its icon in the Windows systray and select **Quit**. This action is only available in [Developer Mode](/mendix-workstation/management-stations/#developer-mode).

Alternatively, you can stop the Workstation Client process by using Windows Task Manager.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,4 @@ To install the Workstation Client on a Linux machine, perform the following step
sudo capsh --user=$(whoami) --iab="^cap_net_raw" -- -c "'/opt/Mendix Workstation/Mendix Workstation'"
```

The Workstation Client runs automatically at system startup. To modify this behavior, see [Stopping the Workstation Client](#stop-client).

### Stopping the Workstation Client {#stop-client}

The **Close** button closes the Client window but does not terminate the application; it continues to run in the background. To completely quit the Client, right-click its icon in the Windows systray and select **Quit**. This action is only available if [Developer Mode](/mendix-workstation/management-stations/#developer-mode) is enabled. Alternatively, the Workstation Client process can always be stopped via Windows Task Manager.
The Workstation Client runs automatically at system startup. To modify this behavior, see [Autostart Configuration for the Workstation Client](/mendix-workstation/network-configuration/).
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Network Configuration for the Workstation Client"
linktitle: "Network Configuration"
url: /mendix-workstation/network-configuration/
description: "Describes how to configure custom proxy settings for the Workstation Client."
weight: 30
weight: 35
---

## Introduction
Expand Down
Loading