How to start Chrome without plugins?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Sunrise at the Stream
--
Chapters
00:00 How To Start Chrome Without Plugins?
01:09 Accepted Answer Score 26
02:16 Answer 2 Score 3
02:31 Answer 3 Score 0
02:57 Thank you
--
Full question
https://superuser.com/questions/822429/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#googlechrome #browseraddons #plugins #safemode
#avk47
ACCEPTED ANSWER
Score 26
Source List of Chromium Command Line Switches
--disable-extensions Disable extensions.
--disable-plugins Prevent plugins from running
You might also find the following useful:
--debug-plugin-loading Dumps extra logging about plugin loading to the log file
How to add these options to a Chrome shortcut
- Right click on your Chrome shortcut
- Select Properties.
- Add to the end of the Target field --disable-extensions --disable-plugins
It will look like:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" /high-dpi-support=1 /force-device-scale-factor=1 --disable-extensions --disable-plugins
- Click on OK
- Start Chrome.
ANSWER 2
Score 3
Create a .bat file
taskkill /F /IM chrome.exe
taskkill /F /IM iexplore.exe
taskkill /F /IM googleupdate.exe
taskkill /F /IM outwit-hub.exe
start chrome --disable-extensions
ANSWER 3
Score 0
You could use the command line option --disable-plugins
to disable plug-ins.
Other possible solutions to the apparent problem are rebooting your system, clearing your browser cache, running an anti virus system check, attempting an update, attempting an installation repair (if Chrome has that feature), and doing a full uninstall and reinstall.