Which windows 10 services you guys disable ?!

Discussion in 'Windows 10' started by xhemal1325, Sep 26, 2017.

  1. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,252
    1,149
    60
    Have you disabled the parent service?
    Code:
    sc config CDPUserSvc start= disabled
     
  2. Zardoc

    Zardoc MDL Addicted

    Feb 7, 2008
    590
    276
    30
    Yep. I have no idea what the error is linked to
     
  3. Dr.David.Bowman

    Dr.David.Bowman MDL Novice

    Jan 26, 2019
    2
    0
    0

    I ran this as a .Bat file and now my Windows Update Fails

    Is there anyway of enabling Windows Update again ?

    Thank you and regards Sir
     
  4. Dr.David.Bowman

    Dr.David.Bowman MDL Novice

    Jan 26, 2019
    2
    0
    0

    I tried these scripts and regs and now my windows update is not working anymore

    :(

    Can someone please kindly help me get windows update to work again ?

    Thank you
     
  5. pf100

    pf100 Duct Tape Coder

    Oct 22, 2010
    2,067
    3,454
    90
    I only service I disable is the Windows Update service (wuauserv).
     
  6. lolnothankyou

    lolnothankyou MDL Novice

    Jul 27, 2018
    47
    68
    0
    Enable the Windows Update service. You should not tweak your OS if you don't know what you're doing.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,186
    90,643
    340
    Code:
    for %%G in (
    BthAvctpSvc
    CertPropSvc
    CDPSvc
    CscService
    DiagTrack
    DisplayEnhancementService
    DoSvc
    DevicesFlow
    DevQueryBroker
    DsmSvc
    DusmSvc
    DPS
    diagnosticshub.standardcollector.service
    dmwappushservice
    GraphicsPerfSvc
    LxpSvc
    MapsBroker
    NaturalAuthentication
    PcaSvc
    RemoteRegistry
    SEMgrSvc
    SharedRealitySvc
    SmsRouter
    Spooler
    TrkWks
    StiSvc
    SecurityHealthService
    Sense
    TabletInputService
    WaaSMedicSvc
    WarpJITSvc
    WerSvc
    wercplsupport
    WpcMonSvc
    WMPNetworkSvc
    WSearch
    WdNisDrv
    WdNisSvc
    WinDefend
    XboxNetApiSvc
    ) do (
    sc config %%G start= disabled
    )
    for %%G in (
    BcastDVRUserService
    BluetoothUserService
    CaptureService
    CDPUserSvc
    ConsentUxUserSvc
    DevicePickerUserSvc
    MessagingService
    OneSyncSvc
    PhoneSvc
    PimIndexMaintenanceSvc
    PrintWorkflowUserSvc
    UnistoreSvc
    UserDataSvc
    ) do reg query HKLM\SYSTEM\ControlSet001\Services\%%G /v Start 1>nul 2>nul && (
    reg add HKLM\SYSTEM\ControlSet001\Services\%%G /v Start /t REG_DWORD /d 4 /f
    reg add HKLM\SYSTEM\ControlSet001\Services\%%G /v UserServiceFlags /t REG_DWORD /d 0 /f
    )
    rem 1809 required
    for %%G in (
    cbdhsvc
    DevicesFlowUserSvc
    WpnUserService
    ) do reg query HKLM\SYSTEM\ControlSet001\Services\%%G /v Start 1>nul 2>nul && (
    reg add HKLM\SYSTEM\ControlSet001\Services\%%G /v Start /t REG_DWORD /d 3 /f
    reg add HKLM\SYSTEM\ControlSet001\Services\%%G /v UserServiceFlags /t REG_DWORD /d 3 /f
    )
    
     
  9. qwesta

    qwesta MDL Senior Member

    Jul 22, 2011
    345
    133
    10
    what is this, a .bat or .cmd file to be saved?
     
  10. Krager

    Krager MDL Senior Member

    Jan 9, 2017
    396
    233
    10
    I first set the ones I don't want to manual and only disable them if they insist on starting up. I try to use group polices first before disabling services. Also I'm running LTSC and don't use UWP apps so a couple disabled services are related to that. Here's what I end up with;
    Code:
    BitLocker Drive Encryption Service
    Connected Devices Platform User Service
    Connected User Experiences and Telemetry
    File History Service
    GameDVR and Broadcast User Service
    IP Helper
    Network Connection Broker
    Network Connectivity Assistant
    Touch Keyboard and Handwriting Panel Service
    Update Orchestrator Service
    Windows Biometric Service
    Windows Camera Frame Server
    Windows Search
    Windows Update
    Windows Update Medic Service
    WinHTTP Web Proxy Auto-Discovery Service
     
  11. pf100

    pf100 Duct Tape Coder

    Oct 22, 2010
    2,067
    3,454
    90
    Yes. And run as administrator.
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,186
    90,643
    340
  13. RADITZDJ

    RADITZDJ MDL Member

    Jun 24, 2011
    161
    35
    10
    What about services in 1903 @abbodi1406
    Is there any update which one also need to disable?
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,186
    90,643
    340
    No change to servicies

    only these schedule tasks
    Code:
    "Microsoft\Windows\Diagnosis\RecommendedTroubleshootingScanner"
    "Microsoft\Windows\Flighting\FeatureConfig\ReconcileFeatures"
    "Microsoft\OneCore\DirectX\DirectXDatabaseUpdater"
    and those are locked
    Code:
    "Microsoft\Windows\WaaSMedic\PerformRemediation"
    "Microsoft\Windows\UpdateOrchestrator\Backup Scan"
    "Microsoft\Windows\WindowsUpdate\sihpostreboot"
     
  15. titantwo10

    titantwo10 MDL Novice

    Oct 28, 2016
    5
    12
    0
    For the locked ones I open cmd.exe in execti and use to disable:
    schtasks /Change /TN "Microsoft\Windows\WaaSMedic\PerformRemediation" /Disable
    schtasks /Change /TN "Microsoft\Windows\UpdateOrchestrator\Backup Scan" /Disable
    schtasks /Change /TN "Microsoft\Windows\WindowsUpdate\sihpostreboot" /Disable
     
  16. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    Code:
    SCHTASKS /Change /TN "Microsoft\Windows\CloudExperienceHost\CreateObjectTask" /DISABLE
    This causes setup not to advance to the username screen in OOBE.

    Thanks, I thought this service was useless and I disabled it. Since I have never used Win10 1809 I thought this version of Windows no longer had this feature.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. aedthuio

    aedthuio MDL Junior Member

    Aug 14, 2009
    59
    18
    0
    @abbodi1406 Hello and thank you for your contribution! :)
    Have you some news for Windows 10 1809-1909? In your last post you suggest to disable the DevicesFlow service, but it doesn't exist, only DevicesFlowUserSvc and DevicesFlowUserSvc_?????.

    Thanks!!
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,186
    90,643
    340
  19. aedthuio

    aedthuio MDL Junior Member

    Aug 14, 2009
    59
    18
    0
    Hi @abbodi1406, I sent you a pvt. Thanks!