Changing the default folder path for new process in studio

Hi all,
I would like to change the default folder path for studio whenever i create a new process.
I refer to this post Change default project location/Settings - #7 by Ilya_Kochetov

How do i change the DefaulProjectFolder in UiStudio.v2.settings?
<setting name=“UiPath.Studio.Plugin.Workflow.WorkflowPluginSettings”>
<WorkflowPluginSettings xmlns:i=“http://www.w3.org/2001/XMLSchema-instance” xmlns=“http://schemas.datacontract.org/2004/07/UiPath.Studio.Plugin.Workflow”>
<DebugSettings>
<BreakOnExceptions>true
</DebugSettings>
<DefaultProjectFolder i:nil=“true” />
<ExpressionEditorHeight>0
<ExpressionEditorWidth>0
<ToolboxViewOptions xmlns:d2p1=“http://schemas.datacontract.org/2004/07/UiPath.Studio.Plugin.Workflow.Services.Interfaces” i:nil=“true” />
<UserLibraryFolders xmlns:d2p1=“http://schemas.microsoft.com/2003/10/Serialization/Arrays” />
</WorkflowPluginSettings>

Cheers

@Gluon
go to Strat->Setting->Design
there you can Default location

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.