<?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 Configuring the temp working directory? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/configuring-the-temp-working-directory/m-p/377253#M16571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ArcMap, it is possible to configure the temp working directory through a system environment variable ARCTMPDIR.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/supplement/temporary-files-created-by-geoprocessing-tools.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/tools/supplement/temporary-files-created-by-geoprocessing-tools.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is there a similar capability for configuring this windows default temp location for ArcGIS Pro? Ideally, we wish to set this at an application level to override the windows settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2019 21:56:46 GMT</pubDate>
    <dc:creator>AngusHooper1</dc:creator>
    <dc:date>2019-02-28T21:56:46Z</dc:date>
    <item>
      <title>Configuring the temp working directory?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/configuring-the-temp-working-directory/m-p/377253#M16571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ArcMap, it is possible to configure the temp working directory through a system environment variable ARCTMPDIR.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/supplement/temporary-files-created-by-geoprocessing-tools.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/tools/supplement/temporary-files-created-by-geoprocessing-tools.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is there a similar capability for configuring this windows default temp location for ArcGIS Pro? Ideally, we wish to set this at an application level to override the windows settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2019 21:56:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/configuring-the-temp-working-directory/m-p/377253#M16571</guid>
      <dc:creator>AngusHooper1</dc:creator>
      <dc:date>2019-02-28T21:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the temp working directory?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/configuring-the-temp-working-directory/m-p/377254#M16572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know this is not possible, as I haven’t seen anything in the help about this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, you can set Windows environment variables local to the pro process tree by launching Pro with a .bat script that sets Windows environment settings before launching Pro with &lt;STRONG&gt;start&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;@echo off
set TEMP=C:\TEMP\PROTEMP
if not exist %TEMP% mkdir %TEMP%
start /b (pro exe)

‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:25:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/configuring-the-temp-working-directory/m-p/377254#M16572</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-12-11T17:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring the temp working directory?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/configuring-the-temp-working-directory/m-p/377255#M16573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following enhancement is marked as "In Product Plan", so it is likely that they will allow configuration of the entire "working directory" (currently Documents/ArcGIS) in the future:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #f8f8f8; font-weight: 300;"&gt;#ENH-000105809&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4c4c4c; background-color: #f8f8f8; font-weight: 300;"&gt;[Enhancement]&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #f8f8f8; font-weight: 300;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;User wants to change the location manually when unpacking the package in ArcGIS Pro.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #f8f8f8; font-weight: 300;"&gt;If you have support, please add your organization to the Enhancement request and include a note about the Temp Folder. I did include in my submission the information about the System Environment Variable and the Registry Setting that could be changed in ArcMap.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 13:52:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/configuring-the-temp-working-directory/m-p/377255#M16573</guid>
      <dc:creator>EmelineRenz</dc:creator>
      <dc:date>2019-03-01T13:52:10Z</dc:date>
    </item>
  </channel>
</rss>

