Windows – Registry key location for software deployed via Group Policy

group-policywindows

I need to trigger a particular GPO-deployed application to reinstall. In the past I've just deleted a certain registry key that tells Windows: "this application has been installed".

But I can't for the life of me remember where those keys are located in the registry, and searching isn't turning much up.

Thanks!

Best Answer

Look in:

HKLM\Software\Microsoft\Windows\Current Version\Group Policy\AppMgmt. Find the key that corresponds to the software you're looking for, and delete it. Then run gpupdate /force and restart.