How To: Use your USB as additional RAM

Jul 14, 2009


Yes you read that right, you can use your USB stick as an additional RAM and it really boosts up your PC performance. Before going into deep let start from some year back when Microsoft launches Microsoft ReadyBoost technology for Windows VISTA for upgrading the performance of your PC without upgrading its components.

If there is any way that you can speed up the performance of your system that it is through upgrading your memory.Adding more RAM speeds up Windows and applications, allowing the system to access the hard disk less often. But upgrading system components is costly and is not always possible. Buying and plugging a USB flash memory stick, on the other hand, is neither expensive nor complicated. That is why Microsoft developed a new technology called ReadyBoost. ReadyBoost uses flash memory plugged into a computer to enhance operating system responsiveness, decrease loading time, and improve computer performance.


Unfortunately, Microsoft ReadyBoost is only available in Windows Vista. Since the day Microsoft announced its ReadyBoost technology for Windows Vista, the company made it clear that no ReadyBoost upgrade will be released to support Windows XP and older operating systems.

Based on the same technology comes eBooster, which to works on technology using flash drives to increase responsiveness and performance of a Windows computer. eBooster improves performance of your PC without requiring any other component but only your flash drive.

No ReadyBoost Limitations
1. It does not support more than one USB or card.
2. It requires fast flash memory that can be more expensive than the typical flash drive.
3. Lastly, it is only good for those who has small amount of RAm like 256MB and 512MB, but do nothing for users having more memory like 2GB or more.

eBoostr is made to overcome all these limitations. While it works great with ReadyBoost Certified devices, eBoostr also supports slower, less expensive flash memory sticks and cards, allowing for a really inexpensive way to improve your computer performance. eBoostr is not limited to a single stick or card, and supports up to four flash units simultaneously. Finally, unlike ReadyBoost, eBoostr provides noticeable performance benefits even to PCs that are stuffed with RAM sticks to the max.

Highlights
  • Vista’s ReadyBoost and SuperFetch benefits on your Windows XP PCs;
  • Smart caching of frequently used applications and files for maximum performance;
  • Supports both USB and non-USB removable media devices (CF, SD/SDHC, MMC, xD and other memory cards), as well as additional hard disks;
  • Allows up to 4 devices for simultaneous smart caching;
  • Cache file size of up to 4GB on each device (NTFS has no limit on the size);
  • Compatible with all “Enhanced for ReadyBoost” devices.
Download: Download eBoostr Trial Version

source: eboostr.com, indosourcecode.blogspot.com

READ MORE - How To: Use your USB as additional RAM

22 best Oneliners

Jul 13, 2009

Not Goons but some are funny never the less.


1. I was so poor growing up ... if I wasn't a boy... I'd have had nothing to play with.

2. A girl phoned me the other day and said, "Come on over; nobody's home. I went over. Nobody was home.

3. During sex, my girlfriend always wants to talk to me. Just the other night she called me from a hotel .

4. One day I came home early from work ... I saw a guy jogging naked. I said to the guy, "Hey buddy, why are you doing that?"
He said "Because you came home early."

5. It's been a rough day. I got up this morning ... put a shirt on and a button fell off. I picked up my briefcase, and the handle came off. I'm afraid to go to the bathroom.

6. I was such an ugly kid...When I played in the sandbox, the cat kept covering me up.

7. I could tell my parents hated me. My bath toys were a toaster and radio.



8. I was such an ugly baby...My mother never breast fed me. She told me that she only liked me as a friend.

9. I'm so ugly...My father carried around a picture of the kid who came with his wallet.

10. When I was born, the doctor came into the waiting room and said to my father, "I'm sorry. We did everything we could, but he pulled through."

11. I'm so ugly...My mother had morning sickness...AFTER I was born.

12. I remember the time that I was kidnapped and they sent a piece of my finger to my father. He said he wanted more proof.

13. Once when I was lost, I saw a policeman, and asked him to help me find my parents. I said to him, "Do you think we'll ever find them?" He said, "I don't know kid. There's so many places they can hide."

14. My wife made me join a bridge club. I jump off next Tuesday.

15. I'm so ugly...I worked in a pet shop, and people kept asking how big I'd get.

16. I w ent to see my doctor. "Doctor, every morning when I get up and I look in the mirror...I feel like throwing up; What's wrong with me?" He said..."I don't know but your eyesight is perfect."

