I would do this:
- Tap F8 at boot time to boot the machine into Windows Repair Mode.
- Open a Command Prompt (Befehlseingabe).
- Use these commands to find the System drive. It cannot be drive X:.
*dir c:\win*dir d:\win*dir e:\win*etc.*The first one to respond is your system drive. I shall call it Q:. 4. Type these commands:
attrib -s -h -r Q:\Pagefile.sysThis will delete the paging file.
chkdisk Q: /R
This will run the CheckDisk command. 5. Reboot and Tap F8 to boot the machine into Safe Mode. 6. Use the Disk Manager (diskmgmt.msc) to defrag the System drive. 7. Reboot normally and set your virtual memory settings.