Save Button Disabled In Studio

The Save button in UiPath Studio is disabled. A re-install of Studio seemed to resolve it, but the button gets disabled again.

Issue Description: The "Save" button in Studio is grayed out:


Root Cause: This issue happens when the number of cores does not meet the minimum number of CPU cores which Studio needs, as described in the Hardware and Software requirements documentation.


Resolution: To troubleshoot this, run the following command in Command Prompt:

  • wmic cpu get NumberOfCores,NumberOfLogicalProcessors

Although the minimum number of cores Studio requires is 2, the recommendation would be to have 4 to avoid having any other performance issue in the future.

  • To enable the button, increase the number of CPU cores to at least the minimum recommended.