Forum Discussion
Uninstalled Apps keeps showing in Discovered Apps
- Jul 08, 2022
crsmr05:
Can you check if the last FullSync was after the unistallation of the app: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IntuneManagementExtension\InventorySetting
crsmr05 If you check the IME code you see how the inventory is captured.
Can you try to run a PowerShell as admin and execute the following command:
GWMI Win32_InstalledWin32Program
Check if you can find here the application.
Jannik_Reinhard, I checked and confirmed that the app is not listed on the InstalledWin32Program list after running the command. I was able to reproduce the scenario by following the steps below.
I also check the left overs of the app on the following registry path but it's all clean.
HKLM:\SOFTWARE\
HKLM:\SOFTWARE\Wow6432Node\
HKCU:\SOFTWARE\
HKCU:\SOFTWARE\Wow6432Node\
Do you know which registry is responsible for sending Win32 app details from user machine to Endpoint discovered apps? is it HKLM\SOFTWARE\Microsoft\IntuneManagementExtension\Inventories?
- Jul 11, 2022What happens when clearing this content of this value LastFullSyncTimeUtc in that reg key
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IntuneManagementExtension\InventorySetting- crsmr05Jul 12, 2022Copper Contributor
Rudy_Ooms_MVP I tried deleting the InventorySetting reg key, and it recreated after full sync. However, it doesn't help. I can still see the app showing in Endpoint discovered apps.
- Jannik_ReinhardJul 12, 2022Iron Contributor
crsmr05 : This is the registry path where the Inventory is written:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IntuneManagementExtension\Inventories\
You were already right