Sounds like something is misfiring in that Revit install. Maybe something got corrupt ¯\_(ツ)_/¯
One thing you could do is reinstall that version of Revit.
Now if you don't want to reinstall, you can try doing the opposite of what this post says to re-enable that warning, which would disable it... (I think this gets into the gray area of 'hacking' Revit lol... I'm glad I didn't know about this before going down the rabbit hole of getting my own digital signing certificate because I probably would not have gotten it as it was a pain to get...)
Here are the steps:
- You need to find the plugin's GUID #, which is saved in an .addin file
- Open the .addin file for the plugin and look for a line that looks similar to the following:
- <ClientId>5D293560-095C-4433-B79F-6DE592355E64</ClientId>
- 5D293560-095C-4433-B79F-6DE592355E64 is the GUID # in this example
- Go to START and enter REGEDIT
- In the registry editor go to the following location (assuming Revit 2020 is the issue):
- Computer\HKEY_CURRENT_USER\SOFTWARE\Autodesk\Revit\Autodesk Revit 2020\CodeSigning
- In the menu bar click Edit -> New -> DWORD (32-Bit Value)
- Name this entry with the GUID you found in .addin file in previous steps
- Double click the newly created key entry
- Put 1 for Value data and hit ok
Let me know if this works for you, I am genuinely curious. I tried this with plugins that I had previously clicked always load on and then after deleted the keys. (There is a chance it may not work because I remember Revit asking me to Always Load updated plugins that used the same GUID that I previously already clicked always load on) Try it though 😉
The definition of insanity is doing the same thing over and over again and expecting different results