WINDOWS 2008 r2 CORE pagefile help please.
-
segunda-feira, 6 de fevereiro de 2012 09:32
If anyone can. please help me. i have search for HOW TO DISABLE PAGEFILE completely for my
Windows 2008 r2 Core
searched it for days and days and nothing is found.
WHAT IS THE CMD to disable Pagefile completely ?
Todas as Respostas
-
terça-feira, 7 de fevereiro de 2012 03:05Moderador
Hi,
Please refer to the following post.
Command for changeing the page file
By the way, disable pagefile is not recommended.
Best regards,
Vincent Hu
- Editado Vincent HuModerator terça-feira, 7 de fevereiro de 2012 03:06
-
quinta-feira, 9 de fevereiro de 2012 04:19
yea, but it does not tell you how to DISABLE it, it only shows you to :
stop automatically managed pagefile and
wmic pagefileset where name="C:\\pagefile.sys" set InitialSize=2048,MaximumSize=2048
that is only to SET THE SIZE, nothing to do with DISABLE it Completely.
i have more then enough Rams for my system, so no need for pagefile.
if you can direct me to something els, please help.
-
quinta-feira, 9 de fevereiro de 2012 10:45Moderador
Hi,
If you want to disable the pagefile, you can save the following with a .reg extension and run. You will need to reboot for the change to take effect. Please backup the registry before you run the .reg file.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"PagingFiles"=hex(7):00,00,00,00By the way, why would like to disable pagefile?
The following post discussed a similar issue, you can refer to:
Should the pagefile be used even if I have sufficient physical memory?
http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/994e9f48-f319-444b-a45e-226030ec3b6e
Best regards,
Vincent Hu- Editado Vincent HuModerator quinta-feira, 9 de fevereiro de 2012 11:13
-
quinta-feira, 9 de fevereiro de 2012 22:42for time critical aplication that uses high resolution timer.
-
domingo, 11 de março de 2012 16:51
Run the following command and reboot to remove the pagefile.
C:\>wmic pagefileset delete
Henrik Johansson, MCSE
-
quinta-feira, 11 de outubro de 2012 16:42Thanks Henrik. wmic pagefileset delete worked for me on Win7 x64. I had tried disabling the pagefile in Advanced System Settings > Performance Options but after a reboot it was still there.

