So far I had no joy so I dug around. There is a command line futility that can solve the problem if you grit your teeth and hold your tongue sideways.
- Open a CMD prompt as adminstrator.
- Visit the "C:\Program Files\Windows Defender" folder.
- "dir *.exe" should show "mpcmdrun.exe". He is your best friend of the moment.
- "mpcmdrun -?" gives a list of commands. Near the bottom are the interesting parameters. "-restore" says you want to restore.
mpcmdrun -restore -listall
This shows a list of quarantined items.
mpcmdrun -restore -all
This restores ALL quarantined items. Be afraid. Be very afraid. But it can be useful.
mpcmdrun -restore -name "fu.bar"
This will restore fu.bar to its rightful place in the universe.
Then figure out how to submit a false detection report to the Windows crew. (In my case I knew freaking well the file was clean and legitimate. I'd designed and built the file myself - a midi device driver DLL. The build detected was 4 years old already.)
I hope this rescues at least one person from Quarantine Hell.
{^_^} Joanne