(title Running low on memory repair X64 )
set regkey="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows"
set value="GDIProcessHandleQuota"
REG ADD %regkey% /v %value% /d "262144" /t REG_DWORD /f
echo msgbox Replace ("You succesfully Reset the registry key Regarding the low memory isue\nThank u for using this Batch file \nCompliments of ZUNDAPPCHEF ", "\n", vbLf) > %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
del %tmp%\tmp.vbs
(title Running low on memory repair X64 )
set regkey="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows"
set value="GDIProcessHandleQuota"
REG ADD %regkey% /v %value% /d "262144" /t REG_DWORD /f
set regkey="HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows NT\CurrentVersion\Windows"
set value="GDIProcessHandleQuota"
REG ADD %regkey% /v %value% /d "262144" /t REG_DWORD /f
echo msgbox Replace ("You succesfully Reset the registry key Regarding the low memory isue\nThank u for using this Batch file \nCompliments of ZUNDAPPCHEF ", "\n", vbLf) > %tmp%\tmp.vbs
cscript /nologo %tmp%\tmp.vbs
del %tmp%\tmp.vbs
Copyright © 2024, NextGenUpdate.
All Rights Reserved.