I've a suspect that a program I installed (spideroak) didn't completely removed itself on uninstall. How can I check if there are still file system hooks installed?

EDIT:

Probably spideroak wasn't the problem. For some reasons git-cheetah shell extension got enabled on my PC and was interferring with stderr (I've GIT but it's not even in the path... I've a special batch file to add it that I use when working with GIT repos).

link|improve this question
Install spideroak again, then use Revo uninstaller to completely uninstall the program....revouninstaller.com/revo_uninstaller_free_download.html – Moab Jan 29 '11 at 15:32
feedback

2 Answers

up vote 2 down vote accepted

Autoruns and ShellExView are the standard tools to get rid of hooks that are left behind.

Watch out what you disable though...

link|improve this answer
1  
Thanks. ShellExView did show what was the problematic extension (git-cheetah)... I don't know however if this was the result of installing spireoak as I found no reference about it on their forums – 6502 Jan 29 '11 at 18:30
feedback

It may be worth doing what Moab said in the comments. However, if you truly do want to view system hooks, you can do this with InjectedDLL.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.