开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