# Hiding Developer Tools in the Parallels Desktop GUI

Parallels Desktop Enterprise, Business, and Pro editions include developer tools which are aimed at software developers using Parallels Desktop as part of their development and testing setup. The tools are accessed by clicking the **Develop** menu on the virtual machine menu bar and then choosing one of the available options (e.g. **Start SSH Session**, **Start Debugging Session**, and others).

{% hint style="info" %}
**Note**: With Parallels Desktop for Mac 26.1 or newer, some virtual machine settings, including showing or hiding developer tools, can now be controlled centrally using the [Management Portal](broken://pages/TGJTDEURG3xnSnT0id8o). Read more [here](/landing/pd-ag/preparing-virtual-machines-for-deployment-and-securing-them/policies.md#vm-settings).
{% endhint %}

If users in your organization are not using these tools, you can hide the **Develop** menu altogether. The reason you would want to do this, some of these features (if used accidentally) may start a debugging session or engage in some other development-specific activities that may temporarily disrupt normal Parallels Desktop operation.

{% hint style="info" %}
**Note**: If some of the Parallels Desktop users in your organization use it for software development tasks, they may benefit from reading our [**Developer's Guide**](https://docs.parallels.com/landing/parallels-desktop-developers-guide/).
{% endhint %}

This option is a part of a virtual machine configuration and can be set using the Parallels graphical user interface as follows:

1. Open the virtual machine configuration dialog (click the gear icon or choose **Actions** > **Configure**).
2. In the dialog, click **Options** (at the top) and then click **More Options** in the left pane.
3. In the right pane, select or clear the **Show developer tools** option. This will show or hide the **Develop** menu on the virtual machine menu bar (you don't have to restart a virtual machine if it's running).

To modify this setting from the command line, execute the following command in Terminal:

```
prlctl set ID|Name --show-dev-tools on|off
```

where *ID/Name* is the GUID or name of a target virtual machine.

When mass deploying Parallels Desktop on Mac computers in your organization, you can configure the autodeploy package to apply these settings to all included virtual machines automatically. For details, see [**Configuring deployment options**](/landing/pd-ag/provisioning-and-activation-of-parallels-desktop/alternative-deployment-methods/alternative-mass-deployment-via-deployment-package/preparing-the-autodeploy-package/configuring-deployment-options.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.parallels.com/landing/pd-ag/parallels-desktop-for-mac-enterprise-edition-features/hiding-developer-tools-in-the-parallels-desktop-gui.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
