After twelve months of suffering in silence...
Today I finally got somewhere with this problem! Not a solution but a work-around:
It seems Word behaves in a funny way in this particular user account. Instead of searching for add ins in ...Microsoft\Word\Autostart\, as it should, it does so in ...Microsoft\Word\ . Putting the add-ins to that folder made them load properly when word was started.
But as that would have meant an extra action every time I added a new add-in I did the following:
- Renamed the old ...Microsoft\Word folder WordOld
- Created a new, empty, ...Microsoft\Word folder
- Created a new folder Autostart elsewhere in my PC (More about that below)
- Loaded all the add-insinto that new folder
- Created a Junction Point that made ...Microsoft\Word\Autostart point at that new folder
- Created aanother Junction Point that made ...Microsoft\Word\ also point at the new folder
That way any well behaved application that wants to access the word startup folder is pointed att the new Startup folder and likewise any less well behaved one (like Word!) is also pointed there. Problem solved!
What's still not clear is how the same Word-installation that behaves properly in the admin account loses "Startup" from the address path when it should access the starup folder frpm a user account!
Note
The use of Junction points is standar for me. I work with five computers in two different countries and like to keep them more or less like each other. That means a lot of the data and many application configuration files go into Dropbox and so stay syncronized. The Word startup folder didn't originally belong there but now when it does I'm happy, One sync problem less to keep track of!
-Lup