I was infected by a virus and this changed proxy config to 127.0.0.1:64727, i removed the virus, but every time i start firefox i find the proxy configuration made by the virus.is there any config file i can change ?

I was infected by a virus (i can't remember the virus name). Antivirus removed it, but i think it changed some config file on FF, 'cause every time i try to restart it , i find it configured to use proxy 127.0.0.1:64727. I change every time the config, i also tried to change the config on the about:config and set network.proxy.type 5 , no port and no network proxy (so it's all on default) . I changed the config on the gui, i removed the config from windows registry ( IE and chrome start normally, with no proxy), but every time i restart FF i find the proxy config there. How can i fix it ?

I had the same problem.
Solution
'''Clear Virus First'''
-clear virus using either anti-virus or manually going into task manager and figuring out which processes are bad.
-If the manual way, go through each process in task manager and right click to "open file location". Depending on where it is located and the name of the process, you can google the process name online to see if it is bad.
-Delete the bad process file and as added security, create a folder using the name of the process so the file can't be recreated later. (example: If I had a virus "3dcr.exe" in folder c:\user, then delete "3dcr.exe" and create a new folder c:\user\3dcr.exe\ )
'''Fix Proxy Settings'''
-If your browser points an proxy server and you can't change the settings because every restart of firefox returns the settings back (even after changing in about:config or prefs.js or options>advanced>network>settings). The answer is to uninstall firefox with all its user preferences and the reinstall it.
*I know it is a bit brute force, but it was the only method I found to work. Just be sure to save your bookmarks first.

Similar Messages

Maybe you are looking for

  • Trasferring data b/w VB and Servlets

    Hi All, We have standalone VB application ,that needs to upload data to a central database . Due to security restrictions ,the VB application is not allowed to open a DB port explicitly. So Im thinking of having a servlet which will act as a proxy fo

  • How can I re-arranging the Email display order?

    I have multiple E-mail accounts which all display nicely under MAIL / MAILBOXES. I'd like to re-arrange their display order in "Inboxes" and "Accounts" which both scroll within the same screen. Is there any way to do this other than delete them all a

  • How can i send an sms to a group

    how can i send an sms to a group

  • Keeping stats up to date for partitioned tables

    Hi, Oracle version 10.2.0.4 I have a partioned table. I would like to keep stats up-to-date. Can I just run a single command to update table stats, indexes and partitions please? exec dbms_stats.gather_table_stats(user, 'TABLE', cascade=>true)or I al

  • Downloading URL on Mac

    Hi, I have written a program which accepts a url of file to be downloaded from network. This program is working on Windows and Linux but not on Mac. The code is public static File getRemoteFile(String url,String outputfile) throws Exception{