Which windows 10 services you guys disable ?!

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

  1. Trickz

    Trickz MDL Novice

    Jul 31, 2015
    35
    11
    0
  2. Rinsewind

    Rinsewind MDL Novice

    Dec 8, 2011
    16
    3
    0
    That did the trick

    Thank you for troubleshooting @coleoptere2007 and @Trickz
     
  3. scaramonga

    scaramonga MDL Senior Member

    Oct 27, 2012
    426
    261
    10
    Fixed in latest version :)
     
  4. tonemgub1

    tonemgub1 MDL Novice

    Aug 8, 2021
    3
    0
    0
    #104 tonemgub1, Jun 25, 2022
    Last edited: Jun 25, 2022
    Link is broken now :(
     
  5. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    606
    196
    30
    any new scripts for 21H2.?
     
  6. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,702
    5,104
    120
    well, you can make one :doh:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,318
    340
  8. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,702
    5,104
    120
    #108 Dark Dinosaur, Jun 25, 2022
    Last edited: Jun 25, 2022
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. mxman2k

    mxman2k MDL Developer

    Jun 20, 2007
    5,676
    19,110
    180
    LayoutModification XML for start Menu needs to be copied into this folder structure:

    Code:
    Sources\$OEM$\$1\Users\Default\AppData\Local\Microsoft\Windows\Shell
    
    Good for Win10 but W11 it not work the same as m$ changed that side with a .json file too. :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,645
    270
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,318
    340
    It's in setupcomplete.cmd / 2004.7z

    i don't know what that needs, test and try :D
     
  12. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,645
    270
    #112 Mr.X, Nov 4, 2022
    Last edited: Nov 4, 2022
    @abbodi1406

    On specialize.cmd
    Code:
    reg add "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Kernel" /v DisableTsx /t REG_DWORD /d 1 /f
    
    [Q] - Pros and cons of disabling this setting

    Believe me, I google trying to find out information before asking you :eek: :)
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,318
    340
    It's for Intel 6th-9th Generation CPUs, part of Spectre/Meltdown thing
    if you used updated Microcode from 2020 or later, then it's already disabled
     
  14. CarlMilde

    CarlMilde MDL Novice

    Sep 14, 2018
    19
    22
    0

    Disabling "SensorService" service crashed to desktop in Settings - System - Power - Energy Recommendations.

    This stubborn bitch took me a year to find.

    You should comment it out.

    Or fix with:

    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SensorService" /v "Start" /t REG_DWORD /d "3" /f
    # This sets service to manual. Needs to restart system to fix.
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,141
    84,318
    340
    Yes, i didn't change anything