Link to home
Start Free TrialLog in
Avatar of Yogiraj Pattani
Yogiraj PattaniFlag for India

asked on

How to turn on plugin in Chrome/Firefox/IE using Command Line

How to turn on plugin in Chrome/Firefox/IE using Command Line
Avatar of Hello There
Hello There

Chrome:
chrome.exe --disable-extensions
chrome.exe --disable-plugins

Firefox:
firefox.exe -safe-mode

These are only ways to achieve this. All examples above disable all extensions.
For IE:
iexplore.exe -extoff
Avatar of Yogiraj Pattani

ASKER

how to active all plugins?
You cannot disable specific extension, add-in, or plug-in.

To enable it back, just run it without the switch.
Can we install plugins using CMD?
ASKER CERTIFIED SOLUTION
Avatar of Hello There
Hello There

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks
It's very helpful