HP Sure Sense – Uninstall

email me

What is HP Sure Sense? HP Sure Sense uses proprietary deep learning algorithms and advanced neural network technology to instinctively recognize malware and protect against never-before seen attacks.

The issue I have with it, when completing a computer setup via Autopilot and Intune, HP Sure Sense blocks Intune downloads. #DoNotLike

I contacted HP about this…and they are working on a solution. But, for now, I just remove it. I add the following code to a few scripts that are wrapped up as Intune Win32 apps.

 

Uninstall GUIDs

MsiExec.exe /X{23BEE9E3-55D4-4849-82B3-3C3EBFA3BFEA} /qn /norestart
MsiExec.exe /X{A3C11CDD-C9DC-456E-9D90-43D510DAB3AF} /qn /norestart
MsiExec.exe /X{4FADAA88-EBD4-4B60-9C32-D4609D752E1D} /qn /norestart
MsiExec.exe /X{BAF40DCF-C482-EC24-E9F8-25783316900D} /qn /norestart
MsiExec.exe /X{FCD04FAB-284C-42CE-9E8F-5287336109D0} /qn /norestart
MsiExec.exe /X{7F433DEB-EE46-41C2-8723-11CBFFD1803B} /qn /norestart

 

Notes

HP Sure Sense Guide

 


WMIC Removal

wmic product where “name like ‘%HP Sure Sense%'” call uninstall /nointeractive
wmic product where “name like ‘%Sure Sense%'” call uninstall /nointeractive


Other HP Apps

HP Sure Recovery
MsiExec.exe /X{EBF9A3F5-C495-4A8D-91BF-7C23C67F72D0} /qn /norestart

HP Sure Run
MsiExec.exe /X{23BEE9E3-55D4-4849-82B3-3C3EBFA3BFEA} /qn /norestart
MsiExec.exe /X{A3C11CDD-C9DC-456E-9D90-43D510DAB3AF} /qn /norestart
MsiExec.exe /X{4FADAA88-EBD4-4B60-9C32-D4609D752E1D} /qn /norestart
MsiExec.exe /X{BAF40DCF-C482-EC24-E9F8-25783316900D} /qn /norestart
MsiExec.exe /X{FCD04FAB-284C-42CE-9E8F-5287336109D0} /qn /norestart
MsiExec.exe /X{7F433DEB-EE46-41C2-8723-11CBFFD1803B} /qn /norestart
wmic product where “name like ‘%HP Sure Sense%'” call uninstall /nointeractive
wmic product where “name like ‘%Sure Sense%'” call uninstall /nointeractive

HP Sure Click
MsiExec.exe /X{BE1606B0-D0EA-11E9-B34D-10604B96B11C} /qn /norestart
MsiExec.exe /X{3DA2B140-C5E0-11EA-9BF6-3863BB3CB5A8} /qn /norestart
wmic product where “name like ‘%Sure Click%'” call uninstall /nointeractive

HP ProtectTools
MsiExec.exe /X{46099FAC-0628-4A20-9F55-D6A12465222C} /qn /norestart
wmic product where “name like ‘%ProtectTools%'” call uninstall /nointeractive

AD2F1837.HPJumpStarts_1.5.1296.0_x64__v10z8vjag6ke6″
AD2F1837.HPJumpStarts_1.3.1040.0_x64__v10z8vjag6ke6″

HP Sure Sense Installer
MsiExec.exe /X{4A0AA998-D08D-428F-8FAE-F1EF5699F107} /qn /norestart

HP Security Manager
MsiExec.exe /X{8CD51E96-C904-4A9B-B533-537E5E074E4B} /qn /norestart