Tuesday, December 10, 2013

some detail about Chrome extension, and regedit

Per reader's request.
I capture some screens.

remove extension

remove register


Sunday, December 8, 2013

Blogger search box gadget not working

I love to use Blogger. It has good a lot of nice gadgets. It is really nice to have a search function in blog that readers can easily search keyword in the whole blog. However, I have a problem about search box gadget. It can't work at all. I need another solution for this function.

add a gadget
click on the "+" for HTML/JavaScript

put those html code in the content
<form action="search" name="input" method="get">
<input value="" name="q" size="20" type="text"/>
<input value="Go" type="submit"/>
</form>

This is how it work. Sending form to server and call function, "search", on the server. "q" means the keywork you want to search.
That's it. thanks for reading.

Saturday, December 7, 2013

one more thing about removing ScorpionSaver

I search on line for removing this ad-ware. A lot of people are wondering how ScorpionSaver install in their computer again every time restart Windows even they remove it from control panel. This is because this company installs a service on the computer and this service will start automatically. Once the service starts, it calls the programs (AdpeakProxy64 and AdpeakProxy) in C:\windows\System32. It is better to delete this service even AdpeakProxy64.dll and AdpeakProxy.dll are deleted. It is simple. start command prompt and type sc delete "level quality watcher". 



Friday, December 6, 2013

How to remove ScorpionSaver ad-ware!!!

ScorpionSaver is an unwanted application. I would say it is a Mal-ware, spyware, ad-ware or whatever you like to call it. It is very annoying and hard to remove. I search on line. There are tons of blogs showing how to do it. BUT those solutions are missing one important step. Now I am telling you a complete process without any software required,


  • delete extend in Chrome or delete add-on in IE: I believe all blogs showing you this.
  • uninstall scorpionsaver: control panel -> uninstall program -> select scorpionSaver -> uninstall.
  • delete all register: run -> regedit -> menu Edit ->Find -> Find and delete all about scorpionsaver, conduit, and smartbar.
  • delete all installation file: goto c:\temp -> delete InstallServices64 and ScorpionSaver. Actually you can delete all files in this temp folder.
  • delete all Adpeak something dll: there are two. One is C:\Windows\System32\AdpeakProxy64.dll. The other one is C:\Windows\SysWOW64\AdpeakProxy.dll. There two are hidden in your computer. Every time while windows starts up, those two dll will install scorpionsaver in your computer again.
  • go to administrator tool -> service -> Level Quality Watcher -> stop












  • delete this folder C:\Program Files\Level Quality Watcher

Please leave comment if it is not working for you.
Thanks for reading.