it is possible to deactivate the InternetExplorer Silverlight Add-On?
Later I want to open the Internet Explorer with the Powershell command:
- $ie = New-Object -ComObject InternetExplorer.Application
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could start IE in no-addons mode. There is a command line switch for this, I think. Check out what the link in Programs -> Accessories -> System Tools does.
You can remove Silverlight’s COM registration from the registry. Then IE won’t be able to instantiate it.
There may be other solutions.