<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Set Pro's default settings programmatically? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1476523#M83569</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/458875"&gt;@AlfredBaldenweck&lt;/a&gt;&amp;nbsp;read through this&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/application-setting-management.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/get-started/application-setting-management.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The workflow is designed for admins who want to set (and optionally lock) settings and deploy those to multiple machines.&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2024 20:22:02 GMT</pubDate>
    <dc:creator>KoryKramer</dc:creator>
    <dc:date>2024-05-21T20:22:02Z</dc:date>
    <item>
      <title>Set Pro's default settings programmatically?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1475765#M83506</link>
      <description>&lt;P&gt;Is it possible to set Pro's settings (e.g. default project save location) programmatically (Read: through code)?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 18:33:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1475765#M83506</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2024-05-20T18:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Pro's default settings programmatically?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1476348#M83554</link>
      <description>&lt;P&gt;Yes, you I believe you can do this using the workflow described in this Esri Technical Support &lt;A href="https://support.esri.com/en-us/knowledge-base/how-to-change-the-default-arcgis-pro-project-folder-loc-000026617" target="_self"&gt;document&lt;/A&gt;.&amp;nbsp; Not necessarily Python code but there is code involved in the user.config file.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 16:10:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1476348#M83554</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2024-05-21T16:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Pro's default settings programmatically?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1476499#M83565</link>
      <description>&lt;P&gt;This is a great start! The other setting I'd look to look for is changing the default Package unpacking location. I don't seem to be able to find it in that config file; is there another place I should look?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 19:47:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1476499#M83565</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2024-05-21T19:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Pro's default settings programmatically?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1476509#M83566</link>
      <description>&lt;P&gt;Yes, in ArcGIS Pro itself, go the Project-&amp;gt;Options-&amp;gt;Application group-&amp;gt;Share and Download tab and you see many options for Staging, Unpacking of packages, templates, files and offline maps.&amp;nbsp; There is a radio button you can click "Ask where to save before unpacking" that you can set too. If you accept application defaults, they always go to your C:\Users\user_profile\Documents\ArcGIS Pro\Packages directory or others seen in this pane.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 19:56:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1476509#M83566</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2024-05-21T19:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Pro's default settings programmatically?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1476510#M83567</link>
      <description>&lt;P&gt;Yes, I'm hoping to do this without having to open Pro itself so I can apply these settings for multiple users. Is there a file outside of Pro that I can mess with to make this happen?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 19:58:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1476510#M83567</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2024-05-21T19:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Pro's default settings programmatically?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1476518#M83568</link>
      <description>&lt;P&gt;Hmmm...not sure.&amp;nbsp;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/129401"&gt;@KoryKramer&lt;/a&gt;&amp;nbsp;- are you aware of a file that can be modified outside of the Project-&amp;gt;Options to set a default package output location?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 20:16:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1476518#M83568</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2024-05-21T20:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Pro's default settings programmatically?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1476523#M83569</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/458875"&gt;@AlfredBaldenweck&lt;/a&gt;&amp;nbsp;read through this&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/application-setting-management.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/get-started/application-setting-management.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The workflow is designed for admins who want to set (and optionally lock) settings and deploy those to multiple machines.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 20:22:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1476523#M83569</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2024-05-21T20:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Pro's default settings programmatically?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1476524#M83570</link>
      <description>&lt;P&gt;Thanks, Kory and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2538"&gt;@Robert_LeClair&lt;/a&gt;&amp;nbsp;! I'll give this a look.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 20:23:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/set-pro-s-default-settings-programmatically/m-p/1476524#M83570</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2024-05-21T20:23:25Z</dc:date>
    </item>
  </channel>
</rss>