17. I went to the doctor because I'd swallowed a bottle of sleeping pills. My doctor told me to have a few drinks and get some rest.

18. With my old man I got no respect. I asked him, "How can I get my kite in the air?" He told me to run off a cliff.

19. Some dog I got. We call him Egypt because in every room he leaves a pyramid. His favorite bone is in my arm. Last night he went on the paper four times - three of those times I was reading it.

20. One year they wanted to make me poster boy for birth control.

21. My uncle's dying wish was to have me sitting in his lap; he was in the electric chair.


READ MORE - 22 best Oneliners

How To: Load programs at Startup

Jul 11, 2009

You can load any program at startup from various places in your system. Here are the places from where you can load any program automatically at system startup, lets begin with the easiest one.

1.) THE STARTUP FOLDER

This folder is located at X:\Documents and Settings\All Users\Start Menu\Programs\Startup in Windows XP. Where is X is replaced by your OS drive. You can view the Startup folder by clicking Start > Programs > StartUp.

Any program whether exe, vbs, bat any one that you will place in this folder will get automatically executed at system startup.




2.) THE REGEDIT

This is the second most easier and quite hidden way to make program load at startup. The following Registry keys helps you to execute [programs at system startup.

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnceEx (in XP)
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServices
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce

Also there is one more key which also executes provided program at system startup, I found this key while i was trying to remove some viruses in my computer.
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon here go to Userint normally this key is used to run C:\WINDOWS\system32\userinit.exe program but we can launch other programs too by appending them at the end of the value data, separated by a comma.

For eg:
C:\WINDOWS\system32\userinit.exe, Calc.exe


3.) THE CONFIG.SYS & AUTOEXEC.BAT FILES

QUIRKS by QUIRKE: South African Windows watchdog, Chris Quirke, has alerted me to a strange Windows quirk I never knew about. In Win95/98, COMMAND.COM launches not “Autoexec.bat” per se but, rather, the simple command AUTOEXEC. This means that the usual command line launching rules apply so that a .BAT file is first sought (AUTOEXEC.BAT) but, if one isn’t found, the OS next will look for AUTOEXEC.COM and, thereafter, AUTOEXEC.EXE! On the one hand, this is a useful trick; on the other hand, it’s an especially useful trick for malware designers!


READ MORE - How To: Load programs at Startup

Know Processes runing in Taskmanager

Jul 10, 2009



Service Control Manager - services.exe
The Windows Service Control Manager (SCM) (SERVICES.EXE) is a remote procedure call (RPC) server that manages creating, deleting, starting and stopping of Windows services. It is started at system boot.

The service functions provide an interface for the following tasks performed by the SCM:
* Maintaining the database of installed services.
* Starting services and driver services either upon system startup or upon demand
* Enumerating installed services and driver services.
* Maintaining status information for running services and driver services.
* Transmitting control requests to running services.
* Locking and unlocking the service database.
For more visit: http://en.wikipedia.org/wiki/Service_Control_Manager





Session Manager Subsystem - smss.exe
Session Manager Subsystem, or smss.exe, is a component of the Microsoft Windows NT operating system, more exactly a system process. It is responsible for Starting winlogon.exe, the Windows logon manager.
For more visit: http://en.wikipedia.org/wiki/Session_Manager_Subsystem


spoolsv.exe
The spooler service is responsible for managing spooled print/fax jobs.


System Idle Process
In Windows NT operating systems, the System Idle Process contains one or more kernel threads which run when no other runnable thread can be scheduled on a CPU. The CPU time consumed by the System Idle Process is commonly of interest for end users, as it is a measure of the CPU utilization in their system which is easily accessible through Windows' Task Manager program.
For more visit:http://en.wikipedia.org/wiki/System_Idle_Process



Winlogon
In computing, Winlogon is the component of Microsoft Windows operating systems that is responsible for handling the secure attention sequence, loading the user profile on logon, and optionally locking the computer when a screensaver is running (requiring another authentication step). Winlogon handles interface functions that are independent of authentication policy.
For more visit: http://en.wikipedia.org/wiki/Winlogon


READ MORE - Know Processes runing in Taskmanager

About Author

My photo
Working as an Automation Analyst, Ritesh is very passionate about developing tools and apps. His profile contains a long list of tools developed for Windows and apps for Android platform.