How to stop the configuration page from popping up during start up?

I just upgrade to windows 10.

In my last windows 8, only the dock itself pop up during startup.

But now, both the dock and configuration page pop up together.

How to stop it?

 

7,201 views 7 replies
Reply #1 Top

Is it possible you have anything listed here that is starting it?

C:\Users\YOUR_USERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

Reply #2 Top

No.

But the objectdock startup is located here:

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp

Reply #3 Top

Remove it from there and place it into the directory I listed perhaps? Let's see if that helps.

Reply #4 Top

There is C:\Users\YOUR_USERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\

but no ...\Startup\ folder.

I create the Startup folder myself and put the shortcut in.

However, it won't run at startup.

Reply #5 Top

Shit

I find that both my

"shell:startup" and

"shell:common startup"

points to C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp

So, it may be the reason causing the config page pop up because the shortcut run twice.

Reply #6 Top

I  changed the registry key

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Startup to

%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

and everything works as expect.

Thank you for your help!

Reply #7 Top

Quoting tomhk215, reply 6

I  changed the registry key

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Startup to


%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

and everything works as expect.

Thank you for your help!

That's great to hear :)