How to Remove HP Mobile Protection Sensor Driver hpdskflt.sys

Page 2 of 3 FirstFirst 123 LastLast

  1. Posts : 7,906
    Windows 11 Pro 64 bit
    Thread Starter
       #11

    HP Support were useless. I worked out a simple fix to remove hpdskflt associated with every drive as noted below. I left the HP Mobile Protection Sensor in Device Manger alone since it just reinstalls if you uninstall it. There should be an option to disable the device but HP do not allow this option. I also didn't fiddle with the other settings for hpdskflt.sys since the driver is associated with the HP Mobile Protection Sensor which cannot be uninstalled.

    How to remove hpdskflt associated with all drives.
    Delete the lower filter for hpdskflt at
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}
    Reboot.

    PS - do backup before you try this
      My Computers


  2. Posts : 26
    Windows 10 1803 & Win10 Insider
       #12

    Just a little remark, if you just do
    Code:
    reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}
    Then you system won't boot, because it cannot access the harddrive. Recovery still works, which will reinstate the driver.


    I'm digging a bit into the installation .inf files. I might update this post if I figure out how to remove this driver.

    In my case the .inf file is at:
    Code:
    C:\Windows\System32\DriverStore\FileRepository\accelerometer.inf_amd64_25d7c1d09a3860dd\accelerometer.inf
    I found an updated driver from August 31, 2019 at: ftp://ftp.hp.com/pub/softpaq/sp98001-98500/sp98412.html

    -----

    How to uninstall under PowerShell running as Administrator:

    Code:
    reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}\ /v lowerFilters
    Get-CimInstance Win32_SystemDriver -Filter "name="hpdskflt'" | Invoke-CimMethod -MethodName Delete
    Get-CimInstance Win32_SystemDriver -Filter "name="accelerometer" | Invoke-CimMethod -MethodName Delete
    The last line is probably not necessary.
    Last edited by Henk Poley; 11 Jan 2020 at 04:27.
      My Computer


  3. Posts : 7,906
    Windows 11 Pro 64 bit
    Thread Starter
       #13

    Henk Poley said:
    Just a little remark, if you just do
    Code:
    reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}
    Then you system won't boot, because it cannot access the harddrive. Recovery still works, which will reinstate the driver.

    I'm digging a bit into the installation .inf files. I might update this post if I figure out how to remove this driver.

    In my case the .inf file is at:
    Code:
    C:\Windows\System32\DriverStore\FileRepository\accelerometer.inf_amd64_25d7c1d09a3860dd\accelerometer.inf
    I found an updated driver from August 31, 2019 at: ftp://ftp.hp.com/pub/softpaq/sp98001-98500/sp98412.html
    Just delete the filter driver sub-entry not the entire registry entry!
      My Computers


  4. Posts : 26
    Windows 10 1803 & Win10 Insider
       #14

    So this ?
    Code:
    reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}\ /v lowerFilters
    Edit: I did this, and the driver file is no longer attached to the harddrive, in Device Manager. But DriverView still shows it as loaded. Though I guess this means if I now remove the filter driver, it will not bluescreen Windows during boot.

    Edit2: Yep that also works, remnants of the the driver are still there on the filesystem and registry, but I can live with that.
    Last edited by Henk Poley; 11 Jan 2020 at 04:32.
      My Computer


  5. Posts : 7,906
    Windows 11 Pro 64 bit
    Thread Starter
       #15

    Henk Poley said:
    So this ?
    Code:
    reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E967-E325-11CE-BFC1-08002BE10318}\ /v lowerFilters
    Edit: I did this, and the driver file is no longer attached to the harddrive, in Device Manager. But DriverView still shows it as loaded. Though I guess this means if I now remove the filter driver, it will not bluescreen Windows during boot.

    Edit2: Yep that also works, remnants of the the driver are still there on the filesystem and registry, but I can live with that.
    I left the driver installed in Autoruns else it just reinstalls itself. Keep checking since HP driver updates will reinsert the filter driver. I have advised HP of their lousy software engineering installing a sensor which isn't needed for a SSD.
      My Computers


  6. Posts : 2,450
    Windows 10 Pro x64
       #16

    Steve C said:
    I left the driver installed in Autoruns else it just reinstalls itself. Keep checking since HP driver updates will reinsert the filter driver. I have advised HP of their lousy software engineering installing a sensor which isn't needed for a SSD.
    Hi Steve,

    Since we're on the same boat (I'm a ProBook user now, too) with this problem, I would like to suggest the following:
    Although I clean installed my ProBook (just kept only the hp created EFI partition), to get rid of the hp bloatware, I also got the HP Mobile Data Protection Sensor for my 512 GB NVMe SSD. Apparently unneeded!

    So I used this approach and disabled the device ACPI\VEN_HPQ&DEV_6007 in the group policy, checking the "Also apply to matching devices that are already installed" box.

    Maybe you can try it too!
    Last edited by ddelo; 16 Feb 2020 at 05:27.
      My Computer


  7. Posts : 7,906
    Windows 11 Pro 64 bit
    Thread Starter
       #17

    ddelo said:
    Hi Steve,

    Since we're on the same boat (I'm a ProBook user now, too) with this problem, I would like to suggest the following:
    Although I clean installed my ProBook (just kept only the hp created EFI partition), to get rid of the hp bloatware, I also got the HP Mobile Data Protection Sensor for my 512 GB NVMe SSD. Apparently unneeded!

    So I used this approach and disabled the device ACPI\VEN_HPQ&DEV_6007 in the group policy, checking the "Also apply to matching devices that are already installed" box.

    Maybe you can try it too!
    Good tip - where do you set that in Group Policy exactly?
      My Computers


  8. Posts : 2,450
    Windows 10 Pro x64
       #18

    Steve C said:
    Good tip - where do you set that in Group Policy exactly?
    Check Step Three, A. Enable the Group Policy

    You'll be left with an unknown device, which you can uninstall in Device Manager, but I haven't found a way to make it disappear yet.
      My Computer


  9. Posts : 659
    10 preview 64bit
       #19

    Hi

    I just dissable it from Control Panel >> location & other sensors


    Roy
      My Computer


  10. Posts : 7,906
    Windows 11 Pro 64 bit
    Thread Starter
       #20

    hawkman said:
    Hi

    I just dissable it from Control Panel >> location & other sensors


    Roy
    I have no such setting on my HP ProBook
      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 21:35.
Find Us




Windows 10 Forums