Predefined userprofile
Hello there,
I'm currently dealing with an issue regarding userprofiles window which appears directly after start of program Hypermesh (version 2017.2).
When I predefine i.e. 'Optistruct' as a solver and deselect 'Always show on start-up', this choice is not saved. When I close and re-run the HM, the same window will appear.
Is there an *.tcl script where I can predefine: default option Optistruct plus do not show this window again, please? Where are these user-predefined options stored?
Do I need rights for full control somewhere?
I've spend more than few hours on this topic, went through userprofiles.tcl, UserProfilesDialog.tcl, userprofilesmanager.tcl.
Any hint is more than welcome. Thank you in advance.
Answers
-
Usually it works. Try deleting hmsettings,hmmenu files in your working directory(by default my documents) and restart hm.
0 -
Hi,
Deleting those files usually helps, Or you can write a .bat files like below:
'C:/Program Files/Altair/2017.3/hm/bin/win64/hmopengl.exe' -nouserprofiledialog -uOptiStruct
Search HyperMesh Startup Options in Altair Connect or in Help doc for more info.
0 -
Altair Forum User said:
Hi,
Deleting those files usually helps, Or you can write a .bat files like below:
'C:/Program Files/Altair/2017.3/hw/bin/win64/hmopengl.exe' -nouserprofiledialog -uOptiStruct
Search HyperMesh Startup Options in Altair Connect or in Help doc for more info.
Normally, the executable 'hmopengl.exe' is in ../hm/... not ../hw/..
0 -
Thank you guys very much. Adding ' -nouserprofiledialog -uOptiStruct' to the executable path helped. Deleting hmsettings,hmmenu is not possible due to limited rights for the Altair folder.
0