顯示目前分頁檔設定
wmic pagefile
wmic pagefile list /format:list
設定固定分頁檔大小
wmic computersystem where name="%computername%" set AutomaticManagedPagefile=False
wmic pagefileset where name="C:\\pagefile.sys" set InitialSize=2048,MaximumSize=2048
設定分頁檔後,檢查的方式
wmic pagefileset
wmic pagefileset list /format:list
0 意見:
張貼留言