I have solved it!
Go to wp-admin\includes\template.php and delete:
public static function pointer_wp350_media() {
$content = '<h3>' . __( 'New Media Manager' ) . '</h3>';
$content .= '<p>' . __( 'Uploading files and creating image galleries has a whole new look. Check it out!' ) . '</p>';
self::print_js( 'wp350_media', '.insert-media', array(
'content' => $content,
'position' => array( 'edge' => is_rtl() ? 'right' : 'left', 'align' => 'center' ),
) );
}
and you dont see it anymore!
Greetings