Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
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.
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.
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.
For Miguel A. Baeyens Can you please explain in details for removing the "Mail this bookmark as Link " option in IE tool bar.