PageFile.vbs Syntax
Open command prompt now.
PageFile.vbs /L [/S server] [/O outputfile] [/U username] [/W password]
PageFile.vbs /R /M maxsize /Z minsize /P pagefile [/B] [/F] [/S server] [/U username] [/W password] [/O outputfile]
Where:
- /L
- lists page file data.
- /R
- changes the page file size.
- /B
- restarts.
- /F
- forces a restart.
- /P pagefile
- is the target page file name.
- /M maxsize
- is the largest size to which the page file can grow.
- /Z minsize
- is the minimum size of the page file.
- server
- is a computer name.
- username
- is the current user's name.
- password
- is the password of the current user.
- outputfile
- is the output file name.