I would like to set the system to "No page File" using WMI before defraging and syspreping the image. I can't find an API anaywhere.
On Jul 24, 3:56 pm, John Grant wrote: > I would like to set the system to "No page File" using WMI before defraging > and syspreping the image. I can't find an API anaywhere. Hi, You can put your code in the executive and then set the registry to DisablePagingExecutive, that should prevent Windows from using the page file. http://support.microsoft.com/kb/323608 http://technet2.microsoft.com/windowsserver/en/library/3d3b3c16-c901-46de-8485-166a819af3ad1033.mspx?mfr=true Kellie.