I have uninstalled an app with wmic command within a script with admin privileges and now when I try to install the app as a normal user the app crashes just when it is supposed to be finished. It complains about some certs not being able to install, probably now allowed:
Error: 0x80070005
AddUserCertificate:
The user is part of the admins group and the app is a custom made one not some mainstream windows one.
Ps: I have windows 11. Thanks