Skip to content

Commit

Permalink
Update modulefix.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaquent2 committed Sep 19, 2023
1 parent a7835cc commit de45e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/modulefix.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
echo Windows Registry Editor Version 5.00 > increase_paging_file.reg
echo. >> increase_paging_file.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] >> increase_paging_file.reg
echo "PagingFiles"="C:\pagefile.sys 50000 50000" >> increase_paging_file.reg
echo "PagingFiles"="C:\pagefile.sys 17408 17408" >> increase_paging_file.reg
regedit /s increase_paging_file.reg
del increase_paging_file.reg

0 comments on commit de45e45

Please sign in to comment.