Windows 10: How to stop cryptSvc?

Discus and support How to stop cryptSvc? in Windows 10 Gaming to solve the problem; 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... Discussion in 'Windows 10 Gaming' started by Peter Šimkovič, Oct 26, 2024.

  1. How to stop cryptSvc?


    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 IdentityI tried to disable Norton Auto-protect as well as Firewall with no change with stop cryptSvc.

    :)
     
    Peter Šimkovič, Oct 26, 2024
    #1
  2. FrankW Win User

    I get a bad return code on "Stop CryptSvc" task

    Hi Shawn,


    How to stop cryptSvc? 280125d1590378706t-i-get-bad-return-code-stop-cryptsvc-task-small-vss-task1.png


    I am running a simple (2 lines) script called "Stop CryptSvc" saved in C:\ that starts on event 1074 and sometimes (1 out of 30) I get a bad return code, the task runs 2 sec too late (after apps delayed the task) or the task runs OK but the CryptSvc service was not stopped. Not sure if this is an acceptable performance? I wonder if I rearrange the action tab items


    How to stop cryptSvc? 280124d1590378668t-i-get-bad-return-code-stop-cryptsvc-task-small-vss-task3.png


    and place the full path in "add argument" and just CryptSvc.bat in Program/script?
    I already added c:\ in "Start in"

    Any suggestions?
    Frank
     
    FrankW, Oct 26, 2024
    #2
  3. jjb+ Win User
    Restoring CryptSvc

    Hi. I mistakenly deleted my CryptSvc program, and then also foolishly tried to restore it via a reg key restoration link from TenForums (https://www.tenforums.com/tutorials/57567-restore-default-services-windows-10-a.html). That said, a CryptSvc folder
    is displayed in my registry, and CryptSvc is listed again in my Services directory. I'm not sure about the reg folder's condition (and I've returned to my hands-off reg policy), but the Services listing and CryptSvc Properties indicate a problem with CryptSvc.
    Both state, "<Failed to Read Description. Error Code: 15100 >." Is there some way I can repair my CryptSvc? Its dll folder (C: Windows >WinSxS) is apparently still intact, at least it seems to be okay, based on its appearance when I opened it in Notepad.
    ?

    Anyway, I'll appreciate whatever solutions or suggestions can be provided here.

    Thanks in advance. Also: Sorry.

    Windows 10 Pro, Build 1803

    64-bit

    HP Compaq Presario CQ50 laptop

    --jjb

    P.S. I apologize again for my folly, and for interrupting this forum. My deletion experiment was in reaction to my Windows 10 Updating troubles (laptop heat, slow-downs, repeated notifications and installation failures, etc. - despite help from Windows
    Update Assistant, Media Creation Tool, so on), but I should have just ignored it all. --j
     
  4. Allan Mej Win User

    How to stop cryptSvc?

    Windows 10 app store recently stopped working

    Hi,

    To address your issue, we suggest you to try resetting Windows Store components. To do so, follow these steps:

    • Right-click Start and open Command Prompt (Admin).
    • Run these codes:

      Net Stop bits

      Net Stop wuauserv

      Net Stop appidsvc

      Net Stop cryptsvc

      Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak

      Ren %systemroot%\system32\catroot2 catroot2.bak


      Net
      Start bitsNet Start wuauservNet Start appidsvc

      Net Start cryptsvc
    • After running these commands, check if your issue is fixed.

    Let us know how it works.

    Regards.
     
    Allan Mej, Oct 26, 2024
    #4
Thema:

How to stop cryptSvc?

Loading...
  1. How to stop cryptSvc? - Similar Threads - stop cryptSvc

  2. How to stop Edge from downloading AI models on Windows 11

    in Windows 10 News
    How to stop Edge from downloading AI models on Windows 11: [ATTACH]Microsoft Edge has been downloading GenAILocalFoundationalModel on Windows PCs without our knowledge. It runs in the background and powers the AI features on the browser by enabling some features without connecting to the cloud server. In this guide, we show you how...
  3. System File Checker stuck or stopped in Windows 11

    in Windows 10 News
    System File Checker stuck or stopped in Windows 11: [ATTACH]If the System File Checker (SFC) scan is stuck or stops at a specific point in Windows 11, here is what you can do to fix the issue. Here, we have discussed some of the most common reasons and solutions so you can get rid of this problem in moments. Why is System File...
  4. Clipchamp has stopped responding, Illegal Invocation error

    in Windows 10 News
    Clipchamp has stopped responding, Illegal Invocation error: [ATTACH]While loading or opening a project, if you see Clipchamp has stopped responding, Error: Illegal invocation, then this post will help you fix the issue. This error mainly arises when you try to open an old project in the desktop version of Clipchamp. The entire error...
  5. These Changes Stopped Windows Updates From Wrecking My PC Performance

    in Windows 10 News
    These Changes Stopped Windows Updates From Wrecking My PC Performance: Windows updates are supposed to improve stability and performance, but in practice they often do the opposite. One update runs fine, the next introduces stutter, latency, or sudden slowdowns. The problem is not a single bug. It is how frequently Windows updates change system...
  6. NVIDIA Instant Replay stopped working in Windows 11

    in Windows 10 News
    NVIDIA Instant Replay stopped working in Windows 11: [IMG]If the NVIDIA Instant Replay has stopped working or fails to record your gameplay in Windows 11, here is how you can fix the problem. If your graphics card is functioning properly, but the feature has stopped working recently, you can try these solutions to troubleshoot...
  7. Nvidia reveals when it will stop supporting Windows 10

    in Windows 10 News
    Nvidia reveals when it will stop supporting Windows 10: Windows 10 continues to be a popular operating system for gaming. While Windows 11 has overtaken Windows 10 as the most popular choice on Steam some time ago, millions of gamers continue to play their games on Windows 10. With support ending in October 2025 officially, and a...
  8. LifeCam HD-5000 stopped working in windows 11

    in Windows 10 Software and Apps
    LifeCam HD-5000 stopped working in windows 11: LifeCam HD-5000 stopped working in windows 11 https://answers.microsoft.com/en-us/windows/forum/all/lifecam-hd-5000-stopped-working-in-windows-11/33384471-1eb5-4bfc-945d-3ecf9a982f8e
  9. How to stop cryptSvc?

    in Windows 10 Software and Apps
    How to stop cryptSvc?: 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...
  10. I get a bad return code on "Stop CryptSvc" task

    in Windows 10 Customization
    I get a bad return code on "Stop CryptSvc" task: Hi Shawn, [img] I am running a simple (2 lines) script called "Stop CryptSvc" saved in C:\ that starts on event 1074 and sometimes (1 out of 30) I get a bad return code, the task runs 2 sec too late (after apps delayed the task) or the task runs OK but the CryptSvc...