Windows 10: NCryptOpenStorageProvider + KeyIso

Discus and support NCryptOpenStorageProvider + KeyIso in Windows 10 Gaming to solve the problem; Restarting the service after opening the provider breaks the connection and forces you to restart the entire application. Step by step: Open the... Discussion in 'Windows 10 Gaming' started by kazuser, Aug 24, 2024.

  1. kazuser Win User

    NCryptOpenStorageProvider + KeyIso


    Restarting the service after opening the provider breaks the connection and forces you to restart the entire application. Step by step: Open the provider NCryptOpenStorageProvidermyProvider, MS_KEY_STORAGE_PROVIDER, 0 — will be "00000000" ERROR_SUCCESS Restart the CNG Key Isolation service Reopen the provider NCryptOpenStorageProvidermyProvider, MS_KEY_STORAGE_PROVIDER, 0 — will be "80070006" ERROR_INVALID_HANDLE How to properly reopen the provider after restarting the service without restarting the application?

    :)
     
    kazuser, Aug 24, 2024
    #1
  2. Junaid_A Win User

    Cant turn on firewall

    Hi,

    Thank you for writing to Microsoft Community forum.

    You may try the steps listed below and check if it works:

    • Open Notepad and copy paste the following script:
    sc config MpsSvc start= auto

    sc config KeyIso start= auto

    sc config BFE start= auto

    sc config FwcAgent start= auto

    net stop MpsSvc

    net start MpsSvc

    net stop KeyIso

    net start KeyIso

    net start Wlansvc

    net start dot3svc

    net start EapHostnet

    net stop BFE

    net start BFE

    net start PolicyAgent

    net start MpsSvc

    net start IKEEXT

    net start DcaSvcnet

    net stop FwcAgent

    net start FwcAgent

    • In Notepad, Click File, click
      Save As, and then type Repair.bat in the
      File name box.
    • Click the Save as type box, choose
      All Files (*.*), and then Save it on your Desktop.
    • Right click the Repair.bat file on your desktop and
      Run as administrator.

      Note: If you are prompted for confirmation to stop a service, press Y on the keyboard, and then press Enter.
    • Try to start Windows Firewall again to see if it works.

    Regards,
     
    Junaid_A, Aug 24, 2024
    #2
  3. Windows

    Hello Ultra Aviation,

    Thank you for using Microsoft products and posting to the community.

    We fully understand the inconvenience the issue has caused and that the current situation can be frustrating. For your current situation, you can try the following troubleshooting steps to see if you are able to access the system.

    To re-enable the PIN:

    • Disconnect any external storage devices.
    1. Turn on the computer.
    2. On the login screen, click the Power button, then hold SHIFT, and click Restart while holding SHIFT.
    3. Troubleshooting > Advanced options > Command Prompt > Select an Administrator user.
    After launching the Command Prompt:

    1. Enter the command: regedit
    2. Click on 'HKEY_LOCAL_MACHINE' > Click 'File' > Load Hive.
    3. In the 'Open' dialog, select the drive where Windows is installed > Windows > System32 > Config.
    • It's likely to be drive C: or D:
    • To identify the correct drive, look for the 'Program Files' folder and identify the installed programs.
    1. Select the SYSTEM file > Open > Name it as 'regpc.'
    2. Expand the 'HKEY_LOCAL_MACHINE' key > regpc > ControlSet001 > Services > KeyIso.
    3. Click on 'KeyIso' > Look for the 'Start' value > Double-click 'Start.'
    4. Change the value to 3 > OK.
    5. Close everything > Continue.
    Disclaimer: Generally, modifying registry subkeys or work group is intended for advanced users, administrators, and IT Professionals. It can help fix some problems, however, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For further protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click How to back up and restore the registry in Windows - Microsoft Support to view the article.

    Hope you are keeping safe and well. Please feel free to let me know if you have any further updates, thanks.

    Sincerely

    | Microsoft Community Support Specialist
     
    Mavis - MSFT, Aug 24, 2024
    #3
  4. NCryptOpenStorageProvider + KeyIso

    windows security won't open

    Hi Avni,

    Most likely, some of Windows Services was disabled upon installing third party anti-virus software.

    Please follow the step below to ensure that your Windows Services are running:

    Run services.msc to open the Windows Services Manager.

    Here you will have to ensure that the required services are set to Automatic and are started and running:

    Windows Defender Firewall (MpsSvc) – Automatic

    CNG Key Isolation (KeyIso) – Manual (Trigger Start)

    Base Filtering Engine (BFE) – Automatic

    Firewall Client Agent (FwcAgent) – Automatic

    In case they are not, change their Startup type to the type as mentioned above and Start the Services.

    Let me know if this will help you solve your concern.

    Thanks and regards,
     
    RichardGuerzon, Aug 24, 2024
    #4
Thema:

NCryptOpenStorageProvider + KeyIso

Loading...
  1. NCryptOpenStorageProvider + KeyIso - Similar Threads - NCryptOpenStorageProvider KeyIso

  2. NCryptOpenStorageProvider + KeyIso

    in Windows 10 Software and Apps
    NCryptOpenStorageProvider + KeyIso: Restarting the service after opening the provider breaks the connection and forces you to restart the entire application. Step by step: Open the provider NCryptOpenStorageProvidermyProvider, MS_KEY_STORAGE_PROVIDER, 0 — will be "00000000" ERROR_SUCCESS Restart the CNG Key...