Pages

Saturday, November 16, 2013

Change Virtual Memory settings using Cmd:-
---------------------------------------------

@echo off

echo Change Virtual Memory settings using Command Prompt

REG add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "PagingFiles" /t REG_MULTI_SZ /d "C:\pagefile.sys 0 0" /f

pause

exit

Copy it in notepad and save as .bat file

No comments:

Post a Comment