Download WP Global Screen Options plugin
Find this code in wp-global-screen-options/wp_global_screen_options.php:
$wpglobalscreenoptions_post = array('categorydiv' => 'Categories', 'tagsdiv-post_tag' => 'Tags', 'postexcerpt' => 'Excerpt', 'trackbacksdiv' => 'Trackbacks', 'postcustom' => 'Custom Fields', 'commentstatusdiv' => 'Discussion', 'slugdiv' => 'Slug', 'authordiv' => 'Author');
Replace it with:
$wpglobalscreenoptions_post = array('aiosp' => 'All in One Seo Pack', 'categorydiv' => 'Categories', 'tagsdiv-post_tag' => 'Tags', 'postexcerpt' => 'Excerpt', 'trackbacksdiv' => 'Trackbacks', 'postcustom' => 'Custom Fields', 'commentstatusdiv' => 'Discussion', 'slugdiv' => 'Slug', 'authordiv' => 'Author');
All i did was add:
'aiosp' => 'All in One Seo Pack',
Now go to the WP Global Screen Options Page and check the All in one seo checkbox.