I know that a 32-bit OS cannot see more than 4 GB of RAM.
So if I were to install, say, 6 GB of RAM on a machine running 32-bit OS, is there any way to identify that?
I know one way to get the installed RAM is through WMI class: win32_physicalmemory.Capacity
But I don't know if it'll show the correct installed ram size rather than supported.
I don't have the setup to test this scenario, but if some one already knows this, please confirm.
Else, please let me know if there's some other way of doing the same. I'm asking this for any windows 32-bit OS.
Thanks in advance.
Samrat Patil.