I'm unable to view/delete pagefile.sys using the recovery console.

John Savill

March 28, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. A bug exists in Windows 2000 recovery console that does not displayor let you delete pagefile.sys. The workaround is to copy another file to bepagefile.sys which will then expose the true file allowing it to be deleted:

  1. Boot into Recovery Console.

  2. Because you boot into the %SystemRoot% folder (most commonly the C:Winnt folder), type the following command

    cd 
  3. Type the following command to overwrite the existing Pagefile.sys file with Boot.ini:
    copy

     c:boot.ini pagefile.sys
  4. Type the following command:

    del pagefile.sys
  5. After you copy Boot.ini over to Pagefile.sys, Pagefile.sys appears in the directory listing.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like