@MarkSanchezSPEC
Very good, you are on your way to a better standard setup.
While we have your attention, another trick is this:
Export your profile, once all working and GUI elements how you want, to a ,arg file using options, Profiles tab.
Then, copy the acad icon and make the target like this, for 2019 as an example (use your .arg path of course)
"C:\Program Files\Autodesk\AutoCAD 2019\acad.exe" /p "C:\CAD_SUPPORT\A2019\+Standard Profiles\64 Bit\HA_ACAD2019.arg" /product "ACAD" /language "en-US" /nologo
for civil3d its:
"C:\Program Files\Autodesk\AutoCAD 2019\acad.exe" /ld "C:\Program Files\Autodesk\AutoCAD 2019\AecBase.dbx" /p "C:\CAD_Support\A2019\+Standard Profiles\64 Bit\HA_C3D2019.arg" /product "C3D" /language "en-US" /nologo
once you have that, you can set up a new machine by just copying your company tools and things to that machine, then run your icon and it sets up the profile first run. After that it simply switches to the profile, it does not recreate it or update it. We put a robocopy statement in our login script, so all I do to support the whole company is update the tools on our server and they get pushed to users on login. I guess that is another tip.
A really cool side effect is if a user messes up their profile, they can just rename it and close and open acad using the company icon. They get a reset profile. They still have the old one that someone can try to fix later.
For some real fun, our startup even has statements to control the support paths and other things that user tend to mess with. So it heals itself for many things. Good luck.
internal protected virtual unsafe Human() : mostlyHarmless
I'm just here for the Shelties