Find Module All Users
All I want is a way to find a module running, regardless of if I'm the user running the module, and regardless of what version of Windows I have.
My failures:
The Processes::FindDevice function just doesn't work.
Trying to rename the file-in-use and check for error doesn't work.
I implemented my own Plugin which worked well until I tried it on Windows XP and Vista Home Basic.
Specifically it's a .dll file that's being loaded by various internet browsers, and I can't continue uninstall or update if it's in use. I'm about to give up and implement a lengthy workaround but I still have faith that a solution exists.