• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
Are you having HotKey issues? Click here for tips and tricks.
Check out our WINDOWS 11 Support Center info about: OPTIMIZATION, KNOWN ISSUES, FAQs, VIDEOS AND MORE.
HP Recommended
HP EliteBook 830 G8 Notebook PC (19C73AV)
Microsoft Windows 10 (64-bit)

Hi all,

 

Does anybody know how can I uninstall HP TechPulse and prevent it from being automatically re-installed? I do the normal removal via Programs and Features, but then it will get automatically reinstalled right after rebooting.

 

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

I managed to get it accomplished by running the command below via PowerShell, with an elevated session:

$MyApp = Get-WmiObject -Class Win32_Product | Where-Object{$_.Name -eq "HP TechPulse"}
$MyApp.Uninstall()

 

After that, several reboots were done and it was not reinstalled again.

View solution in original post

1 REPLY 1
HP Recommended

I managed to get it accomplished by running the command below via PowerShell, with an elevated session:

$MyApp = Get-WmiObject -Class Win32_Product | Where-Object{$_.Name -eq "HP TechPulse"}
$MyApp.Uninstall()

 

After that, several reboots were done and it was not reinstalled again.

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.