I'm looking for file pagefile.sys in a Windows Server 2008, and I don't find it in C: drive or D: drive.
On my Folder Options, it's unchecked "Hide protected o/s files".
Does it mean that server is not using that page memory ? And if it needed then that file will be created?
Run
wmic pagefile list /format
from a command prompt. It will show you all of the pagefile information available for each pagefile on the system including their physical path.This is the sample output from my workstation: