How To Clean The Laptop Ram



A Proper Way to Clean a RAM Stick. A lot of people just dump their computer’s memory stick, just because it isn’t working while testing their computer with a new RAM. Believe it or not but if you are having a brand memory plugged into your computer, then there is only 2% to 3% chance that you’ll lose your memory stick and need to buy a. 5 Ways to Clear Memory Cache on Windows 10/8/7/Vista/XP It is necessary to clear cache the memory to fully utilize your CPU power. Cache memory causes lots of problems by occupying a huge amount of computer RAM (Random Access Memory). That's why it is always recommended to clearing memory cache from your Windows computer. How to Clean RAM. As with any circuit board component, the gold contacts at the bottom of your desktop or laptop computer’s RAM modules must be clean and free of debris in order to maintain a. Unnecessary files on your hard disk take up disk space and can slow down your computer. Disk Cleanup removes temporary files, empties the Recycle Bin, and removes a variety of system files and other items that you no longer need. Run fewer programs at the same time.

Frustrated of having slow PC speed even with large RAM capacity? RAM is the biggest factor making your PC slow. Here in this tutorial we are primarily focussing on cleaning your RAM and some tips to improve your PC speed. Beside this we are going to put little focus on how RAM affects your Windows PC performance.

Why RAM slow down your PC?

RAM basically deals all the applications running on your PC weather on the screen or behind the screen. RAM stores the data you have on your PC if says in simple language, it performs all the tasks and calculation running on your PC. So my performing all these functions, RAM unable to focus on particular things and this is the reason the work you are doing, RAM is not performing well and slow down the PC speed. Now the question may arises how to know RAM is responsible for your slow Windows? Let us check this also.

How we know RAM is slowing down our PC?

There are different ways by which you can guess that your RAM is full.
  • Applications running slow: This is the first clue you get once you see the application running slow when you start.
  • Application crash: Sometimes applications are not performing according to what they perform and showing erratic behaviour.
  • Warnings: There are warnings when you open application, pop-up box appears showing Not enough RAM, either extend or delete data. It means your RAM is full and you have to remove data from it or manage it.

Let us start how you can easily speed up your PC by cleaning your RAM from Windows PC.

Clean Windows PC RAM and Speed up Performance

There are many ways for clearing your Windows PC RAM, here we are suggesting you some of the best ways.

The

1.End unnecessary running programmes

There are many apps that are unnecessary running and consume lot of CPU power, stop all these tasks.

  • Open Task Manager with Ctrl + Alt + Del keys.
  • Go to Task Manager, open Processes tab and the list displaying all your running tasks.
  • Here you see the usage according to CPU, Memory, Disk, and Network. Choose the tasks consuming high CPU percentage and click End Task.

You can select many tasks that are unnecessary running and after this, your CPU consumption becomes less and definitely the performance of your computer improves.

2. Uninstall the Apps/ Programmes

There are many app/ programmes that are installed in your PC that no longer required by you or you are not using them frequently. Uninstall all the unnecessary apps to free up your storage.
  • Open Start menu and choose Settings.
  • On the Settings menu, tap on System.
  • Tap on Apps & features on the left side menu.
  • Tap on the application and choose Uninstall option.

You can uninstall as many applications as you want. And the storage capacity increases and ultimately RAM which improves your PC speed.

3. Uninstall browser extensions

Extensions on your browser always help in performing your work efficiently but unnecessary extensions put a huge load on RAM and thus making your browser functions slow. Uninstall all the useless extensions and we have seprate topic for the best extensions that you must have in all different categories. Please check it out and only install those which really helps your daily routine work.

4. Close Unnessary applications

When you start your computer, many applications/ programmes automatically opened and start running. Close all the programmes. This will definitely improve your PC performance and quick loading in computer startup.

To disable automatic start up of programme follow below steps.

  • Press Win+r and type below command in the field and press Enter key.

%AppData%RoamingMicrosoftWindowsStart MenuProgramsStartup

  • Right-click on the programme that to don’t need to launch and select Delete option.

