Solution for persisting “Windows created a temporary paging file on your computer” error
My Windows 7 laptop began displaying a notification/error every time I logged in:
Windows created a temporary paging file on your computer because of a problem that occured with your paging file configuration when you started your computer. The total paging file size for all disk drives may be somewhat larger than the size you specified
After clicking OK, it would open the virtual memory settings without any explanation of what you were supposed to check or do there.
This evidently happens because pagefile.sys
, the file that Windows uses for virtual memory, has become corrupted in some way.
This Microsoft Answers article recommends running an SFC (system file check). Here’s how to run an SFC. This did not solve the problem for me, but it is something you should try first.
Here’s how I cleared it up:
- Log in under a local Administrator account. (Do this after each restart in these instructions as well.)
- If it’s not already open, open the virtual memory settings by rich-clicking on Computer, →
Properties
→Advanced System Settings
→ click theAdvanced
tab → Under Performance, clickSettings
, go toAdvanced
tab, finally under Virtual Memory section click theChange
button. - Uncheck the
Autmatically manage paging file size for all drives
checkbox. - Set a “Custom size” for the paging file on the C drive: 0MB initial, 0MB maximum.
- Click OK, close all dialog boxes, and restart your computer.
- After logging in again, delete the file
C:\pagefile.sys
- To do this, you may need to change your folder settings so you can see it first. Open a window of your C: drive and click
Organize
at the top, thenFolder and Search Options
- Click the
View
tab, and make sureShow hidden files, folders and drives
is turned on, and thatHide protected system files
is not checked. - Click OK and go back to your C: drive, find
pagefile.sys
and delete it.
- To do this, you may need to change your folder settings so you can see it first. Open a window of your C: drive and click
- Now go back to the virtual memory settings (see step 2 above) and set the paging file for the C: drive to
System managed size
, and then make sure theAutomatically manage paging file size for all drives
checkbox is checked. - Click OK, close all dialog boxes, and restart your computer.
A summary of what this does: By temporarily turning off virtual memory, you allow yourself to delete the (now-corrupt) paging file. Then when you re-enable virtual memory, Windows automatically builds a new paging file from scratch, and voilà, problem solved.
I was helped by this thread at geekstogo.com although I did not find it necessary to do any editing of the Registry or any of that jazz. Try the simplest solution first, I always say.
20 comments :
Thank you, That worked for me, thx for taking the time to make a webpage for this, awesome!
cant find pagefile.sys
It dosen't work.
When I delete pagefile.sys it said
This action can't be completed because the file was open in another program
YES! Big thanks to you as this was driving me Nucking Futs!! Followed each step as described, and it killed the "Windows has created..." crapola, and restored what's left of any remaining sanity... sincere appreciation.
Aygo,
I had the same problem, and I was able to delete the file by restarting on Safe Mode. Hope it helps!
Thanks for this...more help than MS documentation...
Came across this whilst trying to free more space which people may find helpful - turning off hibernation:
http://www.howtogeek.com/howto/15140/what-is-hiberfil.sys-and-how-do-i-delete-it/
Thank you for this! I'd tried several other solutions, including both the SFC and the "sc config afs start= disabled" command, and none of them worked. This one did - and better still, I actually understood what I was doing!
Even if I start in safe mode, I am not able to delete it. Please help
Look carefully that you unchecked "Hide protected operating system files". Couldn't find it the first time, but then I realized I've overlooked this option.
so do i, Even if I start in safe mode, I am not able to delete it. Please help
If you can't delete pagefile.sys (gives "in use by another program" error), make sure you're running Explorer with Admin priviledges: close your Explorer window, then open Start menu, type "explorer" in search, SHIFT-right-click on the Windows Explorer in the results, and click "Run as Administrator".
still not work, i've closed the explorer first, and then i open windows and typed "explorer" then i press shift with right klicked at " Windows Explorer" and "RUN AS ADMIN" then find the pagefile.sys delete and then... ZONK, STILL use by program
even i choose windows explorer and RUN it as ADMIN i still cant delete pagefile.sys
I cannot delete the pagifile.sys either. I am always the admin on my computer, moreover, I still went ahead and SHIFT+right-clicked the explorer and I don't get that "Run as admin..." option. This file is indestructible.
What else do you recommend? Is there a program running in the background (a "process" in the "Task Manager") that I should kill first?
maraming salamat, that worked
--mza.
I am getting this problem too. I've followed ALL of the instructions here, but when I go back and click the automatically manage box and reboot, the system doesn't create a paging file, it just shows everything grayed out and it says no paging file. Ugh and Grrrrr
Good day just to add to this...
If you running an HyperV Gen1 VM and getting this message please check that the VHD is not mounted as an ISCSI drive or else the problem will also persist. it needs to be mounted as an Traditional hard drive for the OS to write the Pagefile.
Thanks man, saved my ass! Consider a "Donate" button so we can buy you a beer ;)
Thank you much worked perfectly. If it helps I think the corruption I experienced was due to low disk space. (Caused by another issue). Thanks again.
I would recommend setting the paging file to 1 1/2 times the size of memory installed instead of letting the system manage it. This should enable more efficient management of disk space.
Post a Comment