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.
#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.
0 Comments