Project: Which Services can be Disabled WITHOUT Drastic Impact.

Page 2 of 14 FirstFirst 123412 ... LastLast

  1. Posts : 7,606
    Windows 10 Home 20H2
       #11

    Paul Black said:
    Code:
    sc stop WaasMedicSvc
    REG ADD HKLM\SYSTEM\CurrentControlSet\Services\WaasMedicSvc /v Start /f /t REG_DWORD /d 4
    The script disables the service by disabling "WaaSMedic.exe" and "WaasMedicSvc.dll".
    The script does not disable it by a Registry hack.

    The service cannot be started at my end. See whether you can start it.

    Code:
    C:\Windows\system32>SC start "WaaSMedicSvc"
    
    SERVICE_NAME: WaaSMedicSvc
            TYPE               : 30  WIN32
            STATE              : 2  START_PENDING
                                    (NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
            WIN32_EXIT_CODE    : 0  (0x0)
            SERVICE_EXIT_CODE  : 0  (0x0)
            CHECKPOINT         : 0x0
            WAIT_HINT          : 0x7d0
            PID                : 7260
            FLAGS              :
    
    C:\Windows\system32>SC stop "WaaSMedicSvc"
    [SC] ControlService FAILED 1062:
    
    The service has not been started.
      My Computer


  2. Posts : 23,193
    Win 10 Home ♦♦♦19045.4291 (x64) [22H2]
       #12

    @Paul Black

    I've used Black Viper's Services settings since the XP days. The SAFE column is just that... Services you set w/o problems.
    The "Tweaked" column is a bit more risky.

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



    Scroll down a ways and you'll see the columns.

    At the top left (of the column headings) change it to SHOW: ALL ...in the drop down box.
      My Computer


  3. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #13

    Hello Matthew,

    Code:
    
    C:\Windows\system32>SC start "WaaSMedicSvc"
    
    SERVICE_NAME: WaaSMedicSvc
            TYPE               : 30  WIN32
            STATE              : 2  START_PENDING
                                    (NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
            WIN32_EXIT_CODE    : 0  (0x0)
            SERVICE_EXIT_CODE  : 0  (0x0)
            CHECKPOINT         : 0x0
            WAIT_HINT          : 0x7d0
            PID                : 5616
            FLAGS              :
    
    C:\Windows\system32>SC stop "WaaSMedicSvc"
    [SC] ControlService FAILED 1062:
    
    The service has not been started.
    C:\Windows\system32>
      My Computer


  4. Posts : 7,606
    Windows 10 Home 20H2
       #14

    @Paul Black, see the screenshot below.

    Project: Which Services can be Disabled WITHOUT Drastic Impact.-hijacker-disabled.jpg

    Code:
    Microsoft Windows [Version 10.0.19042.746]
    (c) 2020 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>Net start "WaaSMedicSvc"
    The Windows Update Medic Service service is starting.
    The Windows Update Medic Service service could not be started.
    
    A system error has occurred.
    
    System error 5 has occurred.
    
    Access is denied.
      My Computer


  5. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #15

    Hello Matthew,

    Matthew Wai said:
    See the screenshot below.
    Code:
    Microsoft Windows [Version 10.0.19042.746]
    (c) 2020 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>Net start "WaaSMedicSvc"
    The Windows Update Medic Service service is starting.
    The Windows Update Medic Service service could not be started.
    
    A system error has occurred.
    
    System error 5 has occurred.
    
    Access is denied.

    So are you saying that the Service is Disabled, but it does NOT show that in the Registry because it shows the Value 3 instead of the Value 4?
      My Computer


  6. Posts : 7,606
    Windows 10 Home 20H2
       #16

    @Paul Black,

    The script disables the service without changing the value in Registry.
    The script disables the service by locking "WaaSMedic.exe" and "WaasMedicSvc.dll".
    Registry does not know that the two system files have been locked.
    The Registry value does not reflect the fact that they have been locked.
    Actually, I don't know whether the service can be disabled simply by changing the value.
    You may do a test and tell me the result.
      My Computer


  7. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #17

    Hello dalchina and Ghot,

    dalchina said:
    Black Viper's info seems only to 2018 and not maintained thereafter:
    Black Viper's Windows 10 Service Configurations - Black Viper | BlackViper.Com

    Download BlackViperScript - MajorGeeks

    Bear in mind changes to services are few and occasional.
    Ghot said:
    @Paul Black

    I've used Black Viper's Services settings since the XP days. The SAFE column is just that... Services you set w/o problems.
    The "Tweaked" column is a bit more risky.

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

    Scroll down a ways and you'll see the columns.

    At the top left (of the column headings) change it to SHOW: ALL ...in the drop down box.

    Thank you BOTH. When investigating this on the MANY sites that I looked at, I came across Black Viper quite early on, and there were differing opinions on it. I have just downloaded the file and will scrutinize this further as you have BOTH recommended it as a valid option to consider.

    Ghot,

    Are you using ALL the items on the SAFE List on your current Win 10 please?
      My Computer


  8. Posts : 23,193
    Win 10 Home ♦♦♦19045.4291 (x64) [22H2]
       #18

    Paul Black said:
    Hello dalchina and Ghot,






    Thank you BOTH. When investigating this on the MANY sites that I looked at, I came across Black Viper quite early on, and there were differing opinions on it. I have just downloaded the file and will scrutinize this further as you have BOTH recommended it as a valid option to consider.

    Ghot,

    Are you using ALL the items on the SAFE List on your current Win 10 please?


    Yes, I am. I also use some on the tweaked list (because of things like the lack of a printer, for example).

    I did come across a few, that I wasn't sure if I should change. So I just left them for a "second" run through the Services after I made a fresh backup with the ones I already changed.

    Lastly, because of different hardware, not everyone has the same Services installed. So don't be surprised if you see a few differences in the Services list.
      My Computer


  9. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #19

    Hello Matthew,

    Matthew Wai said:
    The script disables the service without changing the value in Registry.
    The script disables the service by locking "WaaSMedic.exe" and "WaasMedicSvc.dll".
    Registry does not know that the two system files have been locked.
    The Registry value does not reflect the fact that they have been locked.
    Actually, I don't know whether the service can be disabled simply by changing the value.

    Thank you.

    I think I will look further into this tomorrow. I will want to Disable them in the Registry in case I ever decided I did NOT want to use the WUMT anymore. This will result in me being covered BOTH ways.

    I think there could be a problem with Disabling the WaasMedicSvc.dll because of Permissions in the %WinDir%\System32 Folder!
      My Computer


  10. Posts : 42,953
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #20

    Bear in mind the safe thing to do is to leave services well alone. Services can be dependent on one another or interact in unexpected ways. Put another way, the possible benefit (a little RAM perhaps?) of disabling a service must be carefully weighed against the possible risk of future unexpected behaviour. Put yet another way- you need to know exactly what you're doing and why.
      My Computers


 

  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 18:47.
Find Us




Windows 10 Forums