Save Button Disabled In UiPath 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:

image.png

Root Cause

This issue happens when the number of cores does not meet the minimum number of CPU cores that 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

This will inform how many cores and processors are running on the computer. The number must match the minimum recommended in the Hardware and Software requirements documentation.

To solve the issue, increase the number of CPU cores to at least the minimum recommended in the referenced documentation.