I want to get exact info of which os user is login for this I am using codeigniter useragent library
$this->load->library('user_agent');
echo $this->agent->platform(); die;
but it shows me Unknown Windows OS when I login using window is there any other way to get exact operating system