How to identify unnecessary services and turn them off

Page 1 of 2 12 LastLast

  1. Posts : 152
    windows
       #1

    How to identify unnecessary services and turn them off


    Hi
    I wonder if there is some systematic method to analyze and possibly optimize services in windows10.
    I have tried a number of the off the shelf tools like cc ccleaner, iobit, iolo etc., but they don’t provide much improvement in performance. Plus HW optimization by adding ram and SSD.

    Also I have checked the excellent overview by Shawn Brink.

    Esp. how to turn off unnecessary services slowing down the system, mentioned in #19 of above link, quoting

    19. Set Unused Services to Manual or Disabled

    Services use processes that run in the background using part of your computer's resources. Check through your services with the help of the guide provided in this link, and stop and set to manual the services that affects features that you do not use or need to gain a tiny bit more performance.

    WARNING: Disabling the wrong service could hurt performance, or even cripple Windows. If you do not truly know what you are doing, then it's highly recommended to not do this.
    So how to identify unnecessary services and turn them off?

    Br
    Peter
      My Computer


  2. Posts : 7,920
    Windows 11 Pro 64 bit
       #2

    I don't recommend fiddling with Microsoft services but use Autoruns to disable unwanted third party services. You can disable Microsoft services too if you accept the risks.
      My Computers


  3. Posts : 43,229
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #3

    You shouldn't expect to gain anything by way of performance, and you need to know exactly what you are doing and why, as services can be interdependent.

    When 'hacking' the O/S always make sure you have a way back.
    The routine use of disk imaging is endlessly recommended here; System Restore is a useful complement.

    Have a look at this:
    Project: Which Services can be Disabled WITHOUT Drastic Impact.

    -noting your question is asked periodically, and an identical question was posted recently.
      My Computers


  4. Posts : 152
    windows
    Thread Starter
       #4

    Hi dalchina
    Do you have reference to
    -noting your question is asked periodically, and an identical question was posted recently.
    ?
      My Computer


  5. Posts : 497
    Windows 10 Home x64
       #5

    all of this kind of stuff is done at the owners risk hence the posts above but if you really want to have a look here....

    Black Viper's Windows 10 Service Configurations - Black Viper | BlackViper.Com

    i've used Black Vipers guides for XP, Win 7 and Win 10 with no ill effects.
      My Computers


  6. Posts : 43,229
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #6

    plaurits said:
    Hi dalchina
    Do you have reference to ?
    Thank you for your reply.

    Were you to search tenforums, you would find that so. The most recent one I have in mind has a similar answer. There are older discussions on the same topic.

    I have given you a link to a thread which addresses that comprehensively.
      My Computers


  7. Posts : 100
    Windows 10 Home v22H2 OS Build 19045.4412
       #7

    Here is a list of some of services this person feels are safe to disable. I just found it last week and I followed his advice. I only disabled a few of the services that were running. Most of the ones he mentioned weren't running anyway. So far so good. Use at your own risk and always have image backups.

    Windows 10 20H2 Services that are safe to disable by sammilucia on DeviantArt

    BTW, this peron appears to be quite knowledgeable and conservative in his approach.
      My Computer


  8. Posts : 152
    windows
    Thread Starter
       #8

    Thanks a lot. Will check this info
      My Computer


  9. Posts : 5,350
    Windows 11 Pro 64-bit
       #9

    Here's a list of services you can disable tell you the true disabling services is not good idea they provide functions to operating system.

    Open the Command Prompt with administrative privileges to execute bellow commands.

    Code:
    :: Disable and stop Adaptive Brightness service
    Sc config SensrSvc start= disabled  
    Sc stop SensrSvc 
    
    :: Disable and stop Computer browser service
    Sc config Browser start= disabled  
    Sc stop Browser 
    
    :: Disable and stop Certificate Propagation service
    Sc config CertPropSvc start= disabled  
    Sc stop CertPropSvc 
    
    :: Disable and stop  Distributed Link Tracking Client service
    Sc config TrkWks start= disabled  
    Sc stop TrkWks 
    
    :: Manual and stop Encrypting File System service
    Sc config EFS start= demand  
    Sc stop EFS 
    
    :: Manual and stop Function Discovery Provider Host service
    Sc config fdPHost start= demand   
    Sc stop fdPHost 
     
    :: Disable and stop Function Discovery Resource Publication service
    Sc config FDResPub start= disabled   
    Sc stop FDResPub 
    
    :: Disable and stop HomeGroup Listener service
    Sc config HomeGroupListener start= disabled  
    Sc stop HomeGroupListener 
    
    :: Disable and stop HomeGroup Provider service
    Sc config HomeGroupProvider start= disabled  
    Sc stop HomeGroupProvider 
    
    :: Disable and stop Offline Files service
    Sc config CscService start= disabled  
    Sc stop CscService 
    
    :: Manual and stop Parental Controls/Family Safety service
    Sc config WPCSvc start= demand  
    Sc stop WPCSvc 
    
    :: Manual and stop Print Spooler service
    Sc config Spooler start= demand  
    Sc stop Spooler 
    
    :: Disable and stop Internet Connection Sharing (ICS) service
    Sc config SharedAccess start= disabled 
    Sc stop SharedAccess 
    
    :: Disable and stop IP Helper service
    Sc config iphlpsvc start= disabled 
    Sc stop iphlpsvc 
    
    :: Disable and stop Microsoft iSCSI Initiator Service
    Sc config MSiSCSI start= disabled  
    Sc stop MSiSCSI 
    
    :: Disable and stop Netlogon service
    Sc config Netlogon start= disabled  
    Sc stop Netlogon 
    
    :: Manual and stop Remote Desktop Configuration service
    Sc config SessionEnv start= demand 
    Sc stop SessionEnv 
    
    
    :: Manual and stop Remote Desktop Services
    Sc config TermService start= demand  
    Sc stop TermService 
    
    
    :: Disable and stop Remote Registry service
    Sc config RemoteRegistry start= disabled  
    Sc stop RemoteRegistry 
    
    :: Manual and stop Routing and Remote Access Service
    Sc config RemoteAccess start= demand  
    Sc stop RemoteAccess 
    
    :: Disable and stop Smart Card service
    Sc config SCardSvr start= disabled   
    Sc stop SCardSvr 
    
    :: Disable and stop Server service
    Sc config LanmanServer start= disabled 
    Sc stop LanmanServer  
    
    :: Disable and stop Workstation service
    Sc config LanmanWorkstation start= disabled 
    Sc stop LanmanWorkstation 
    
    :: Disable and stop Tablet PC Input Service/Touch Keyboard and Handwriting Panel Service 
    Sc config TabletInputService start= demand 
    Sc stop TabletInputService 
    
    :: Manual and stop Windows Biometric Service
    Sc config WbioSrvc start= demand 
    Sc stop WbioSrvc 
    
    :: Disable and stop Windows Error Reporting Service
    Sc config WerSvc start= disabled  
    Sc stop WerSvc 
    
    :: Disable and stop Windows Media Player Network Sharing-service
    Sc config WMPNetworkSvc start= disabled  
    Sc stop WMPNetworkSvc 
    
    :: Manual and stop Windows Help service 
    Sc config helpsvc start= demand  
    Sc stop helppsvc 
    
    
    :: Disable and stop SSDP Discovery service
    sc config SSDPSRV start= disabled 
    Sc stop SSDPSRV 
    
    :: Disable and stop Windows Search service
    Sc config WSearch start= disabled  
    Sc stop WSearch
    You can use the attached batch script to restore the default startup type for services in case disabling services causes a problem.
    How to identify unnecessary services and turn them off Attached Files
      My Computer


  10. Posts : 152
    windows
    Thread Starter
       #10

    Thanks a lot for code and script.
      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 10:20.
Find Us




Windows 10 Forums