Start, Stop, and Disable Services in Windows 10  

Page 4 of 4 FirstFirst ... 234

  1. Posts : 9
    Windows 10
       #30

    hopefully i don't have to do it again
      My Computer


  2. Posts : 14
    Windows 10 Home 64-bit
       #31

    Hi Shawn
    Thanks for anotherbrilliant tutorial.

    I'm trying to disable Windows 10 Update Service with PS cmdlet Set-Service -Name "wuauserv" -StartupType Disabled -Status Stopped

    The PS error message blames dependency on other services, and there is no Force parameter for this cmdlet in PS Help.
    My computer shows no dependencies on Windows Update, but it is dependent on the RPC service.

    Any suggestions? Thanks.

    Old Novice
      My Computer


  3. Posts : 68,881
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #32

    Old Novice said:
    Hi Shawn
    Thanks for anotherbrilliant tutorial.

    I'm trying to disable Windows 10 Update Service with PS cmdlet Set-Service -Name "wuauserv" -StartupType Disabled -Status Stopped

    The PS error message blames dependency on other services, and there is no Force parameter for this cmdlet in PS Help.
    My computer shows no dependencies on Windows Update, but it is dependent on the RPC service.

    Any suggestions? Thanks.

    Old Novice
    Hello Old Novice,

    Odd, the PowerShell command worked for me to disable the Windows Update service.

    Start, Stop, and Disable Services in Windows 10-windows_update.png

    Does using the command below in an elevated command prompt work for you instead?

    sc stop "wuauserv" && sc config "wuauserv" start=disabled
      My Computers


  4. Posts : 14
    Windows 10 Home 64-bit
       #33

    Hi Shawn
    Thank you for your quick reply.
    Further info:
    I have two quite independent Windows 10 Home laptops - Sony Vaio and Lenovo ideapad 300. Regarding this problem, they behave identically. Following is a screen shot of the PS error message which might mean more to you than to me:
    Attachment 223024
    After posting to you, I discovered that I was trying to disable a running service. I stopped it using PS Set-Service -Name "wuauserv" -Status Stopped before applying the PS command to disable. This worked without error.

    (I also noticed that disabling by clicking in the service properties window was accepted, but left the Status as Running, presumably needing a restart to stop.)

    In your helpful reply, your CMD suggestion, which worked beautifully, thank you, also includes a Stop command before configuring Disable. It would be interesting to know the initial Status of the Service used in your tutorial without an explicit preliminary Stop element.

    Your suggestion to try PS Core6 is very attractive; unfortunately time constraints don't permit at present. I will be staying with PS 5.1. My current project, in which this problem occurred, involves desktop shortcuts to PS scripts that include confirmation dialogs and other operations partly written, and I don't want to change horses in mid stream. So, for now, I regard my problem as solved, and am most grateful for your contribution.

    Thank you Shawn.

    Old Novice
      My Computer


  5. Posts : 68,881
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #34

    @Old Novice,

    The suggestion to try "PS Core6" was just something PowerShell itself was advertising.

    I'm glad you got the command to work to stop and disable the service.

    It's really not needed to know the current running or stopped status of a service before disabling it unless you just wanted to. You would need to stop the service before disabling it anyways. It won't matter if the service is already stopped or not.

    You can use the command below in an elevated PowerShell to see the current status of the Windows Update service.

    Get-Service "wuauserv"

    Start, Stop, and Disable Services in Windows 10 | Tutorials
      My Computers


  6. Posts : 425
    OS 10 64
       #35

    Brink said:
    Hello John, :)

    I would recommend to leave them alone. Disabling the wrong service could cripple Windows.
    I Learned that the hard way

    i noticed windows runs soooooooooo smooth if you dont do anything , no Heavy tweaks no need
      My Computer


  7. Posts : 4,303
    Windows 11 Pro 22H3
       #36

    Anyone know what these do?

    Start, Stop, and Disable Services in Windows 10-image.png

    There is two of them.
      My Computers


 

Tutorial Categories

Start, Stop, and Disable Services in Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  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 21:11.
Find Us




Windows 10 Forums