Saturday, August 16, 2014

group policy - How to disable Windows 10 memory compression?

my former wrong assumption:
it drains my notebook battery and I've no shortage of RAM.
In Task manager you see ntoskrnl.exe is eating more CPU time than any other process.
this feature does not appear to be optional and came 2 days ago with the 1st Win10 Update (Win10Pro in my case).


Edit:


I want to disable it, at least to exclude it as a culprit for my (unproven) assumptions.
That process never came to my attention in the last 2 months and in task manager's long name it's called "system memory and compressed memory".

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...