Hi all
The number of quarantined objects of mine is huge; I am trying to remove them via the Security Center remove option, but then the following error appears.
I need the solution of it.
Thanks a lot.
Web Browser
Stop running this script?
Â
A script on this page is causing your web browser to run slowly.
If it continues to run, your computer might become
unresponsive.
Â
                        Yes     No
Security Center remove option – Error
Hello,
What you are getting is just a pop which could be caused by the following script:
<script language="VBScript">
Sub myAlert(title, content)
MsgBox content, 0, title
End Sub
</script>
 <script type="text/javascript">
myAlert("Web Browser", "Stop running this script?nnA
script on this page is causing your web browser to run slowly.
If it continues to run, your computer might become unresponsive.");
</script>
The code above works in Internet Explorer, or it could be an actual slow running script which can end up producing that alert. It is a legit script, and it will be so much better if it ends up being an actual slow running script, because won't make any sense that a person may be trying to reproduce that box using VBScript.
Hope this helps.
Regards,
Carl