开发者

It is possible to deactivate the InternetExplorer Silverlight Add-On with PowerShell?

开发者 https://www.devze.com 2023-01-21 05:03 出处:网络
it is possible to 开发者_开发问答deactivate the InternetExplorer Silverlight Add-On? Later I want to open the Internet Explorer with the Powershell command:

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消