- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
01-04-2024 07:21 AM
Hello,
I am curious as to what data Cortex XDR pulls to put together a software inventory list. I am trying to create a script to uninstall a program on an endpoint and the last resort method the script does is deleting all program files (both in Program files folder and the user's appdata folders) and deleting all registry keys in the HKEY_LOCAL_MACHINE tree. When I run this on Zoom, however, the program still shows up in Cortex's software inventory for that endpoint, so I am wondering what data Cortex looks at to put together that list so I can delete the program from that list with this script. Thanks for any information!
01-05-2024 01:48 AM
Hi Tyler
I guess Cortex uses the same as Windows itself:
HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall
HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall
HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall
HKCU\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall
How to Manually Remove Programs from the Add/Remove Programs List - Microsoft Support
I hope that helps. Best Regards
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!