Sychnronize custom checks issue

When syncronizing a custom checklist due to update in external site (eg BigFix Compliance: Updated CIS Checklist for RHEL 7, published 2022-08-26) I can only select about 15 checks per time (out of > 200…) and even with this low number of checks I get a java script error:


Any ideas how to get rid of this issue?

1 Like

This dialog is not timed, but rather one that is displayed after 5,000,000 script statements are executed in the current page. The user can increase the default number of statements that trigger the dialog on his machine. Therefore you can address this issue using the following registry change:

@echo off
reg add "HKCU\Software\Microsoft\Internet Explorer\Styles" /f
reg add "HKCU\Software\Microsoft\Internet Explorer\Styles" /v "MaxScriptStatements" /t REG_DWORD /d 0xFFFFFFFF /f
1 Like

Thanks, I will give it a try during next sync.