Jump to content

How to remove the pagefile in an unattended CD


Recommended Posts

Is it possible to set it so the pagefile.sys doesn't exist in an unattended install? It's really frustrating manually changing it each time, on my 2gb harddrive...

Edited by BrainDrain
Link to comment
Share on other sites


you could add a regtweak with the option "No paging file" set

can't do at work, but if you have a pc, use regsnap and do the before scan, make change, run after scan and then compare them.

it will show which key(s) were added/modified and then apply during install

Link to comment
Share on other sites

don't know if you are lookin for this....

i have my system to use "System managed size" for virtual memory

and here is my reg tweak code

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"PagingFiles"=hex(7):63,00,3a,00,5c,00,70,00,61,00,67,00,65,00,66,00,69,00,6c,\
00,65,00,2e,00,73,00,79,00,73,00,20,00,30,00,20,00,30,00,00,00,00,00

Edited by net_user
Link to comment
Share on other sites

you could add a regtweak with the option "No paging file" set

can't do at work, but if you have a pc, use regsnap and do the before scan, make change, run after scan and then compare them.

it will show which key(s) were added/modified and then apply during install

Thanks! Will try, otherwise ill use net_users info reg tweak, thanks :)

EDIT: Wow, good app! the pagefile.sys file is set at

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PagingFiles

Edit Value-> Remove pagefile.sys XX XX (everything in the value, DO NOT DELETE THE VALUE :D )

Edited by BrainDrain
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...