Share via

SaiH0BAC.sys are stopping Memory Integrity

Anonymous
2023-04-25T13:58:09+00:00

I have two drivers stopping this and I can find an update or how to remove them SaiH0BAC.sys and SaiH0763.sys both by Saitek.

Windows for home | Windows 11 | Security and privacy

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. Ramesh 176.2K Reputation points Volunteer Moderator
    2023-04-30T02:26:09+00:00

    unfortunately made no difference

    Image

    Hi Philip,

    First, backup the device drivers by using DISM

    Then, run these commands to uninstall the two drivers.

    pnputil /delete-driver oem129.inf /uninstall /force

    and

    pnputil /delete-driver oem15.inf /uninstall /force

    [See also: How to Completely Uninstall a Driver]

    Please post the output window.

    If required, reboot once. Enable memory integrity.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

24 additional answers

Sort by: Most helpful
  1. Anonymous
    2023-10-20T10:19:44+00:00

    Have you got Rudder Pedals for a flight sim?

    Guessing due to the VR Headset.

    If so, thats what the driver is from.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-04-26T07:51:21+00:00

    Thanks for sharing this information to us, it is connected to .sys that you share so we tried removing that, here are the steps:

    Run the Command Prompt as administrator. In the Search, type cmd, right-click it, and choose Run as admin. Press Yes when prompted.

    Enter the following command to get the loaded driver list using DISM in a tabular form.

    Concurrently, note the publisher’s name from the column against the driver’s name blocking Memory Integrity.

    dism /online /get-drivers /format:table

    Use the PNPUtil tool command to remove the driver traces, using the following

    command. In addition, ensure to replace from the DISM command.

    pnputil /delete-driver <Publisher Name> /uninstall /force

    Restart your computer.

    For example, if you get oem11.sys from the publisher name, the command would execute like this.

    Pnputil /delete-driver oem11.sys /uninstall /force

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-04-25T15:53:01+00:00

    Thanks, but does not work

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-04-25T14:37:44+00:00

    Hello Philip,

    My name is Nada an independent advisor, and I'm here to help you.

    I'm sorry that you are experiencing this issue, and I will try my best to assist you.

    Here are the steps on how to remove that driver

    From an Admin Command Prompt, run:

    reg export "HKLM\SYSTEM\CurrentControlSet\Services\PxHlpa64" C:\PxHlpa64.reg

    You should see the message "The operation completed successfully."

    Then, run these two commands:

    press enter each command you will put on the CMD

    sc.exe delete PxHlpa64

    1. ren C:\WINDOWS\system32\drivers\PxHlpa64.sys PxHlpa64.sys.old

    Restart Windows. See if you can enable Memory Integrity

    Feel free to reply on this thread if you still need further assistance, and I'll be more than happy to assist you.

    Was this answer helpful?

    0 comments No comments