Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This article describes features used in agents or agent flows powered by the standard harness.
Administrators can control the availability and usage of computer use features. These controls help your organization manage how computer use is deployed and ensure it aligns with your security and compliance requirements.
Disable computer use
You can disable computer use in the admin center or by using the Power Platform CLI.
Use the admin center
To disable computer use in an environment by using the admin center:
Go to the Power Platform admin center.
Select Manage on the navigation pane, and then select Environments. A list of environments appears.
Select the environment to update. The environment's details page opens.
On the top menu bar, select Settings.
Expand Product, and then select Features.
Scroll to Computer use and turn off the toggle.
Select Save to apply your changes.
Note
If you can't find the Computer use toggle in the environment settings of the Power Platform admin center, this feature might not yet be visible in your tenant. To manage this setting manually, use the Power Platform CLI.
Use the Power Platform CLI
To disable computer use in an environment by using the Power Platform CLI:
If you didn't already, install the Power Platform CLI.
Open a command line and run the following command:
pac auth createFollow the prompts to connect to your tenant.
Run the following command to disable the setting:
pac env update-settings --environment <envid> --name iscomputeruseinmcsenabled --value falseReplace
<envid>with the environment ID, which you can find in the URL of the environment settings page.
Confirm computer use is blocked
After disabling computer use, verify that the setting is applied by checking the Tools page in Copilot Studio:
In Copilot Studio, open an agent in an environment where computer use is disabled.
Go to the Tools page and select Add a tool. The Add tool dialog opens.
Confirm the Computer use option appears grayed out and unavailable.
Disable hosted browser
To disable the hosted browser in a tenant:
Go to the Power Platform admin center.
Select Manage on the navigation pane, and then select Tenant settings. A list of settings appears.
Select Hosted browser in computer use. A pane opens.
Turn off the toggle.
Select Save.