Process ID

simian

Member
Joined
Jun 7, 2006
Messages
13
Programming Experience
Beginner
Can any one please tell me if there is a way to find the process id of a program that has added/removed/changed the registry or added/removed/changed a file or folder on your computer ?
 
There is no log of what last changed something in registry. With Process Monitor you can see while it is monitoring what calls different apps make, for exmple registry access. Check it out, it might get you some clues about what to search for.
 
Back
Top