My bad, you can't turn that block off. To remove it from the create account page, you'll need to modify the template. It is embedded in the template.
It's under storefront>view>default_HTML5>template>pages>account>create.tpl
<h4 class="heading4 "><?php echo $text_newsletter; ?></h4>
<div class="registerbox form-horizontal">
<fieldset>
<div class="control-group">
<label class="control-label"><?php echo $entry_newsletter; ?></label>
<div class="controls">
<?php echo $form['newsletter']; ?>
</div>
</div>
</fieldset>
</div>
lines 97 through 107...remove those it will remove the newsletter solicitation.