Deletion + Reallocation of the Page File (Windows 10, 8.1, 8, 7 & Vista)

Windows8LOGO_200x67.jpg

us_flag_40x24.png


MVPinsiderLogo.jpg
Page File Deletion + Reallocation
Page File Deletion & Reallocation Tutorial
The following will instruct you on how to delete and reallocate the page file (c:\pagefile.sys).
Page File Deletion & Reallocation Tutorial
Page File Deletion & Reallocation Tutorial

Start by clicking on the applicable Windows OS:





Windows 8.1 and Windows 8 - Bring up Search screen (press WIN + S keys) and type/paste sysdm.cpl; select the entry below it - (Windows 7 and Vista - see next step) -
https://www.sysnative.com/SysnativeTutorials/ControlPanel/win8/sysdm.cpl.png" onclick='return false'>https://www.sysnative.com/SysnativeTutorials/ControlPanel/win8/sysdm.cpl.png" alt="Sysnative Forums Screenshot">

Windows 10, Windows 7 and Windows Vista - Click on START; type/paste sysdm.cpl into the Start Search box; select sysdm.cpl from the search listing results
https://www.sysnative.com/SysnativeTutorials/pagefile/page7.png" onclick='return false'>https://www.sysnative.com/SysnativeTutorials/pagefile/page7.png" alt="Sysnative Forums Screenshot">
Click on "Advanced" tab; click on "Settings" (hover mouse over image to enlarge it) -
https://www.sysnative.com/SysnativeTutorials/pagefile/page1.png" onclick='return false'>https://www.sysnative.com/SysnativeTutorials/pagefile/page1.png" alt="Sysnative Forums Screenshot">
Click on "Advanced" tab; click on "Change" (hover mouse over image to enlarge it) -
https://www.sysnative.com/SysnativeTutorials/pagefile/page2.png" onclick='return false'>https://www.sysnative.com/SysnativeTutorials/pagefile/page2.png" alt="Sysnative Forums Screenshot">
1. Un-check "Automatically manage paging file size for all drives"
2. Check "No paging file" box
3. Click on "Set"
4. Click on "OK"
https://www.sysnative.com/SysnativeTutorials/pagefile/page3.png" onclick='return false'>https://www.sysnative.com/SysnativeTutorials/pagefile/page3.png" alt="Sysnative Forums Screenshot">
This screen will likely appear -- if so, press "OK" -
https://www.sysnative.com/SysnativeTutorials/pagefile/page5.png" onclick='return false'>https://www.sysnative.com/SysnativeTutorials/pagefile/page5.png" alt="Sysnative Forums Screenshot">
Re-boot your system.

Next, we need to remove the "hidden" and "system" file attributes from the page file.
Bring up an Admin CMD prompt -
Type or paste the following into the CMD screen:
Code:
attrib -s -h %systemdrive%\pagefile.sys

When complete, leave the CMD screen open for now.
Next - delete the page file.
You can use Windows Explorer -- locate c:\pagefile.sys, RIGHT-click on the file, press & hold the left SHIFT key down while clicking on DELETE. This is called a "hard delete" - it will bypass the Recycle Bin. A hard-delete is preferred as the page file may be too large for the Recycle Bin or in cases of low hard disk space.
My preferred method - delete the page file via CMD. Type/paste the following into the Admin CMD screen left open from the ATTRIB step. If you closed the CMD, screen, simply follow the instructions to open a new Admin CMD screen -
Code:
del /a /q %systemdrive%\pagefile.sys


Deletion of Paging Files on Drives other than c: (System Drive)
Drive c: is the usual designation for the system drive (or "OS drive"). You can delete page file(s) from other drives or partitions via Windows Explorer or by substituting the drive letter for %systemdrive% in the CMD screen.
Deletion of Paging Files on Drives other than c: (System Drive)
Deletion of Paging Files on Drives other than c: (System Drive)
Deletion of Paging Files on Drives other than c: (System Drive)
Deletion of Paging Files on Drives other than c: (System Drive)

Example: To delete a paging file on drive j: - substitute j:\pagefile.sys for %systemdrive%\pagefile.sys

For info, %systemdrive% is an environment variable (ENV VAR). The system/OS drive/partition letter followed by a colon (:) is substituted by Windows for the ENV VAR as can be seen here by a simple CMD ECHO command - (hover mouse over image to enlarge it) -

https://www.sysnative.com/SysnativeTutorials/pagefile/page6.png" onclick='return false'>https://www.sysnative.com/SysnativeTutorials/pagefile/page6.png" alt="Sysnative Forums Screenshot">






Time to reallocate the Page File/ Turn virtual memory back on.

Go back into the page file screen - follow the above steps except for the last one.


Check Box #1 to allow Windows to manage paging files; then click on OK -

https://www.sysnative.com/SysnativeTutorials/pagefile/page4.png" onclick='return false'>https://www.sysnative.com/SysnativeTutorials/pagefile/page4.png" alt="Sysnative Forums Screenshot">



You will likely see this screen:

https://www.sysnative.com/SysnativeTutorials/pagefile/page5.png" onclick='return false'>https://www.sysnative.com/SysnativeTutorials/pagefile/page5.png" alt="Sysnative Forums Screenshot">



Re-boot your system. Page file deletion and reallocation are now complete!

If you would like assistance, please start a new thread in the appropriate OS forum: Microsoft Support & Malware Removal - Sysnative Forums








Additional Information from Microsoft
RAM, virtual memory, pagefile, and memory management in Windows
RAM, Virtual Memory, PageFile and all that stuff
Change the size of virtual memory - Windows Help
How to determine the appropriate page file size for 64-bit versions of Windows
What is virtual memory? - Windows Help
Page File How big is Yours ? - Jane Lewis's Weblog - Site Home - TechNet Blogs
 
Last edited:

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top