Disabling System and Compressed Memory on Windows 10
The "System and Compressed Memory" is eating a lot of Memory and when I'm playing some games, Win10 always says about low memory.

Anyone know how to disable it?
Ostatnio edytowany przez: 『YukitoOnline』; 5 lutego 2016 o 5:00
< >
Wyświetlanie 31-39 z 39 komentarzy
Cathulhu 11 sierpnia 2016 o 4:02 
Początkowo opublikowane przez Kouzuki Yuuko:
Początkowo opublikowane przez ☥ - CJ -:

Uh.. i explained it in my 1st post?
Its possible it may not be limited to Killer NICs..

Whens the last time you updated your Network Cards drivers?

I reformatted my PC and Laptop and installed up to date Drivers and the issue still persist. That was like before I posted this thread.
Plus thread topic is about how to "DISABLE" the "System and Compressed Memory".

Despite not connected to the internet the issue still persist so please don't try to blame everything on the Network Card Drivers. The main issue is on the Heavy MEMORY usage and not the Heavy NETWORK Lags.
Not having an internet connection means squat if the network driver is still installed, working and running havoc.
Marble 11 sierpnia 2016 o 9:59 
Did you install the "Anniversary" update?

They removed it from processes and put it under the performance/memory tab so as not to confuse people.
『YukitoOnline』 11 sierpnia 2016 o 10:18 
Początkowo opublikowane przez Canti #idle:
Did you install the "Anniversary" update?

They removed it from processes and put it under the performance/memory tab so as not to confuse people.
Not yet as of now since I've been reading about problems after the update.
Along with some of my friends experiencing same problems on that update..
I'll wait for a few more week before going for the anniversary update just in case..
banzaigtv 11 sierpnia 2016 o 14:29 
If memory usage is a problem, just install more RAM. Simple fix.


This message was posted 8/11/2016 @ 4:28 PM CDT.
George 16 listopada 2020 o 2:47 
Początkowo opublikowane przez YukitoOnline:
Początkowo opublikowane przez Canti #idle:
Did you install the "Anniversary" update?

They removed it from processes and put it under the performance/memory tab so as not to confuse people.
Not yet as of now since I've been reading about problems after the update.
Along with some of my friends experiencing same problems on that update..
I'll wait for a few more week before going for the anniversary update just in case..

PS. I dont care about necro posting as long as it serves the question, so screw u all haters ahead of time.

My recommendation is just add more ram to your system, but, u want to disable here you go.
Might wanna read up on this before you use so u know exactly what memory compression and superfetch does:

makeuseof.com/tag/what-is-superfetch


Steps.

**anything with # before any line will not run and or is used just as a description to you.**

1. Use notepad or notepad++, type this up

Code (dont type this line up into notepad)

# disable Memory Compression (requires SysMain (service))
Disable-MMAgent -mc
#Get-MMAgent

echo "Now you can also disable service SysMain (former Superfetch which learns and preloads them into RAM ahead of time) in case it's not used, remove the # in front of the next line if u wanna disable superfetch also"
#Get-Service "SysMain" | Set-Service -StartupType Disabled -PassThru | Stop-Service

End of code (Dont type this line into notepad)

2. ***Now save it as name.ps1 anywhere u want then move it to any rood drive. I saved it to desktop then manually moved the script to root of C drive. I'll use root of C drive as example.***

3. Run Windows PowerShell as administrator.

4. Verify up top on opened powershell u running it as admin and type the following in and klik enter.

Set-ExecutionPolicy Unrestricted -Force

5. Now navigate inside powershell to where u saved the script using my example and klik enter:

cd C:\

6. Verify u are in that directory, u will see this in the powershell window

PS C:\>

7. type the following then enter

./name.ps1

8. Verify with arrow key up and enter again. this will rerun the script.

9. Read the screen and verify the following are as follows:

ApplicationLaunchPrefetching : False
ApplicationPreLaunch : False
MaxOperationAPIFiles : 256
MemoryCompression : False
OperationAPI : False
PageCombining : False

10. After this do ur thing, or just reboot pc and go on about ur business.
George 16 listopada 2020 o 2:51 
remove the # before u save the script from the line #Get-MMAgent also if u wanna disable superfetch u can remove the # infront of the line #Get-Service "SysMain" | Set-Service -StartupType Disabled -PassThru | Stop-Service

so ur script if u wanna disable both mem compres and super fetch should be like this:

Disable-MMAgent -mc
Get-MMAgent

echo
Get-Service "SysMain" | Set-Service -StartupType Disabled -PassThru | Stop-Service
George 16 listopada 2020 o 3:00 
you can also make a new scrip and follow the tut above i posted about creating and saving the script and disable prelaunch of superfetch and edge prelaunch

Disable-MMAgent -ApplicationPreLaunch
Get-MMAgent

# disable Prefetch
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /v EnablePrefetcher /t REG_DWORD /d "0" /f
# disable (Edge) Prelaunch
reg add "HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main" /v AllowPrelaunch /t REG_DWORD /d "0" /f



The 0 in the above lines means disable, u can enable by changing the 0 to 1. Would look something like this as final:

Disable-MMAgent -ApplicationPreLaunch
Get-MMAgent

# disable Prefetch
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /v EnablePrefetcher /t REG_DWORD /d "1" /f
# disable (Edge) Prelaunch
reg add "HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge\Main" /v AllowPrelaunch /t REG_DWORD /d "1" /f
George 16 listopada 2020 o 3:05 
you can check this guys work out on debloating windows 10

https://github.com/W4RH4WK/Debloat-Windows-10
Zukabazuka 16 listopada 2020 o 3:11 
Początkowo opublikowane przez Imperator:
you can check this guys work out on debloating windows 10

https://github.com/W4RH4WK/Debloat-Windows-10
Dude, the reason people are trashing your necro is because no one is actually in need of help. You certainly isn't in need of help here. Neither are the topic starters because its 4 years old topic. You are just bringing back old topics because you missed your chance to shine.
Ostatnio edytowany przez: Zukabazuka; 16 listopada 2020 o 3:11
< >
Wyświetlanie 31-39 z 39 komentarzy
Na stronę: 1530 50

Data napisania: 5 lutego 2016 o 4:58
Posty: 39