Once the updates are done, restart Chrome to finish the process.
Chrome will automatically install updates when they are ready, and a message should show up on the page if it is already up to date.
Click the three-dot icon in the top-right corner of the browser, which says “Customize,” to change how Google Chrome works.
Follow the steps below to check for updates and install them to make sure the browser has all the latest ones: Write-Host "Attempting to Terminate msiexec.How to Fix Chrome Couldn’t Load Plugin Errorįix Chrome Couldn’t Load Plugin Error via Update the Google Chrome browserĪ Chrome browser that is too old can cause many problems, such as the “Couldn’t load plugin” error. #When MSIEXEC is running it causes problems with the installation of Flash, there for I am having it forcivly end it, if it is running. Write-Host "NPAPI plugin is Not coming off nicely`r" Write-host "Successfully ran NPAPI Uninstaller`r" Start-Process -FilePath "C:\Windows\system32\Macromed\Flash\$Flashutil1" -Argumentlist "-uninstall" -ErrorAction Silentl圜ontinue Write-Host "ActiveX Plugin is Not coming off nicely`r" Write-host "Successfully ran ActiveX Uninstaller`r" Start-Process -FilePath "C:\Windows\system32\Macromed\Flash\$Flashutil" -Argumentlist "-uninstall" -ErrorAction Silentl圜ontinue $FlashTest1 = (Test-Path C:\Windows\system32\Macromed\Flash\FlashUtil*Plugin.exe) $Flashutil1 = (Get-Childitem C:\Windows\system32\Macromed\Flash\FlashUtil*Plugin.exe -name) $FlashTest = (Test-Path C:\Windows\system32\Macromed\Flash\FlashUtil*ActiveX.exe) $Flashutil = (Get-Childitem C:\Windows\system32\Macromed\Flash\FlashUtil*ActiveX.exe -name) Write-Host "First Off we are going to politely ask Flash Player to remove itself.`r" #This is calling the "Flashutil" application to attempt to uninstall the currently installed version of Flash Player. Start-transcript -path C:\Log\SCRIPTS\FlashPlayer_DetailedLog.txt -noClobber -Append