Reconfiguring, then deleting obsolete pagefile.sys from C: in one go using a batch script
- by DanielSmedegaardBuus
I'm trying to set up an automated script for a Windows XP installer. It's a batch script that runs on first boot after installation, and among the things I'm trying to accomplish, is removing the pagefile from C: entirely, and putting a 16-768 MB pagefile on D: instead.
Here're my batch file instructions:
echo === Creating new page file on D: ...…