Configure pagin file in Windows server - using command : How to ?

At a command prompt, type:

#wmic pagefileset where name=”<path/filename>” set InitialSize=<initialsize>,MaximumSize=<maxsize>


Where:

path/filename is the path to and name of the paging file

initialsize is the starting size of the paging file in megabytes.

maxsize is the maximum size of the page file in megabytes.

Post a Comment

0 Comments