<?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: Load nmf and config file automatically for inexperienced users? in ArcGIS Explorer Desktop Questions</title>
    <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/load-nmf-and-config-file-automatically-for/m-p/366258#M2300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can copy the shortcut for ArcGIS Explorer and modify the target to look something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;C:\Program Files (x86)\Explorer\bin\E3.exe" /AppConfig c:\path\to\appconfig.ncfg&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This way, you can create an application specific shortcut. You would want to store the Application Configuration file in neutral location (non profile specific).&amp;nbsp; Also note, the ncfg file doesn't have to be local, it could be a network location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also modify the registry so that the application configuration is automatically loaded for any user that logs in on the machine. The drawback being that it is difficult to load ArcGIS Explorer without an Application Configuration afterwords (barring another registry modification).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisexplorer/1700//en/appconfig_set.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;More Information on Setting your Application Configuration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you go the route of registry editing. You can create a .reg file that'll do the registry setting for you. The contents would like to similar to this: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;32-BIT VERSION&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\Explorer1750\Settings]
"AppConfig"="C:\\path\to\AppConfig.ncfg"

&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;64-BIT VERSION&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ESRI\Explorer1750\Settings]
"AppConfig"="C:\\path\to\AppConfig.ncfg"
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 17:01:12 GMT</pubDate>
    <dc:creator>norie</dc:creator>
    <dc:date>2021-12-11T17:01:12Z</dc:date>
    <item>
      <title>Load nmf and config file automatically for inexperienced users?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/load-nmf-and-config-file-automatically-for/m-p/366257#M2299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to show how GIS can make life simpler for a few users who aren't very computer savvy.&amp;nbsp; I've zipped up the data and nmf, but of course the configuration file doesn't transfer since it's in my user profile.&amp;nbsp; Is there a way I can load this file in for them so they don't have to go into the configuration manager and load it themselves?&amp;nbsp; Ideally, I want them to do as little as possible on startup.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2012 16:07:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/load-nmf-and-config-file-automatically-for/m-p/366257#M2299</guid>
      <dc:creator>StephaniSchupbach</dc:creator>
      <dc:date>2012-10-16T16:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load nmf and config file automatically for inexperienced users?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/load-nmf-and-config-file-automatically-for/m-p/366258#M2300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can copy the shortcut for ArcGIS Explorer and modify the target to look something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;C:\Program Files (x86)\Explorer\bin\E3.exe" /AppConfig c:\path\to\appconfig.ncfg&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This way, you can create an application specific shortcut. You would want to store the Application Configuration file in neutral location (non profile specific).&amp;nbsp; Also note, the ncfg file doesn't have to be local, it could be a network location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also modify the registry so that the application configuration is automatically loaded for any user that logs in on the machine. The drawback being that it is difficult to load ArcGIS Explorer without an Application Configuration afterwords (barring another registry modification).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisexplorer/1700//en/appconfig_set.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;More Information on Setting your Application Configuration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you go the route of registry editing. You can create a .reg file that'll do the registry setting for you. The contents would like to similar to this: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;32-BIT VERSION&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\Explorer1750\Settings]
"AppConfig"="C:\\path\to\AppConfig.ncfg"

&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;64-BIT VERSION&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ESRI\Explorer1750\Settings]
"AppConfig"="C:\\path\to\AppConfig.ncfg"
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:01:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/load-nmf-and-config-file-automatically-for/m-p/366258#M2300</guid>
      <dc:creator>norie</dc:creator>
      <dc:date>2021-12-11T17:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Load nmf and config file automatically for inexperienced users?</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/load-nmf-and-config-file-automatically-for/m-p/366259#M2301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the ideas.&amp;nbsp; The users are spread all across the country and don't have access to one network drive -- but maybe I can talk to their IT Depts to edit the registry.&amp;nbsp; I appreciate the time you took to answer the question and to provide the links.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 14:24:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/load-nmf-and-config-file-automatically-for/m-p/366259#M2301</guid>
      <dc:creator>StephaniSchupbach</dc:creator>
      <dc:date>2012-10-17T14:24:29Z</dc:date>
    </item>
  </channel>
</rss>

