Share via

How to stop cryptSvc?

Anonymous
2024-10-26T20:33:21+00:00

I am trying to stop cryptSvc in cmd started as admin:

It refuses to stop displaying this message:

The following services are dependent on the Cryptographic Services service.

Stopping the Cryptographic Services service will also stop these services.

Norton Tools

Norton Antivirus

Smartlocker Filter Driver

Application Identity

I tried to disable Norton Auto-protect as well as Firewall with no change with stop cryptSvc.

Windows for home | Windows 11 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Anonymous
    2024-10-28T09:19:44+00:00

    You seem to have solved the problem by uninstalling Norton, which looks like the same method I used in the first place.

    I find this way easier and more convenient.

    As a Support Specialist, I am well aware of the expectations of users and the concerns behind every issue. It is an honor to help you and I hope that my efforts will be helpful to you.

    If you find my support helpful in some way, I kindly ask you to log into the account where you posted the topic and select “Yes” under the post that offers a solution or “Mark as answer” my reply via “Advanced Tools”. This small gesture will not only provide better access to information for other users, but will also allow us to work together to build a more friendly and supportive community.

    Thank you very much for your cooperation and understanding and I look forward to hearing from you!

    2 people found this answer helpful.
    0 comments No comments

Answer accepted by question author

  1. Anonymous
    2024-10-27T15:13:36+00:00

    Thank you for your response.

    Disabling cryptSvc while Norton is running or activated is tricky since Norton Antivirus and Norton Tools are tied to this service.

    May I ask would you consider a clean uninstall of Norton?

    Here are some ways not to uninstall, but since I have a clean uninstall of Norton on my own computer, I can't do the most accurate test from my own laptop.

    Option 1: Disable Norton from startup and reboot.

    1. Open Task Manager (Ctrl + Shift + Esc), go to the “Startup” tab, then “Disable Norton” startup.
    2. Restart your computer and make sure Norton is not running.
    3. Try to stop cryptSvc again. net stop cryptSvc

    Option 2: Let's try to enter Safe Mode (Safe Mode without Networking).

    You can refer to Safe Mode: Windows startup settings - Microsoft Support

    Norton related services can be automatically disabled in safe mode if they are one level below the system level.

    Then we will try to disable cryptSvc from the command line.

    net stop cryptSvc
    

    Option 3: But I see that when stopping Norton Antivirus, the system prompts

    The requested pause, continue or stop is not valid for this service. Is it possible that this signals that Norton has been manually shut down.

    So let's try to run the command to shut down cryptSvc directly after shutting down the other services to see what issues are reported or if it shuts down smoothly.

    net stop cryptSvc
    
    2 people found this answer helpful.
    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-10-27T18:55:29+00:00

    May I ask would you consider a clean uninstall of Norton? 

    Thank you for your help. I already uninstalled of Norton to solve my problem.

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-10-27T11:09:44+00:00

    Thank you for your reply. I temporarily turned off Norton protection and tried first command with following message:

    net stop "Norton Antivirus"

    The requested pause, continue, or stop is not valid for this service.

    Edit: I can stop these two services only:
    "Smartlocker Filter Driver" "Application Identity"

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-10-27T07:46:04+00:00

    Hi Peter Šimkovič

    Welcome to Microsoft Community.

    Based on your description, I understand that you tried to stop the Norton related servers but were refused to do so, and I understand very well how you feel!

    From the information you have provided, it appears that the problem occurs due to the cryptSvc service being bound to another service.

    So we need to disable those bound services first, and then disable cryptSvc.

    Please note: 1. The above commands are based on the environment of my personal computer, which may have some differences from your computer. If the code does not work properly you need to change the name of the service.

    1. Disabling or stopping the encryption service affects system functionality, especially functionality that relies on Windows security and certificate architecture.

    The specific steps are:

    1. Click “Windows Logo Key” to open the search bar -> In the search bar, type “cmd” and open with administrator privileges -> Please enter the following command

    You can also use “Windows PowerShell”.

    1. Stop dependent services net stop "Norton Antivirus" net stop "Norton Tools" net stop "Smartlocker Filter Driver" net stop "Application Identity"

    If any of these services refuse to stop, make sure they are not running any important tasks or try to disable Norton Antivirus completely from the Norton Antivirus interface.

    Below are the disabling steps provided by a Norton official website.

    The link is: Unblock safe apps by temporarily turning off your Norton protection

    Disclaimer: Microsoft provides no assurances and/or warranties, implied or otherwise, and is not responsible for the information you receive from the third-party linked sites or any support related to technology.

    1. If you have successfully stopped all dependent services, try stopping the cryptSvc service again. net stop cryptSvc
    2. Disable the service If you want to prevent cryptSvc from starting again, do the following sc config cryptSvc start= disabled

    I sincerely hope that the above solution will solve your problem. Please feel free to contact me if you have any problems or still can't solve them. (Photos related to the question would be great!) .

    I looking forward to hearing back from you. 

    Best Regards

    Arthur Sheng | Microsoft Community Support Specialist

    0 comments No comments