yea... if you are running win2k, you can put in a 'Do Not Run' entry in the registry with a list of all the exes you want to block

additionally, another method that works is a process kill app that looks for a specific process, kills it, sleeps for a few seconds, and loops.

write that up as a seperate script, and have your logonscript spin that off in a hidden console or run it with wkix32

Code:

$=setconsole("Hidden")
while 1
$=enumprocess('processname.exe',1)
sleep 3
loop
function enumprocess()
...
endfunction

_________________________
How to ask questions the smart way <-----------> Before you ask