Can I disable services via command prompt...


  1. Posts : 33
    Windows 64 bit, processor based 64bit, linux
       #1

    Can I disable services via command prompt...


    Can I disable services using the command prompt if they can't be disable in the services manager, and could some services be installed on the system for threat uses and intrusions in the computer?
      My Computer


  2. Posts : 7,254
    Windows 10 Pro 64-bit
       #2

    It seems so:

    sc config "Name of Service" start= disabled
    sc stop "Name of Service"
    Source: Disable a Windows service from the command line - Super User
      My Computers


  3. Posts : 33
    Windows 64 bit, processor based 64bit, linux
    Thread Starter
       #3

    Thanks a lot!
      My Computer


  4. Posts : 5,452
    Windows 11 Home
       #4

    Ltp2 said:
    Can I disable services using the command prompt if they can't be disable in the services manager,
    MS locked some services, so they can be disabled only via registry, like Clipboard User Service
    Code:
    reg add "HKLM\System\CurrentControlSet\Services\cbdhsvc" /v "Start" /t REG_DWORD /d "4" /f
    Ltp2 said:
    and could some services be installed on the system for threat uses and intrusions in the computer?
    How Malware hides and is installed as a Service
      My Computer


  5. Posts : 68,954
    64-bit Windows 11 Pro for Workstations
       #5
      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 02:01.
Find Us




Windows 10 Forums