Do you know what a Zero Page thread is?
A special thread called zero page thread will be created on system boot. This thread is assigned priority 0 and is the only thread in the entire system that runs at priority 0. The zero page thread is responsible for zeroing any free pages of RAM in the system when there are no other threads that need to perform work.
Reference: Programming Application for Microsoft Windows by Jeffrey Richter