How to disable Java was blocked because its out of date message
March 5, 2015 / by Marco / Categories : Google, Technology
If you run an old version of Java and found it more stable than the latest version Chrome will keep bugging you to update the plugin. This prevents the Java app to run and can be very annoying. Here’s the example message:
One way to disable to disable this message from appearing is to use the command switch –allow-outdated-plugins with the Chrome.exe file. What you can do is create a shortcut pointing with the following:
“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” –allow-outdated-plugins (note there are two dashes before allow)
Below is an example:

OTHER ARTICLES YOU MAY LIKE
REVIEWING AND UNBOXING THE TOOCKI USB-C RIGHT ANGLE 1.2M CABLE
USB C cables are among the most ordinary accessories we own, yet they can make a surprisingly noticeable difference to how comfortable our devices are to use while charging. The Toocki USB C right angle cable is a good example of a simple accessory that tries to solve a very common irritation, because instead of […]
read more
SUPABASE BACKUP TUTORIAL: USE DBEAVER TO EXPORT YOUR DATABASE SAFELY
If you are building anything serious on Supabase, whether that is a client portal, a SaaS app, an internal dashboard, or even a small side project that is starting to get traction, having a reliable database backup process is one of those tasks that quickly moves from optional to essential. Supabase makes a lot of […]
read more

