WINDOWS 2008 r2 CORE pagefile help please.

Unanswered 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:05
    Moderador
     
     
     

    Hi,

    Please refer to the following post.

    Command for changeing the page file

    http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/708da424-3a7c-404d-8f54-f989ed62d323

    By the way, disable pagefile is not recommended.

    Best regards,

    Vincent Hu

  • 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:45
    Moderador
     
     

    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,00

    By 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

  • quinta-feira, 9 de fevereiro de 2012 22:42
     
     
    for 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:42
     
     
    Thanks 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.