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.
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 using the Power Platform CLI.
Use the admin center
To disable computer use in an environment using the admin center:
- Go to the Power Platform admin center.
- Select Manage on the navigation pane, 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, then select Features.
- Scroll to Computer use and turn off the toggle.
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 haven'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.
Disable hosted browser
To disable the hosted browser in a tenant:
- Go to the Power Platform admin center.
- Select Manage on the navigation pane, then select Tenant settings. A list of settings appears.
- Select Hosted browser in computer use. A pane opens.
- Turn off the toggle.
- Select Save.