# Modify or Uninstall Studio

> Follow the instructions on this page if you want to modify an installation or remove Studio from your machine.

Follow the instructions on this page if you want to modify an installation or remove Studio from your machine.

## Modify Studio

1. Locate Studio in the **Apps and features** / **Programs and Features** Windows settings. For example, in Windows 10, select **Start Menu** &gt; **Settings** &gt; **Apps and features** &gt; **UiPath Studio**, and then select **Modify**. Alternatively, double-click the installer to launch the installation wizard again.
2. Configure the following options:
   * **UiPath Studio** - Select whether to install Studio. If not selected, only Robot and Assistant are installed.
   * Select which [extensions](https://docs.uipath.com/studio/standalone/latest/user-guide/about-extensions) and add-ons to install: [Excel Add-in](https://docs.uipath.com/studio/standalone/latest/user-guide/excel-add-in#excel-add-in), [extension for Chrome](https://docs.uipath.com/studio/standalone/latest/user-guide/extension-for-chrome#extension-for-chrome), [extension for Edge Chromium](https://docs.uipath.com/studio/standalone/latest/user-guide/extension-for-edge-chromium#extension-for-edge), [extension for Firefox](https://docs.uipath.com/studio/standalone/latest/user-guide/extension-for-firefox), [JavaScript Robot Add-on](https://docs.uipath.com/robot/standalone/latest/user-guide/about-the-robot-javascript-sdk), [extension for Microsoft Remote Desktop](https://docs.uipath.com/studio/standalone/latest/user-guide/extension-for-windows-remote-desktop#extension-for-microsoft-remote-desktop-and-apps).

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/studio/studio-docs-image-487551-f60df026.webp)
3. Click **Change**.

For information on modifying Studio from the command line, see [Command Line Parameters](https://docs.uipath.com/studio/standalone/latest/user-guide/command-line-parameters).

## Uninstall Studio

Locate UiPath Studio in the **Apps and features** / **Programs and Features** Windows settings. For example, in Windows 10, select **Start Menu** &gt; **Settings** &gt; **Apps and features** &gt; **UiPath Studio**, and then select **Uninstall**.

Uninstalling does not remove the following:

* The settings in the folders **%PROGRAMDATA%\UiPath**, **%LOCALAPPDATA%\UiPath**, and **%APPDATA%\UiPath**
* The packages folder **%USERPROFILE%\.nuget\packages**
* The NuGet cache folder **%LOCALAPPDATA%\NuGet\v3-cache**
* The Assistant processes folder in the Windows Start menu **%APPDATA%\Microsoft\Windows\Start Menu\Programs\UiPath Assistant Automations**

To uninstall from the command line, use the Microsoft Standard Installer (Msiexec.exe). For example, open a command prompt in the folder containing the Studio installer and run the following command:

`msiexec /uninstall UiPathStudio.msi`.

Uninstalling from the command line also removes the **%PROGRAMDATA%\UiPath** folder (for per-machine installations) or the **%LOCALAPPDATA%\UiPath** folder (for per-user installations). To prevent either of the folders from being removed, run the uninstall command with the `KEEP_USER_DATA=1` option. For example:

`msiexec /uninstall UiPathStudio.msi KEEP_USER_DATA=1`
