Asked by duncanb7
at 2024-01-07 02:04:53
Point:500 Replies:6 POST_ID:828873USER_ID:11059
Topic:
Microsoft Operating Systems;JavaScript;Web Browsers
I have used the following javascript code to get all browser and my computer infomation
I got the user-agent and platform as follows
After checking user-agent defination on this site of MS
http://msdn.microsoft.com/library/ms537503.aspx, where "WOW64" means
A 32-bit version of Internet Explorer is running on a 64-bit processor
and Windows NT6.1 means Window 7 operation system
so I go to check my notebook intel CPU, Intel(R) Pentium(R) CPU at
http://ark.intel.com/products/51680/Intel-Pentium-Processor-P6300-3M-Cache-2_27-GHz
which said the instruction set is 64 bit and dual cores .
My question is
Question-1: My intel process is 64 bit CPU processor, right ? If right, "WOW64" is correct
on my notebook since I am using window7(Windows NT 6.1) which is window 32-bit described on javascript code of navigator.platform(Win).
Question-2: If what I said on question-1 all are correct, I should need to re-install
window 7 for 64 bit instead of 32 bit in order to speed up my window process, Right ?
Question-3: I don't know why my notebook will install 32-bit window 7 with intel 64 bit
processor ? Is it because the computer vendor wants to save cost for selling ?
Please advise and hope you understand my question
Duncan
javascript extract User-Agent and Platform
I got the user-agent and platform as follows
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36
Platform: Win32
After checking user-agent defination on this site of MS
http://msdn.microsoft.com/library/ms537503.aspx, where "WOW64" means
A 32-bit version of Internet Explorer is running on a 64-bit processor
and Windows NT6.1 means Window 7 operation system
so I go to check my notebook intel CPU, Intel(R) Pentium(R) CPU at
http://ark.intel.com/products/51680/Intel-Pentium-Processor-P6300-3M-Cache-2_27-GHz
which said the instruction set is 64 bit and dual cores .
My question is
Question-1: My intel process is 64 bit CPU processor, right ? If right, "WOW64" is correct
on my notebook since I am using window7(Windows NT 6.1) which is window 32-bit described on javascript code of navigator.platform(Win).
Question-2: If what I said on question-1 all are correct, I should need to re-install
window 7 for 64 bit instead of 32 bit in order to speed up my window process, Right ?
Question-3: I don't know why my notebook will install 32-bit window 7 with intel 64 bit
processor ? Is it because the computer vendor wants to save cost for selling ?
Please advise and hope you understand my question
Duncan
javascript extract User-Agent and Platform