自由學習的風

幽夢影 張潮 少年讀書,如隙中窺月;中年讀書,如庭中望月;老年讀書,如臺上玩月。皆以閱歷之淺深,為所得之淺深耳。

[Windows] 設定系統分頁檔

2018年8月13日 星期一

顯示目前分頁檔設定

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 意見:

張貼留言