Thursday, October 20, 2011

View PAE setting on Windows Server 2008

If you are running the 32-bit version of Windows Server 2008 and have more than 4GB of RAM in your server you may want to know if you are actually running PAE. To do so you can run the following from the Administrator Command Prompt.

"bcdedit /enum | find /I "pae"

It should return something like this if you have PAE enabled.

pae           ForceEnable

0 comments: