Your Pagefile is your "virtual memory" or "swap file", a reseved section of your hard drive to use as RAM (random access memory). The advantages of pagefile is that you can read a large chunk of data from a single area rather then from different locations on your hard drive. It also takes fewer I/O (input/output) operations so a file can be read or writen faser. This can contain sometimes sensitve data like passwords that can sometimes be vulnerable without proper protection. Follow the next steps to set windsows to autmatically clear it upon shut down.
1. Go to start menue
2. Click "run"
3. Enter "regedit.exe" hit "enter" or hit "ok"
4. Open "HKEY_LOCAL_MACHINE"
5. Open "system"
6. Open "currentcontrolset"
7. Open "control"
8. Open "Session Manager"
9. Open "Memory management"
10. On the right hand side right click on the value "ClearPageFileAtShutDown"
- if there is no value there right click in the open section and add a DWORD
value and name it "ClearPageFileAtShutdown"
11. Change value to "1"
12. Reboot
Your all set!
--note, shutdown may be higher for slower computers
Comment/Reply (w/o sign-up)