File Explorer loads 1, 2 or more copies on startup


  1. Posts : 255
    Windows 10
       #1

    File Explorer loads 1, 2 or more copies on startup


    For some reason a few weeks ago my PC started loading copies of File Explorer on startup. Some days it won't load any, the next day it will load 1, 2 or more copies. While there is probably some reason for this, it is not one I have been able to work out. If it was one copy every day then I would assume a setting in the register. But given the randomness of this that seems unlikely and in any case I would rather not start changing things in the register without some advice!
    Thanks.
      My Computer


  2. Posts : 5,452
    Windows 11 Home
       #2

    Those are the only entries I know. Run CMD as admin and copy/paste:
    Code:
    reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "Shell" /t REG_SZ /d "explorer.exe" /f
    reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "Userinit" /t REG_SZ /d "C:\Windows\System32\userinit.exe," /f
    reg add "HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "Shell" /t REG_SZ /d "explorer.exe" /f
    reg add "HKLM\System\CurrentControlSet\Control\Session Manager" /v "BootExecute" /t REG_MULTI_SZ /d "autocheck autochk *" /f
    reg add "HKLM\System\CurrentControlSet\Control\Session Manager" /v "SETUPEXECUTE" /t REG_MULTI_SZ /d "" /f

    You can also check with Autoruns for suspicious entries.

    Select - Options - Hide Microsoft entries
    so you would not disable something important

    Then check tabs: Logon / Scheduled Tasks / Services / Explorer (probably most important)
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 05:57.
Find Us




Windows 10 Forums