 InvisibleW9X "hides" calc.exe process in W9X. Hiding is not so
effective as in NT. Better effect could be reached by (danger) hard
hooks.
 It can be used on one process and it's children:
 apihooks -n path\invisible.dll atm
or it can be applied to all processes via
 apihooks -o path\invisible.dll ALL
 Invisible.dll must not be unloaded, because it has not implemented
unhooking.