1

I'm looking for a way to change the Cache path of ArcMap permanently.

So from - C:\Users\$username$\AppData\Local\ESRI\Local Caches

To a seperate drive - E:\Users\$username$\ESRI\Local Caches

I'd imagine a registry entry would control this - I haven't been able to find one.

I'd be happy to run a Python script on startup of ArcMap to change this in a automated way - haven't been able to find any documentation on this.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Jan 4, 2019 at 15:48
0

1 Answer 1

1

@KirkKuykendall gave a good suggestion of:

Have you considered launching arcmap from a bat file that sets the LocalAppData variable before running arcmap.exe? http://environmentvariables.org/LocalAppData https://stackoverflow.com/a/3036367/125400

but I've found that this can be done from the registry as well.

To quote the ESRI technical documentation:

The Cache Path can be changed by setting a new string value "Cache Path" at HKCU\Software\ESRI\Desktop10.x\Settings. If the settings key does not exist, it can be added. This key and string value can be created or viewed by opening ArcMap and navigating to Customize> ArcMap Options> Display Cache.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
answered Jan 5, 2019 at 17:07

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.