0

Whenever I boot my Windows 8 computer, my default browser (Chrome, though this happened while IE was my default browser) opens up and automatically opens the Bing homepage. What's causing this and how can I prevent this from happening?

3 Answers3

2

I guess your browser starts whenever your system starts, so disabling the browser on startup may fix your problem.

  1. Go to run or press Windows + R
  2. Type msconfig navigate to Startup
  3. Choose Chrome and uncheck the checkmark (checkmark indicates programs which start during boot process)
  4. Choose Apply and OK
  5. Reboot your machine

Next time your browser won't start on every boot.

slhck
  • 235,242
2

As it turns out this question is a duplicate (sorry about that).

The solution is the change the following registry entry to 0:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet\EnableActiveProbing

More detail on this fix is given here

1

In Windows 8 open your Task Manager (Windows+x and then hit T) and click on the tab Startup, from here you can disable the applications/programs you do not want to start when Windows 8 is booting. If for some reason it does not solve the problem, download and run Autoruns. Download it from here

Devid
  • 6,455
  • 13
  • 58
  • 75