DLL Hell.
-
Hello people. I wonder if any of you knows about a c++ application which can search the registry and find all the guids for a certain application name: For example lets say i have2 CLSIDs {10711FD0-3DDC-473a-83E0-738571DFF7B3} {867C18BE-730B-4c80-AE47-9567A525FAFF} With a prog id of: Anton.Class.1 Now, i want to find all these entries and delete them, so i can have a clean registry.
-
Hello people. I wonder if any of you knows about a c++ application which can search the registry and find all the guids for a certain application name: For example lets say i have2 CLSIDs {10711FD0-3DDC-473a-83E0-738571DFF7B3} {867C18BE-730B-4c80-AE47-9567A525FAFF} With a prog id of: Anton.Class.1 Now, i want to find all these entries and delete them, so i can have a clean registry.
delete the dll file that is associated with that guid and run regclean you can find it at microsoft site.
-
delete the dll file that is associated with that guid and run regclean you can find it at microsoft site.
Too much work. I want this done automatically.(Like i specify the dll names,the program finds up all the occurences and i choose whatever to delete them all or not.