5. Use RAM cleaning software

The software is always the best option which I personally prefer and recommend to our readers. Decent software available are paid but worth. They intelligently clean the RAM any improves your PC performance. MacPaw CleanMyPC is really amazing software in this category and offers lot more than we expect. Let us check how effectively we use CleanMyPC to clear RAM.
This application allows you to check Autorun apps, extensions, Registry maintenance, and many other features.
  • Download CleanMyPC and install it on your PC.
  • Launch it after successful installation.
  • Tap on Extensions check out the unnecessary extensions and remove them.
  • Also, go to Autorun to check the applications or programmes running automatically on startup of your computer. Disable them from the button.

Recommended: CleanMyPC Latest Review

You can also clear all your cache, duplicate files that unnecessary consumes your storage. It really improves your PC performance.

For the readers who are looking for free alternatives, EaseUS Partition Master is a good choice. This software helps to remove useless programmes from PC in easy way and improves Windows PC performance.

You may also like:

You can follow us for more technical stuff on Facebook, Twitter or Google+

Most system tuning utilities for Windows provide memory optimizer as an option to clean up the RAM so that your PC can have a fresh start. These utilities also come with other tuning tools that might not be necessary to you. Maybe you just want the memory optimization feature. But, that can’t be possible. So here I’d like to present a tiny utility that can fulfill this particular purpose.

Toady, I’d like to show you a script. This script has 4 different commands that will let you free up the memory in 4 different ways using the command prompt. I’ll also show how you can create a shortcut for these commands so that you can easily run these commands with a double click.

Empty Standby List

Empty Standby List is a small command-line application that lets you free up memory on Windows Vista and above. Download and paste it in your command line root path. Or set the root path where the EmptyStandByList.exe file is. You should keep it in the C Drive (System drive) of your system.

Now, there are 4 commands that you can run with this command line application. Let’s have a look at them.

EmptyStandbyList.exe workingsets

This command will clear the memory that is used by all the current running applications and process. This command is most commonly used by Memory Optimisation software.

There’s a downside of using this command. The Windows system will try to quickly swap the data from the paging file. So, it will make use of your storage disk to fetch the information from the programs and thereby will turn down overall performance. But, it will definitely free up memory.

EmptyStandbyList.exe modifiedpagelist

Now, here modified page files are those contents that must be written to the storage disk before they can be used again. If you see in the Memory section of the Resouce Monitor then you’ll find a Modified section for Memory in the display.

So, if you want to clear such memory then you got to use this command.

EmptyStandbyList.exe priority0standbylist

Now, here Standby memory has those contents that are being held by the memory and are not in use. But, will be used when needed. As shown in the above screenshot you can see the Standby memory section.

The above command clears the lowest priority Standby memory content. You can set the priority by replacing the 0 in the command to any number between 1-7. 7 being the highest priority.

EmptyStandbyList.exe standbylist

And, this last command clear Standby memory regardless of what priority of content it has. It clears them all.

Creating Command Shortcuts

To create a shortcut of a cmd command, right-click on your desktop and select New>Shortcut. Now, in the location field add the following string.

C:WindowsSystem32cmd.exe /c Command

Replace Command in the string with one of the command that you’d like run. Next, you go to give this shortcut administrator privilege in order to work. Becuase, these commands need admin access. We’ve shared on how you can do that in this article.

Are still using DDR2 or DDR3 RAM? You should now opt for a DDR4 RAM. We’ve explained here why.

GUI Alternative?

If you’re not a command line enthusiast and prefer to do these task using a GUI then you got to use SysInternal’s RAMmap. It works pretty much the same with some extra control available.

ALSO SEE: Run Linux Based Programs on a Chromebook with rollApp


How To Clean My Laptop

The above article may contain affiliate links which help support Guiding Tech. However, it does not affect our editorial integrity. The content remains unbiased and authentic.

Read Next

How to Use and Sync More Than One Google Drive Account on Windows

How To Clean The Laptop Ram Drive

Here's How to Use and Sync More Than One





Comments are closed.