diff --git a/utils/disable-edge-prelaunch.reg b/utils/disable-edge-prelaunch.reg new file mode 100644 index 0000000..469c9dc --- /dev/null +++ b/utils/disable-edge-prelaunch.reg @@ -0,0 +1,8 @@ +Windows Registry Editor Version 5.00 + +; disable prelaunch. lowers ram usage slightly +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main] +"AllowPrelaunch"=dword:00000000 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\MicrosoftEdge\TabPreloader] +"AllowTabPreloading"=dword:00000000 \ No newline at end of file diff --git a/utils/lower-ram-usage.reg b/utils/lower-ram-usage.reg new file mode 100644 index 0000000..c66f7ac --- /dev/null +++ b/utils/lower-ram-usage.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; lowers ram usage and process count by a lot +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] +"SvcHostSplitThresholdInKB"=dword:04000000 \ No newline at end of file