What is the fastest ways to clean RAM of the laptop which not have removable battery?

postcd

Member
What is the fastest ways to clean RAM of the laptop which battery is not easy to disconnect.
Is it to turn off or restart the computer or is there any faster way even from within Windows (causing BSOD)?
 
Holding down the power button for a few seconds is pretty much the standard way of forcefully shutting down the machine. Should work on just about any computer.
 
Define what you mean by 'clean RAM'

Since RAM is volatile storage, just power off the computer.
 
Define what you mean by 'clean RAM'

Since RAM is volatile storage, just power off the computer.

I think he just means "how does he make sure the pc is OFF" since Hybrid shutdown just hibernates. But yeah. Hold the power button down.

Otherwise.

Press Windows Key and R.

Type in

Code:
shutdown -s -t 000

or to reboot
Code:
shutdown -r - t 000
...if you just reboot, that will clear your RAM, as the OS caches all the RAM for itself streight away on boot, so it will release it anyway before the BIOS can POST.

BSOD is not the best way of doing it. It is like saying "is the best way to park my car to just drive at 70mph across a playground into a brick wall". :)

So yeah. Seconds to beers post
 
Back
Top