Disable Chrome PepperFlash
Chrome pepperflash causes wierd behavior in alot of situations when it comes to school software. PMRN, k2-air, iready etc...
You cant disable it via gpo nor can you disable it by renaming the dll. That just breaks it. However, you can replace the dll with the official adobe flash dll and just rename it to the same as the pepperflash dll.
CD C:\Program Files\Google\Chrome\Application
forfiles /S /M pepflashplayer.dll /C "cmd /C rename pepflashplayer.dll pepflashplayer.dll.bak
xcopy \\dfsshare\appdeploy\Disable_Chrome_pepperflash\pepflashplayer.dll "C:\Program Files (x86)\Google\Chrome\Application\37.0.2062.103\PepperFlash\"
Comments