Tuesday

How to remove “RealPlayer Browser Record Plugin 14.0.3” extension manually from Firefox browser?

Do the following steps:
  • Go to the folder path at “C:\ProgramData\Real\RealPlayer\BrowserRecordPlugin\Firefox\Ext\Components”.
  •  Rename and move the following files to a different location (or delete them):
    • nprpffbrowserrecordext realplayer.dll
    • nprpffbrowserrecordlegacyext realplayer.dll
    • nsirpbrowserrecord realplayer.xpt
  • By clicking on Firefox Menu > Tools > Add-ons, you will notice that the “RealPlayer Browser Record Plugin 14.0.3” extension is successfully removed.

No comments:

Newton-Raphson Method in C++

The Newton Raphson Method is an open method used to find the roots of a function. It employs the technique of linear approximation and invol...