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
    262
    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
    729
    275
    30
    any new scripts for 21H2.?
     
  6. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,149
    5,947
    150
    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
    17,184
    90,641
    340
  8. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,149
    5,947
    150
    #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
    6,256
    20,912
    210
    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,556
    15,642
    270
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,184
    90,641
    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,556
    15,642
    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
    17,184
    90,641
    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
    17,184
    90,641
    340
    Yes, i didn't change anything
     
  16. donkos

    donkos MDL Novice

    Oct 18, 2019
    1
    0
    0
    i got an error when executing all of "sc config ... start= disabled"
    bginfo from sysinternal not working
    also i got an error that text from game air conflict is bluring
    my question is which service is responsible?
     
  17. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,396
    2,376
    60
    How about (for a change), you try and work it out for yourself, instead of asking (demanding) users to provide you with everything (already sorted) on your plate....
    You have been here 11 years (have you learned nothing), and with every release of Windows you keep asking for the same solutions for problems you should already know the answer to.
    .............
     
  18. raptorddd

    raptorddd MDL Addicted

    Aug 17, 2019
    729
    275
    30
    i run this as trust installer you can try as administrator
    read all the services and delete what you want to keep

    i open txt file and select all text.
    then i search for powershell then i select open file location
    then on file location right click and run it as administrator. wait till it finishes
    then do the same for the manual.txt.
    reboot
     

    Attached Files: