Skip to main content

How to remove malware search engine from Google Chrome browser

When you install Google Chrome on the first times, you will can use Google search as default search engine. And you also can change to other search engines as Bing, Yahoo... However, if you computer has virus (malware), you can't change the default malware search engine to others. You will see this message: "This setting is enforced by your administrators."
How to remove malware search engine from Google Chrome browser

Here we show you how to remove them (SlightSearch.ru, Coldsearch, ...) from Chrome. Then you can change your browser search engine:
  • Open Windows command promt as Administrator
  • Input below code and enter it line by line:
    • RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
    • RD /S /Q "%WinDir%\System32\GroupPolicy"
    • gpupdate /force
  • Then waiting for updating policy. Until you see this message "Computer Policy update has completed successfully. User Policy update has completed successfully."
That's all. Wish succeed!
Video here:

Comments

Popular posts from this blog

Turn off AutoPlay on Windows

On Windows, when you insert an USB or a CD/DVD into your computer, they are usually opened automatically. So the computer maybe infected autorun virus. To avoid that, you should turn off AutoPlay function.

Create Wordpress page template

When creating a new page in Wordpress, we usually have a choice for the page template. It's call Default template . However, we sometimes need to make a new page with a new appearance. Then another page template is needed. Instead of downloading a shared page template from internet, we can create a new page template by below instructions.