Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jeremy_fourman
Creator
Creator

Scripting User Preferences

Hello and thank you in advance.

I am currently working at a location where all QV development is done from a terminal, I was wondering if anyone is aware of a way to script user preferences, maybe just copy a backup copy of a config file to somewhere and replace it after reboot? I looked for a configuration file that would contain this information and wasn't able to find one.

What is happening is after every reboot our User Preferences are reset, items such as design toolbar and 'Always Show Design Menu Items' many and a few other things need to be reset. This wouldn't be so bad but they make us reboot very frequently.

Again thanks for any insight offered.

-Jeremy

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

All your User Preferences are stored in

"C:\Users\youruserid\AppData\Roaming\QlikTech\QlikView\Settings.ini"

You can save and restore this file to reestablish your settings.

-Rob

http://masterssummit.com

http://qlikviewcookbook.com

View solution in original post

3 Replies
Anonymous
Not applicable

When you say "terminal" does that mean you are using Terminal Services / RDP or Citrix ?

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

All your User Preferences are stored in

"C:\Users\youruserid\AppData\Roaming\QlikTech\QlikView\Settings.ini"

You can save and restore this file to reestablish your settings.

-Rob

http://masterssummit.com

http://qlikviewcookbook.com

jeremy_fourman
Creator
Creator
Author

Sorry should have been more specific, it is a 'liquid' Citrix terminal.

Rob that is the first place I looked and couldn't find it but I did end up locating it in a different spot

C:\Users\{user id }\AppData\Roaming\Microsoft\AppV\Client\VFS\{some guid}\AppData\QlikTech

Thank you both for the responses, marking Rob correct.