Task View is crashing Explorer (restarting) on Windows 1803

Discussion in 'Windows 10' started by Smiglo5, Jul 29, 2019.

  1. Smiglo5

    Smiglo5 MDL Novice

    Joined:
    Jul 8, 2018
    Messages:
    36
    Likes Received:
    2
    Trophy Points:
    0
    As in topic, I have issue with Task View, or WinKey + Tab shortcut, after executing it, it crashes explorer and restarting it, Windows 1803

    I've followed some tutorials on web to fix it but from what I see I do not have service named:

    CDPUserSvc_XXXXXXX

    And I am not able to set it start to automatic or disabled/enabled

    I do not even have it in registry key editor (regedit)

    Is there a way to re-enable it somehow or fix that issue?
     
  2. boyonthebus

    boyonthebus MDL Addicted

    Joined:
    Sep 16, 2018
    Messages:
    917
    Likes Received:
    573
    Trophy Points:
    30
    Why don't you just install 19H1?
     
  3. Smiglo5

    Smiglo5 MDL Novice

    Joined:
    Jul 8, 2018
    Messages:
    36
    Likes Received:
    2
    Trophy Points:
    0
    Is there a way to disable Defender, Windows Update and SmartScreen on that version?
     
  4. Thomas Dubreuil

    Thomas Dubreuil MDL Senior Member

    Joined:
    Aug 29, 2017
    Messages:
    357
    Likes Received:
    594
    Trophy Points:
    10
    CDPUserSvc and similar services are locked, you need Trusted Installer rights to enable/disable. YOu need tool like NSudo for that.
    and then simply use those commands...

    Code:
    reg add "HKLM\SYSTEM\ControlSet001\Services\CDPUserSvc" /v "Start" /t REG_DWORD /d 2 /f >nul 2>&1
    sc config "CDPUserSvc" start= AUTO >nul 2>&1
     
  5. luzea

    luzea MDL Expert

    Joined:
    Apr 25, 2019
    Messages:
    1,003
    Likes Received:
    1,776
    Trophy Points:
    60
    Yes, and it’s the first version on which you will be able to disable it via GPO.

    And 1803 only gets support until November, 2019.