Turning off that option will only suppress the forum threads from appearing when doing a "Search" function (eg: the drop-down box or Advanced Search), not when doing a New Posts command.
Try creating a new plugin with a hook location of "search_start" with the following command...
Code:
$_REQUEST['exclude'] .= ',17';
... and change the ',17' to be the forum IDs you want to suppress (eg: if more than one then it'd be ',1,2,3' and so on).