Manually remove CleanInternet (mywebfilter.com, Web Access Filter)
How to manually remove CleanInternet
1) Change the service to not auto-restart when it stops Open services.msc, find the Web Access filter service (I forget its exact name) Open that service, go to the Recovery tab, and change all 3 dropdowns to "Take no action". Click "ok" to save the changes.
2) Get the service's PID: RUN sc queryex wacsvc
3) Kill that PID: RUN taskkill /pid 1234 /f
4) Delete the program's files from C:\Windows\SysWOW64\
C:\Windows\SysWOW64\wacsvc.exe
C:\Windows\SysWOW64\wacsystray8.exe
and optionally:
C:\Windows\SysWOW64\wacsystray.ico
C:\Windows\SysWOW64\wacsystray1.ico
C:\Windows\SysWOW64\wacsvc.log
C:\Windows\SysWOW64\wacsvclog.log
C:\Windows\SysWOW64\wacuuid.txt
5) Delete the program's registry key: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Web Access Filter (or something like that)
6) Reboot
Now your browsers should all work normally.