Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

User Preferences Security in IE Plugin

In the Qlikview desktop there is an option under user preferences to set "Confirm Launch from Macro". Under user preferences when running the app through the browser I don't see this option. I know I can add a registry key on my computer under:

[HKEY_CURRENT_USER\Software\QlikTech\QlikOcx\Settings 7]

and set:
"MacroLaunchConfirmation"="0"

This will fix my IE plugin to allow macro launches but we have hundreds of users who use this and some can't access their registry. Can I change the server registry somehow to effect all users? The "Allow Macro to Launch Application" is pretty annoying.

Thanks!

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hello,

Export that registry key to a reg file, right clicking on it

If you have access to the Active Directory too Users and Computers in Administrative tools, and to the NETLOGON resource in your network, you can create a logon script to be executed for all users on logon containing the following command

regedit.exe /s pathtoregfile.reg


So all users on logon will apply silently that to their registry files.

Further information can be found in this Microsoft KB.

Hoep that helps.

View solution in original post

3 Replies
Miguel_Angel_Baeyens

Hello,

Export that registry key to a reg file, right clicking on it

If you have access to the Active Directory too Users and Computers in Administrative tools, and to the NETLOGON resource in your network, you can create a logon script to be executed for all users on logon containing the following command

regedit.exe /s pathtoregfile.reg


So all users on logon will apply silently that to their registry files.

Further information can be found in this Microsoft KB.

Hoep that helps.

Not applicable
Author

Hi Miguel,

I actually don't have access to accomplish something like this. I'm sure this is a fine method for those who do though. Hopefully they allow more control in future version. Thanks for you help.

sujeetsingh
Master III
Master III

For Miguel A. Baeyens Can you please explain in details for removing the "Mail this bookmark as Link " option in IE tool bar.