I cannot comprehend why the activities exhibit distinct properties when I open them in different instances of UiPath Studio. The following image pertains to my setup at home, running on Windows 11.
Both UiPath Studios are updated to the latest version. Now, it becomes challenging for me because I cannot select the correct value in UiPath as I am unsure how to set it.
Nothing to do with Windows Server, nothing to do with “published activity”, nothing to do with NuGet executable mode.
The Kill Process activity always has the AppliesTo property with options All / OnlyCurrentUser / OnlyCurrentSession / OnlyCurrentDesktop.
This is confirmed by UiPath documentation. [docs.uipath.com]
When UiPath Studio loads an older activity package, or the project is in Windows‑Legacy, the designer cannot render the enum dropdown, so it shows a plain expression field instead.
This is exactly what you’re seeing.
Fix it with the below steps:
1. On the work machine, open the project → Manage Packages
Update these packages to match your home machine:
UiPath.System.Activities
UiPath.UIAutomation.Activities (if installed)
Use the latest stable version available.
2. Ensure the project compatibility is the same
Go to: Project Settings → General → Compatibility
Make sure BOTH machines use:
Windows (recommended)
NOT Windows‑Legacy.
3. Restart Studio and reopen the workflow
After aligning package versions + compatibility, the AppliesTo dropdown WILL appear, exactly like your home screenshot.
Well, I noticed a discrepancy between the “Preview” version; I installed the latest version on both, and the options then appeared.
Thank you all for your responses; I regret not being able to mark all of them as the solution.
Best regards.